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

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

Re: CVS build fixlet


From: Andreas Rottmann
Subject: Re: CVS build fixlet
Date: Fri, 14 May 2004 13:29:50 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Jan Nieuwenhuizen <address@hidden> writes:

> 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
>
>
What automake version do you use? I've set my automake alternative to
automake-1.8:

ivanova:~/src/contrib/g-wrap/_build% automake --version
automake (GNU automake) 1.8.4
Written by Tom Tromey <address@hidden>.
[...]

automake-1.8 doesn't bail out on this, and this $(ACLOCAL_FLAGS)
including comes handy when you have .m4 files in locations aclocal
doesn't look for by default.

> --- orig/NEWS
> +++ mod/NEWS
> @@ -3,6 +3,10 @@
>  Initially created by Christopher Lee.
>  See the end for copying conditions.
>  
> +Version 2.0
> +
> + - ?
> +
Right, I need to write this.

> --- orig/autogen.sh
> +++ mod/autogen.sh
> @@ -14,7 +14,7 @@
>  
[snip autoconf2.50 add]

Hmm, I have:

ivanova:~/src/contrib/g-wrap/_build% dlocate -S `which autoconf`
autoconf: /usr/bin/autoconf

So with autoconf installed, this doesn't seem to be necessary.

Andy
-- 
Andreas Rottmann         | address@hidden      | address@hidden | address@hidden
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Beware of bugs in the above code; I have only proved it correct,
not tried it.  -- Donald E. Knuth




reply via email to

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