From: Tim Retout Date: Tue, 29 Jan 2008 20:57:05 +0000 (+0000) Subject: configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after... X-Git-Tag: v1.6.4.90~24 X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=commitdiff_plain;h=5157a232d3e47586c1d83b12f77d7f73dab0d0cf;hp=a90b4b661f7e053d78692e6eeac8d9f6a035cea4 configure.ac: Remove AC_CONFIG_COMMANDS that was leaving stamp-h files around after `make clean'. --- 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 ""