X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=6fa241fad1359efd54d3b7ea9f464e5efb8d0c59;hp=9632bc69c81e154d9dd46d4abeacb8e63005a982;hb=473430a1c696c89c7067edd5a356a6fd070664a7;hpb=23d92d23645b2a1b5c8134334506b90c90c01ad5 diff --git a/ChangeLog b/ChangeLog index 9632bc6..6fa241f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ +2008-01-29 Tim Retout + + * configure.ac: Remove AC_CONFIG_COMMANDS macro that was leaving + stamp-h files around after `make clean'. + + * aclocal.m4: Removed from repository. Can be generated with `aclocal'. + * config.h.in: Likewise. Can be generated with `autoheader'. + +2008-01-06 Tim Retout + + * configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). + Remove ALL_LINGUAS. + 2008-01-02 Tim Retout + * configure.ac: Add description to PATH_SEPARATOR and + PATH_SEPARATOR_STR definitions. + * acconfig.h: Remove. Silences autoheader warning. + + * configure.ac (AC_INIT): Quote arguments. + (AC_PREREQ): Bump required autoconf version to 2.61. + (AM_CONFIG_HEADER): Change to AC_CONFIG_HEADERS, quote arguments. + (AC_STDC_HEADERS): Change to AC_HEADER_STDC, quote arguments. + (AC_HAVE_HEADERS): Change to AC_CHECK_HEADERS, quote arguments. + Result of running autoupdate. + Also tidy order of macros. + + * configure.ac (AC_ISC_POSIX): Replace with AC_USE_SYSTEM_EXTENSIONS + to silence some aclocal warnings. + + * configure.ac (AC_REVISION): Remove. + * configure.in: Rename to `configure.ac'. 2008-01-01 Tim Retout