CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         lilypond_2_4
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/04/25 19:38:40

Modified files:
        stepmake       : aclocal.m4 
        cygwin         : mknetrel 
        .              : ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/aclocal.m4.diff?only_with_tag=lilypond_2_4&tr1=1.112.2.3&tr2=1.112.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/cygwin/mknetrel.diff?only_with_tag=lilypond_2_4&tr1=1.35.2.2&tr2=1.35.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_4&tr1=1.2780.2.44&tr2=1.2780.2.45&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.2780.2.44 lilypond/ChangeLog:1.2780.2.45
--- lilypond/ChangeLog:1.2780.2.44      Thu Apr 21 08:46:53 2005
+++ lilypond/ChangeLog  Mon Apr 25 19:38:39 2005
@@ -1,3 +1,7 @@
+2005-04-25  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * cygwin: Updates.
+
 2005-04-21  Erik Sandberg  <[EMAIL PROTECTED]>
 
        * scripts/abc2ly: Bugfix
Index: lilypond/cygwin/mknetrel
diff -u lilypond/cygwin/mknetrel:1.35.2.2 lilypond/cygwin/mknetrel:1.35.2.3
--- lilypond/cygwin/mknetrel:1.35.2.2   Mon Apr 25 16:02:14 2005
+++ lilypond/cygwin/mknetrel    Mon Apr 25 19:38:39 2005
@@ -109,6 +109,7 @@
 --define-variable prefix=$cygwin_root \
 --define-variable includedir=$cygwin_root/usr/include"
     fi
+    export CFLAGS="-DKPSE_DLL"
 }
 
 postconfig () {
Index: lilypond/stepmake/aclocal.m4
diff -u lilypond/stepmake/aclocal.m4:1.112.2.3 
lilypond/stepmake/aclocal.m4:1.112.2.4
--- lilypond/stepmake/aclocal.m4:1.112.2.3      Mon Mar 14 21:05:32 2005
+++ lilypond/stepmake/aclocal.m4        Mon Apr 25 19:38:39 2005
@@ -482,8 +482,10 @@
 
 AC_DEFUN(STEPMAKE_GUILE_DEVEL, [
     ## First, let's just see if we can find Guile at all.
+    test -n "$target_alias" && target_guile_config=$target_alias-guile-config
+    test -n "$host_alias" && host_guile_config=$host_alias-guile-config
     AC_MSG_CHECKING([for guile-config])
-    for guile_config in $GUILE_CONFIG guile-config $target-guile-config 
$build-guile-config; do
+    for guile_config in $GUILE_CONFIG $target_guile_config $host_guile_config 
$build_guile_config guile-config; do
        AC_MSG_RESULT([$guile_config])
        if ! $guile_config --version > /dev/null 2>&1 ; then
            AC_MSG_WARN([cannot execute $guile_config])


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

Reply via email to