# HG changeset patch # User Jim Blandy # Date 737765516 0 # Node ID ba7f0ad9aad97f4eba03b30b53987fb5fd5cd95f # Parent cd410e9ac4ab8019164ad7e4ad800eecff6c46de * configure.in: Include remarks saying what order the autoconf tests should go in, and remind people to change config.h.in whenever they add autoconf tests which make #definitions. diff -r cd410e9ac4ab -r ba7f0ad9aad9 configure1.in --- a/configure1.in Tue May 18 22:46:17 1993 +0000 +++ b/configure1.in Tue May 18 22:51:56 1993 +0000 @@ -815,18 +815,37 @@ CFLAGS='-g -O' fi -#### Some other nice autoconf tests. +#### Some other nice autoconf tests. If you add a test here which +#### should make an entry in src/config.h, don't forget to add an +#### #undef clause to src/config.h.in for autoconf to modify. ] +dnl checks for programs AC_LN_S AC_PROG_CPP + +dnl checks for UNIX variants that set `DEFS' + +dnl checks for header files AC_HAVE_HEADERS(sys/timeb.h sys/time.h) AC_STDC_HEADERS AC_TIME_WITH_SYS_TIME + +dnl checks for typedefs AC_RETSIGTYPE + +dnl checks for functions AC_ALLOCA AC_HAVE_FUNCS(gettimeofday gethostname dup2) + +dnl checks for structure members AC_STRUCT_TM + +dnl checks for compiler characteristics AC_CONST + +dnl checks for operating system services + +dnl other checks for UNIX variants [