dnl Process this file with autoconf to produce a configure script. AC_INIT(pad.c) AM_INIT_AUTOMAKE(pad, 1.0.4) AC_PROG_CC(gcc) dnl Checks for programs. dnl Checks for libraries. AC_CHECK_LIB(m, pow) dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_OUTPUT(Makefile)