]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
release commit
[lilypond.git] / autogen.sh
index f70572727e57edcdc54a47352e7c8ae7efe16046..011fce2510d08c55676d0600a1b195c4d742f37f 100755 (executable)
@@ -1,12 +1,18 @@
 #!/bin/sh
 # WARNING WARNING WARNING
-# do not edit! this is autogen.sh, generated from /home/fred/lily/stepmake/autogen.sh
+# 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