From 5157a232d3e47586c1d83b12f77d7f73dab0d0cf Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Tue, 29 Jan 2008 20:57:05 +0000 Subject: [PATCH] configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after `make clean'. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64e675d..917a4c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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]). diff --git a/configure.ac b/configure.ac index 6168e16..5a788cd 100644 --- 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 "" -- 2.17.1