On Aug 23, 2007, at 6:07 AM, Philip Kovacs wrote:
My autogen.sh looks like this:echo Running $ACLOCAL ... && $ACLOCAL -I m4echo Running $LIBTOOLIZE --ltdl --force --copy ... && $LIBTOOLIZE -- ltdl --force --copyecho Running $AUTOHEADER ... && $AUTOHEADERecho Running $AUTOMAKE --add-missing --copy --gnu ... && $AUTOMAKE --add-missing --copy --gnuecho Running $AUTOCONF ... && $AUTOCONF
That's nothing to do with your problem but... why don't you use autoreconf --force --verbose --install instead of manually calling all these tools?
AM_DISABLE_STATIC
Ghee, I didn't know we could call this macro with AM_*.
AM_PROG_LIBTOOL
For this one however, the manual says this name is deprecated, you should use AC_PROG_LIBTOOL instead.
Cheers, -- Benoit Sigoure aka Tsuna EPITA Research and Development Laboratory
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool