X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=blobdiff_plain;f=autogen.sh;h=46dd22f98b86f9f1dc2895212a72c635d5928a81;hp=34c022e0825ff602da60fd86aa9ac3f0ba951ce5;hb=HEAD;hpb=d7c0f4263534307616c82d9b2ce6fdef9472456f diff --git a/autogen.sh b/autogen.sh index 34c022e082..46dd22f98b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,18 +7,7 @@ case $1 in --noconf*) NOCONFIGURE=true;; esac -if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then - echo "stepmake/aclocal.m4 is newer. Copying file." - cp -f stepmake/aclocal.m4 aclocal.m4 -fi - -if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then - echo "stepmake/autogen.sh is newer. Copying file." - cp -f stepmake/autogen.sh autogen.sh - exec ./autogen.sh "$@" -fi - -for i in $srcdir/configure.in #`find $srcdir -name configure.in -print` +for i in $srcdir/configure.ac #`find $srcdir -name configure.ac -print` do dir=`dirname $i` echo processing $dir