libtool
[Top][All Lists]
Advanced

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

Re: libtool macros installed in pkgdatadir?


From: Scott James Remnant
Subject: Re: libtool macros installed in pkgdatadir?
Date: Wed, 28 Jan 2004 22:13:21 +0000

On Wed, 2004-01-28 at 20:29, Braden McDaniel wrote:

> Why are the libtool macros being installed to $(pkgdatadir) rather than 
> $(datadir)/aclocal?
> 
Because aclocal is slowly being deprecated, and will eventually vanish
entirely.  Managing Autoconf macros really isn't a job for Automake.

The new utopia is to create a directory within your source called "m4"
(or some such) and in configure.ac declare AC_CONFIG_MACRO_DIR([m4])

Then when you run libtoolize, it will copy the appropriate m4 files into
this directory for you.

One day a version of Autoconf will use these, but for now when you run
aclocal it'll add an "m4_include" line to aclocal.m4 for each of these
files (rather than including them verbatim).

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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