libtool-patches
[Top][All Lists]
Advanced

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

Re: libtoolize


From: Patrick Welche
Subject: Re: libtoolize
Date: Tue, 14 Dec 2004 14:02:55 +0000
User-agent: Mutt/1.5.6i

On Mon, Dec 13, 2004 at 09:45:44AM -0600, Albert Chin wrote:
> On Mon, Dec 13, 2004 at 02:35:52PM +0000, Patrick Welche wrote:
> > It also gets rid of the old *.m4 files from aclocal/share. I don't know
> > how portable ${variable#prefix} is - if it isn't, let me know and I'll
> > modify it.
> 
> It doesn't work on the Bourne shell.

OK, here is a simpler version. To get libtoolize to work in a project
which doesn't use AC_CONFIG_MACRO_DIR nor ACLOCAL_AMFLAGS, the
libtoolize.m4sh patch is needed as this just treats m4dir the same as
auxdir, defaulting to ".".

To get rid of old copies of macro files, the Makefile.am patch makes more
sense, as say in the future we no longer distributed argz.m4. Then we
would remove it from pkgvmacro_DATA, but would still want to delete it,
so we need another variable. (I call it old_pkgvmacro_files)

Cheers,

Patrick

Attachment: libpat
Description: Text document


reply via email to

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