]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
release commit
[lilypond.git] / autogen.sh
index 36d6b4939ff9eb10f10577314e3449466910a05a..011fce2510d08c55676d0600a1b195c4d742f37f 100755 (executable)
@@ -1,9 +1,18 @@
 #!/bin/sh
+# WARNING WARNING WARNING
+# do not edit! this is autogen.sh, generated from /home/hanwen/usr/src/lilypond/stepmake/autogen.sh
+#!/bin/sh
 # Run this to generate configure and initial GNUmakefiles
 
 srcdir=`dirname $0`
 
-if [ stepmake/autogen.sh -nt autogen.sh ]; then
+
+if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then
+    echo "stepmake/aclocal.m4 is newer. Copying file." 
+    cp -f stepmake/aclocal.m4 aclocal.m4
+fi
+
+if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then
     echo "stepmake/autogen.sh is newer. Copying file." 
     cp -f stepmake/autogen.sh autogen.sh
     exec ./autogen.sh