]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
drum fixes
[lilypond.git] / autogen.sh
index 01e60397aa003d08a44b2221e5b2a00b95077658..36d6b4939ff9eb10f10577314e3449466910a05a 100755 (executable)
@@ -3,11 +3,6 @@
 
 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