[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] autoconf issue
From: |
Igor Wronsky |
Subject: |
Re: [Help-gnunet] autoconf issue |
Date: |
Sat, 4 Jan 2003 19:13:36 +0200 (EET) |
On Sat, 4 Jan 2003, Kurt Jaeger wrote:
> > And as always, please report all bugs, segvs, problems and
> > such you find. If you don't report them, they won't be fixed,
> > or it will most likely take much longer. :(
> Any pointer what to fix in the following problem with AC_PROG_LIBTOOL ?
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.
Igor