From: Han-Wen Nienhuys Date: Tue, 24 Dec 2002 21:57:36 +0000 (+0000) Subject: release commit X-Git-Tag: release/1.7.10 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=25bef3f8133623d570cfe1e60a2bde5625492621 release commit --- diff --git a/autogen.sh b/autogen.sh index 36d6b4939f..ea9bb388ce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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