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