]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
* mf/GNUmakefile (FC_FIND): new function. Find ncsb using
[lilypond.git] / autogen.sh
index 6678367b65a4f46648ecb5b9b2db2aacd61a60a2..6db6ec12e21470bacff2e0ec09d4d312f9e3e217 100755 (executable)
@@ -8,12 +8,12 @@ case $1 in
 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
@@ -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 "$@" ...