CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/10/06 18:24:32
Index: configure.ac =================================================================== RCS file: /sources/m4/m4/configure.ac,v retrieving revision 1.56 retrieving revision 1.57 diff -u -b -r1.56 -r1.57 --- configure.ac 26 Sep 2006 13:19:26 -0000 1.56 +++ configure.ac 6 Oct 2006 18:24:31 -0000 1.57 @@ -29,7 +29,7 @@ AC_CONFIG_MACRO_DIR([ltdl/m4]) AC_CONFIG_LIBOBJ_DIR([gnu]) AC_CONFIG_TESTDIR([tests]) -AC_CONFIG_HEADERS([gnu/config.h:config-h.in]) +AC_CONFIG_HEADERS([gnu/config.h:gnu/config-h.in]) AC_CONFIG_FILES([tests/m4], [chmod +x tests/m4]) @@ -188,7 +188,7 @@ ## --------------------------------- ## ## Library functions required by M4. ## ## --------------------------------- ## -AC_CHECK_FUNCS_ONCE([calloc strerror tmpfile]) +AC_CHECK_FUNCS_ONCE([calloc strerror]) AM_WITH_DMALLOC
