[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] autoconf issue
From: |
Glenn McGrath |
Subject: |
Re: [Help-gnunet] autoconf issue |
Date: |
Sun, 5 Jan 2003 07:51:40 +1100 |
On Sat, 4 Jan 2003 19:13:36 +0200 (EET)
Igor Wronsky <address@hidden> wrote:
> You might want to try
>
> #!/bin/sh
> aclocal -I ./contrib/m4
> autoconf
> autoheader
> automake -a
> ln -s `which libtool` libtool
> ln -s `which libtool` ltmain.sh
>
> Does that help? I'm a bit astonished myself at the
> fragility of gnunets build process.
>
>
libtoolize should install files libtool requires.
If the build scripts were updated to the current release of autoconf
then the autoreconf -i command works, and does it all.
It would require abondoning backwards compatability with the old 2.13
stuff, but good riddance i say. The autoconf people want it to go away
as well.
Glenn