]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove kpathsea warning, change to OPTIONAL.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 18 May 2005 14:22:25 +0000 (14:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 18 May 2005 14:22:25 +0000 (14:22 +0000)
ChangeLog
stepmake/aclocal.m4

index ad5c10fb6b4075ad64d9a3a00058c93afd083a6f..1efac843294cd9881738a246ae1d1e809d0056a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
+
        * scm/lily.scm (running-from-gui?): lowercase Darwin.
 
        * lily/function-documentation.cc (ly_add_function_documentation):
index e35b8625a1109df9035b63d2d18d7849e71e18b3..d6cd6231f0bc87c9b66b2e4d6ee0c35bb1b60a28 100644 (file)
@@ -780,14 +780,7 @@ AC_DEFUN(STEPMAKE_KPATHSEA, [
        AC_CHECK_LIB(kpathsea, kpse_find_file)
        AC_CHECK_FUNCS(kpse_find_file,,kpathsea_b=no)
        if test "$kpathsea_b" = "no"; then
-           warn='kpathsea (libkpathsea-dev, kpathsea-devel or tetex-devel
-   package).
-   Else, please specify the directories where kpathsea/kpathsea.h and
-   libkpathsea.a are installed using --with-kpathsea-include and
-   --with-kpathsea-lib options.  You should install kpathsea; see
-   INSTALL.txt.  Rerun ./configure --without-kpathsea only if kpathsea
-   is not available for your platform.'
-           STEPMAKE_ADD_ENTRY(REQUIRED, $warn)
+           STEPMAKE_ADD_ENTRY(OPTIONAL, $warn)
        fi
     fi