]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.7.10
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Dec 2002 21:57:36 +0000 (21:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Dec 2002 21:57:36 +0000 (21:57 +0000)
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