configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after `make clean'. - enscript - GNU Enscript
HTML git clone git://thinkerwim.org/enscript.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5157a232d3e47586c1d83b12f77d7f73dab0d0cf
DIR parent a90b4b661f7e053d78692e6eeac8d9f6a035cea4
HTML Author: Tim Retout <diocles@gnu.org>
Date: Tue, 29 Jan 2008 20:57:05 +0000
configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after `make clean'.
Diffstat:
M ChangeLog | 5 +++++
M configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
---
DIR diff --git 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]).
DIR diff --git a/configure.ac b/configure.ac
@@ -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 ""