summaryrefslogtreecommitdiff
path: root/Build/source/utils/psutils/configure.in.orig
blob: 35a06cdf7c1c64d8e6d211a840cd20c90e5911dd (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_PROG_MAKE_SET

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

AC_CONFIG_FILES([Makefile patchlev.h])
AC_OUTPUT