]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/autogen.sh
* scm/framework-gnome.scm: Add pango decoders.
[lilypond.git] / stepmake / autogen.sh
index ef2afec2d7bc561455fa1dbc2675aec486c3a472..6678367b65a4f46648ecb5b9b2db2aacd61a60a2 100755 (executable)
@@ -3,6 +3,9 @@
 
 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."