* Philip Kovacs wrote on Fri, Aug 24, 2007 at 01:17:58AM CEST:
> * Benoit SIGOURE <[EMAIL PROTECTED]> [2007-08-23 09:40:50 +0200]:
> >
> > 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?
>
> Just some oddities, such as the need to run aclocal -I m4 only in the
> top-level directory. If I create the export
> ACLOCAL=${ACLOCAL:-aclocal -I m4}, autoreconf runs aclocal -I m4 in
> the libltdl subdir also, and fails since no m4 dir is installed with
> libtoolize --ltdl. I have finer control this way.
Instead of setting $ACLOCAL, put
ACLOCAL_AMFLAGS = -I m4
in the toplevel Makefile.am. Then use autoreconf (at your convenience
with --no-recursive).
Cheers,
Ralf
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool