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)