]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
* python/GNUmakefile (INSTALLATION_DIR1): install Python module
[lilypond.git] / autogen.sh
index 36d6b4939ff9eb10f10577314e3449466910a05a..01e60397aa003d08a44b2221e5b2a00b95077658 100755 (executable)
@@ -3,6 +3,11 @@
 
 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