2006-04-10 Stepan Kasal * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Sort confdefs.h again; advertize it in the title. Index: lib/autoconf/general.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v retrieving revision 1.906 diff -u -r1.906 general.m4 --- lib/autoconf/general.m4 10 Apr 2006 09:15:11 -0000 1.906 +++ lib/autoconf/general.m4 10 Apr 2006 10:17:55 -0000 @@ -1235,9 +1235,9 @@ fi if test -s confdefs.h; then - AS_BOX([confdefs.h.]) + AS_BOX([confdefs.h (sorted).]) echo - cat confdefs.h + sed "/^\$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 &&