]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
(conf_flags): set sensible default for with-ncsb-dir
[lilypond.git] / autogen.sh
index 4271d4c8a7a57a426c379eb682cff58bbac82e93..9fc81d4919f70d2b0bf02ad9d4aa62533e1e1df5 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
@@ -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