From a06ca8b1dabe37ea8d1c4e088286031e459fac79 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:00:41 +0000 Subject: [PATCH] lilypond-1.3.147 --- aclocal.m4 | 2 +- configure | 2 +- scripts/GNUmakefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 8f08ec9a81..2fed2f24e9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/configure b/configure index edfdbda20a..f582a235e4 100755 --- 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 diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile index f3e53ff511..318e463cc7 100644 --- a/scripts/GNUmakefile +++ b/scripts/GNUmakefile @@ -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) -- 2.39.5