]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/define-markup-commands.scm (fill-line): Typo.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 22 Nov 2004 22:30:06 +0000 (22:30 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 22 Nov 2004 22:30:06 +0000 (22:30 +0000)
* buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
and newer.

ChangeLog
buildscripts/guile-gnome.sh
scm/define-markup-commands.scm

index 59f5c3a4a9d50eef2b0b1927ad62eca87d914dad..2e431341a80a49c5656c4467e6315ad0ab904f23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-markup-commands.scm (fill-line): Typo.
+
+       * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
+       and newer.
+
 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
 
         * ly/dynamic-scripts-init.ly: Fixed typo.
index d7143f5607082eac72e668e1c58d74923a725337..d23915959f3a473f0727a7dd665f5407e4356eec 100644 (file)
@@ -176,12 +176,13 @@ if ! pkg-config --atleast-version=$GGVERSION guile-gnome-glib; then
            sh autogen.sh --noconfigure
        fi
        cd ..
+       srcdir="../src"
     else
        $WGET http://download.gna.org/guile-gnome/releases/guile-gnome-platform-$GGVERSION.tar.gz
        tar xzf $download/guile-gnome-platform-$GGVERSION.tar.gz
        ln -s guile-gnome-platform-$GGVERSION guile-gnome
        cd guile-gnome
-       ln -s . src
+       srcdir="../"
     fi
     
     rm -rf $OPT/guile-gnome
@@ -197,10 +198,10 @@ if ! pkg-config --atleast-version=$GGVERSION guile-gnome-glib; then
 #
     if [ -z "$GCC34" ]; then
     # Use libtool-1.5.6, gcc-3.{2,3} without -O2,
-       CFLAGS='-O -g' ../src/configure --prefix=$OPT/guile-gnome --enable-maintainer-mode
+       CFLAGS='-O -g' $srcdir/configure --prefix=$OPT/guile-gnome --enable-maintainer-mode
     else
     # or use gcc-3.4 with libtool-1.6.0
-       CC=$GCC34 ../src/configure --prefix=$OPT/guile-gnome --enable-maintainer-mode
+       CC=$GCC34 $srcdir/configure --prefix=$OPT/guile-gnome --enable-maintainer-mode
     fi
     make all install G_WRAP_MODULE_DIR=$OPT/g-wrap/share/guile/site
 fi
index ddd3b762eaec55835736de28cab127d9f734638f..36886996d68057d12cff771f615ac4bf208386bf 100644 (file)
@@ -127,7 +127,7 @@ gsave /ecrm10 findfont
                             point-stencil)
                            stencils)))
 
-o    (if (null? (remove ly:stencil-empty? orig-stencils))
+    (if (null? (remove ly:stencil-empty? orig-stencils))
        empty-stencil
        (stack-stencils X RIGHT fill-space line-stencils))))