From: John Mandereau Date: Tue, 11 Aug 2009 12:28:35 +0000 (+0200) Subject: Revert "Require configure script to be older than aclocal.m4 and configure.in" X-Git-Tag: release/2.13.4-1~179^2~108 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c400e05d40d14187ea31efaa9c555eb80532f691;p=lilypond.git Revert "Require configure script to be older than aclocal.m4 and configure.in" This reverts commit 59968a089729d7400f8ece38d5bc98dbb3656a2b. Reason: this make rule breaks smart-autogen.sh and thus GUB build in many situations. --- diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index d950152108..b98eb8c8c3 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -164,17 +164,9 @@ $(config_make): $(top-src-dir)/configure @echo "************************************************************" @echo "configure changed! You should probably reconfigure manually." @echo "************************************************************" -# do something for multiple simultaneous configs. (cd $(top-build-dir); ./config.status) - touch $@ + touch $@ # do something for multiple simultaneous configs. -$(top-src-dir)/configure: $(top-src-dir)/configure.in \ - $(top-src-dir)/stepmake/aclocal.m4 - @echo "************************************************************" - @echo "configure.in and/or stepmake/aclocal.m4 changed!" - @echo "Please regenerate configure with autogen.sh." - @echo "************************************************************" - @false #### Documentation (website and tarball)