libtool
[Top][All Lists]
Advanced

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

Re: libltdl convenience missing make targets


From: Ralf Wildenhues
Subject: Re: libltdl convenience missing make targets
Date: Fri, 24 Aug 2007 07:19:16 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Philip Kovacs wrote on Fri, Aug 24, 2007 at 01:17:58AM CEST:
> * Benoit SIGOURE <address@hidden> [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




reply via email to

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