]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
* mf/GNUmakefile (FC_FIND): new function. Find ncsb using
[lilypond.git] / autogen.sh
index 4bf7e17d10b1d7fa28a6023c9839a9ca19593ca7..6db6ec12e21470bacff2e0ec09d4d312f9e3e217 100755 (executable)
@@ -7,7 +7,6 @@ case $1 in
     --noconf*) NOCONFIGURE=true;;
 esac
 
-touch stepmake/bin/install-sh
 if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then
     echo "stepmake/aclocal.m4 is newer.  Copying file." 
     cp -f stepmake/aclocal.m4 aclocal.m4
@@ -35,7 +34,7 @@ for i in autoconf2.50 autoconf-2.50 autoconf  false; do
 done
 
 if test -z "$autoconf"; then
-i    echo "ERROR: Please install autoconf 2.50 or newer"
+    echo "ERROR: Please install autoconf 2.50 or newer"
     exit 1
 fi
 
@@ -51,6 +50,8 @@ 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