From: Paul Eggert Date: Mon, 10 Apr 2006 09:15:11 +0000 (+0000) Subject: * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output X-Git-Tag: AUTOCONF-2.59c~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c47ff76d3d805e6d9f841ffb72e721b7cfbbf7;p=thirdparty%2Fautoconf.git * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output confdefs.h as-is. In general, if it has backslash-newline or the like, then it doesn't work either to sort or to remove empty lines. --- diff --git a/ChangeLog b/ChangeLog index 8f855a0b3..eb1d77930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-10 Paul Eggert + + * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output + confdefs.h as-is. In general, if it has backslash-newline or the + like, then it doesn't work either to sort or to remove empty + lines. + 2006-04-09 Stepan Kasal * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 12842f736..2429425d2 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1236,7 +1236,8 @@ trap ' if test -s confdefs.h; then AS_BOX([confdefs.h.]) - sort -u confdefs.h + echo + cat confdefs.h echo fi test "$ac_signal" != 0 &&