]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Require configure script to be older than aclocal.m4 and configure.in"
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 11 Aug 2009 12:28:35 +0000 (14:28 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 11 Aug 2009 12:28:35 +0000 (14:28 +0200)
This reverts commit 59968a089729d7400f8ece38d5bc98dbb3656a2b.
Reason: this make rule breaks smart-autogen.sh and thus GUB build in
many situations.

stepmake/stepmake/generic-targets.make

index d9501521085f376c9fb0e6ef06c521964c09c27a..b98eb8c8c354d19d9cb8238ff53df2a9d8931a85 100644 (file)
@@ -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)