]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.147
authorfred <fred>
Wed, 27 Mar 2002 01:00:41 +0000 (01:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:00:41 +0000 (01:00 +0000)
aclocal.m4
configure
scripts/GNUmakefile

index 8f08ec9a813ac0a50f8cad10e5ec7d7c3d0f8ba7..2fed2f24e9a7a65b36fcd8ec583d6d550b336c2e 100644 (file)
@@ -421,7 +421,7 @@ AC_DEFUN(AC_STEPMAKE_KPATHSEA, [
     if test "$kpathsea_b" = "yes"; then        
        AC_HAVE_HEADERS(kpathsea/kpathsea.h)
        AC_CHECK_LIB(kpathsea, kpse_find_file)
-       AC_CHECK_FUNCS(kpse_find_file,, AC_ERROR(Cannot find kpathsea functions.  Rerun with --without-kpathsea.) )
+       AC_CHECK_FUNCS(kpse_find_file,, AC_ERROR(Cannot find kpathsea functions.  You should install kpathsea; see INSTALL.txt.  Rerun ./configure --without-kpathsea only if kpathsea is not available for your platform.))
     fi
     AC_MSG_CHECKING(whether to use kpathsea)
     if test "$kpathsea_b" = yes; then
index edfdbda20a9e1d4f1c5d69a69d54a028e81e89ce..f582a235e4f0091bbaf75ff758f35173fc65b9e6 100755 (executable)
--- a/configure
+++ b/configure
@@ -3068,7 +3068,7 @@ EOF
  
 else
   echo "$ac_t""no" 1>&6
-{ echo "configure: error: Cannot find kpathsea functions.  Rerun with --without-kpathsea." 1>&2; exit 1; } 
+{ echo "configure: error: Cannot find kpathsea functions.  You should install kpathsea; see INSTALL.txt.  Rerun ./configure --without-kpathsea only if kpathsea is not available for your platform." 1>&2; exit 1; }
 fi
 done
 
index f3e53ff511c9d8eba9d4b54d6fe712ae24b83786..318e463cc75567187732acec106837453cbac77d 100644 (file)
@@ -1,7 +1,7 @@
 # bin/Makefile
 
 depth = ..
-SEXECUTABLES=convert-ly lilypond-book ly2dvi abc2ly as2text etf2ly musedata2ly pmx2ly
+SEXECUTABLES=convert-ly lilypond-book ly2dvi abc2ly as2text etf2ly musedata2ly pmx2ly mup2ly
 STEPMAKE_TEMPLATES=script help2man po
 HELP2MAN_EXECS = $(SEXECUTABLES)