X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fautogen.sh;h=bf647044619930ccd500f9ec7988cc1d0abf2683;hb=1753b1a73742a5b0893037116bb6f2febba277f3;hp=05b2eae55cb2e6b92f0e1c0f44e4d174ba62da2d;hpb=5320f6d196dd67186178adcb6e5debdbbec8aee8;p=lilypond.git diff --git a/stepmake/autogen.sh b/stepmake/autogen.sh index 05b2eae55c..bf64704461 100755 --- a/stepmake/autogen.sh +++ b/stepmake/autogen.sh @@ -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