]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
(file): open file in binary mode. This
[lilypond.git] / autogen.sh
index ef2afec2d7bc561455fa1dbc2675aec486c3a472..1d4c1b61ef3de361e602ccd440df5c9338e14f70 100755 (executable)
@@ -3,14 +3,17 @@
 
 srcdir=`dirname $0`
 
+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." 
+    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