]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / autogen.sh
index b5406534030d42e4c639dc28a0295cebdb58d114..bf647044619930ccd500f9ec7988cc1d0abf2683 100755 (executable)
@@ -5,12 +5,12 @@ srcdir=`dirname $0`
 
 
 if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then
-    echo "stepmake/aclocal.m4 is newer.  Copying file." 
+    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." 
+    echo "stepmake/autogen.sh is newer. Copying file." 
     cp -f stepmake/autogen.sh autogen.sh
     exec ./autogen.sh
 fi
@@ -42,7 +42,7 @@ if test -z "$*"; then
   echo
 fi
 
-for coin in `find $srcdir -name configure.in -print`
+for coin in $srcdir/configure.in #`find $srcdir -name configure.in -print`
 do 
   dr=`dirname $coin`
   echo processing $dr