2006-04-10 Stepan Kasal * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Do not sort confdefs.h. Index: lib/autoconf/general.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v retrieving revision 1.905 diff -u -r1.905 general.m4 --- lib/autoconf/general.m4 9 Apr 2006 06:29:28 -0000 1.905 +++ lib/autoconf/general.m4 10 Apr 2006 08:41:52 -0000 @@ -1236,7 +1236,8 @@ if test -s confdefs.h; then AS_BOX([confdefs.h.]) - sort -u confdefs.h + echo + sed "/^\$/d" confdefs.h echo fi test "$ac_signal" != 0 &&