summaryrefslogtreecommitdiff
path: root/Build/source/utils/psutils/configure.in
blob: 31a1999d864d9e15933f6824511c202ead0cf37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_OUTPUT(Makefile patchlev.h)