configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after...
authorTim Retout <diocles@gnu.org>
Tue, 29 Jan 2008 20:57:05 +0000 (20:57 +0000)
committerTim Retout <diocles@gnu.org>
Tue, 29 Jan 2008 21:14:48 +0000 (21:14 +0000)
ChangeLog
configure.ac

index 64e675d..917a4c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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'.
+
 2008-01-06  Tim Retout  <diocles@gnu.org>
 
        * configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]).
index 6168e16..5a788cd 100644 (file)
@@ -131,7 +131,7 @@ AC_CONFIG_FILES([Makefile  po/Makefile.in m4/Makefile  intl/Makefile po/Makefile
        states/tests/Makefile \
        docs/Makefile \
        w32/Makefile])
-AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]], [[]])
+
 AC_OUTPUT
 
 echo ""