summaryrefslogtreecommitdiff
path: root/Build/source/utils/psutils/configure.in
blob: 13565607860f209ca2f20948543297b58ab5db41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl Process this file with autoconf to produce a configure script.
AC_INIT(psutil.c)

AC_CONFIG_AUX_DIR(../../config)

AC_PROG_CC
AC_PROG_CPP
AC_ISC_POSIX
AC_PROG_INSTALL
AC_SET_MAKE

sinclude(../../multiplatform.ac)

AC_CONFIG_FILES([Makefile patchlev.h])
AC_OUTPUT