guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS build fixlet


From: Jan Nieuwenhuizen
Subject: Re: CVS build fixlet
Date: Fri, 14 May 2004 12:53:07 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Jan Nieuwenhuizen writes:

> However, I can't seem to get g-wrap-2.0.

Found it, I guess:

$ tla rbrowse g-wrap--tng
address@hidden
   g-wrap
      g-wrap--tng
         g-wrap--tng--0.1
             base-0 .. patch-37

Here's what I needed to get it to build (Debian/unstable).


Jan.



* looking for address@hidden/g-wrap--tng--0.1--patch-37 to compare with
* comparing to address@hidden/g-wrap--tng--0.1--patch-37
M  NEWS
M  autogen.sh
M  Makefile.am

* modified files

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -6,7 +6,10 @@
 
 EXTRA_DIST = g-wrap.scm srfi/srfi-34.scm srfi/srfi-35.scm
 
-ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_FLAGS)
+## not sure about this, but needed on debian/unstable --jcn
+## ACLOCAL_AMFLAGS: variable `ACLOCAL_FLAGS' is used but `ACLOCAL_FLAGS' is 
undefined
+##ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_FLAGS)
+ACLOCAL_AMFLAGS = -I m4
 
 if !HAVE_SRFI_34
 nobase_guilemodule_DATA += srfi/srfi-34.scm


--- orig/NEWS
+++ mod/NEWS
@@ -3,6 +3,10 @@
 Initially created by Christopher Lee.
 See the end for copying conditions.
 
+Version 2.0
+
+ - ?
+
 Version 1.3.3
 
  - Support has been added for GSlists via gw:gslist-of.


--- orig/autogen.sh
+++ mod/autogen.sh
@@ -14,7 +14,7 @@
 
 echo -n "+ check for build tools"
 if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else  echo; fi
-version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 
autoconf-2.52" \
+version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 
autoconf-2.52 autoconf2.50" \
               "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 52 || DIE=1
 version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 
automake-1.6" \
               "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 5 || DIE=1







-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]