X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=ChangeLog;h=917a4c4316bf73b0b719ac308ee20009c73900e3;hp=11e38eb918ca9a24677427e28c47fbed20efbec7;hb=5157a232d3e47586c1d83b12f77d7f73dab0d0cf;hpb=90aff5f8d6c1d6aa69be62d9ae8a12c22ccd3db7 diff --git a/ChangeLog b/ChangeLog index 11e38eb..917a4c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,42 @@ +2008-01-29 Tim Retout + + * configure.ac: Remove AC_CONFIG_COMMANDS macro that was leaving + stamp-h files around after `make clean'. + +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 + * configure.in: Remove --with-cc option from configure script. + Remove test for empty CC from around AC_PROG_CC macro. + * configure.in (AC_INIT): Change bug report address to . + Change package name to `GNU Enscript'. * ChangeLog: Run M-x change-log-redate. Add copyright notice at end.