CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/18 14:22:25

Modified files:
        .              : ChangeLog 
        stepmake       : aclocal.m4 

Log message:
        remove kpathsea warning, change to OPTIONAL.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3630&tr2=1.3631&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/aclocal.m4.diff?tr1=1.144&tr2=1.145&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3630 lilypond/ChangeLog:1.3631
--- lilypond/ChangeLog:1.3630   Wed May 18 14:19:41 2005
+++ lilypond/ChangeLog  Wed May 18 14:22:24 2005
@@ -1,5 +1,7 @@
 2005-05-18  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * 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: lilypond/stepmake/aclocal.m4
diff -u lilypond/stepmake/aclocal.m4:1.144 lilypond/stepmake/aclocal.m4:1.145
--- lilypond/stepmake/aclocal.m4:1.144  Sat May 14 23:58:43 2005
+++ lilypond/stepmake/aclocal.m4        Wed May 18 14:22:25 2005
@@ -780,14 +780,7 @@
        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
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to