]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
(conf_flags): set sensible default for with-ncsb-dir
[lilypond.git] / autogen.sh
index 1d4c1b61ef3de361e602ccd440df5c9338e14f70..9fc81d4919f70d2b0bf02ad9d4aa62533e1e1df5 100755 (executable)
@@ -50,16 +50,21 @@ do
 done
 
 #conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
+conf_flags="--with-ncsb-dir=/usr/share/fonts/default/Type1/"
+
 if test -n "$NOCONFIGURE"; then
     echo Skipping configure process.
     exit 0
 fi
 
 if test -z "$*"; then
-    echo "warning: about to run \`./configure' without arguments."
-    echo "arguments on the \`$0\'"
-    echo "command line will be passed to \`./configure'."
-    echo
+    cat <<EOF
+    Warning: about to run \`configure' without arguments.
+    arguments on the \`$0' command line
+    will be passed to \`configure'.
+
+    Invoke with --noconfigure to skip configure step.
+EOF
 fi
 
 echo Running $srcdir/configure $conf_flags "$@" ...