]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
release commit
[lilypond.git] / autogen.sh
index 36d6b4939ff9eb10f10577314e3449466910a05a..ea9bb388ceae2fdc44d3d81689c4858317c228d4 100755 (executable)
@@ -3,6 +3,12 @@
 
 srcdir=`dirname $0`
 
+
+if [ stepmake/aclocal.m4 -nt aclocal.m4 ]; then
+    echo "stepmake/aclocal.m4 is newer. Copying file." 
+    cp -f stepmake/aclocal.m4 aclocal.m4
+fi
+
 if [ stepmake/autogen.sh -nt autogen.sh ]; then
     echo "stepmake/autogen.sh is newer. Copying file." 
     cp -f stepmake/autogen.sh autogen.sh