afm/Makefile.am: New afmdir variable instead of custom install rules.
[enscript.git] / ChangeLog
index aab5692..6fa241f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
+2008-01-29  Tim Retout  <diocles@gnu.org>
+
+       * 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  <diocles@gnu.org>
+
+       * configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]).
+       Remove ALL_LINGUAS.
+
 2008-01-02  Tim Retout  <diocles@gnu.org>
 
+       * 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.