]> git.ipfire.org Git - thirdparty/autoconf.git/commit
The recent addition of `exit's prototype in confdefs.h causes
authorAkim Demaille <akim@epita.fr>
Tue, 30 Jan 2001 19:29:38 +0000 (19:29 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 30 Jan 2001 19:29:38 +0000 (19:29 +0000)
commitb8d698ca1da3e7e6ffbeffb650a3d3e3b3f2885c
tree09aaad5ba63a29dba5e792ba72ea3d64792a8ae5
parent77a10dfe9d01856f3021b7e375d86e9e9d71eee7
The recent addition of `exit's prototype in confdefs.h causes
AC_OUTPUT_MAKE_DEFS to include junky -D switches.
Reported by Wolfgang Mueller.
* tests/torture.at (#define header templates): Include trash in
confdefs.h.
* tests/atgeneral.at (AT_INIT): Don't expect `find' to support
-maxdepth, hence don't use -follow either.
Reported by Nicolas Joly.
* acgeneral.m4 (AC_OUTPUT_MAKE_DEFS) <confdef2opt.sed>: In the
`quote' section, `p'rint the result.
If neither `#define' pattern match, just call `d' to start a new
cycle.
Call this sed program with -n.
ChangeLog
THANKS
acgeneral.m4
doc/autoconf.texi
lib/autoconf/general.m4
lib/autotest/general.m4
tests/atgeneral.m4
tests/torture.at