libtool
[Top][All Lists]
Advanced

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

Re: some unexplained messages when using libtool 2.1a


From: Bob Friesenhahn
Subject: Re: some unexplained messages when using libtool 2.1a
Date: Mon, 26 Dec 2005 14:27:42 -0600 (CST)

On Mon, 26 Dec 2005, Ed Hartnett wrote:

Howdy all!

I recently switched to using libtool 2.1a, and now autoreconf gives me
the following output:

libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/home/ed/local/shecky/share/aclocal/libtool.m4'
libtoolize:   `/home/ed/local/shecky/share/aclocal/ltoptions.m4'
libtoolize:   `/home/ed/local/shecky/share/aclocal/ltversion.m4'
libtoolize:   `/home/ed/local/shecky/share/aclocal/ltsugar.m4'
libtoolize:   `/home/ed/local/shecky/share/aclocal/lt~obsolete.m4'
WHat is the deal with this?

Don't know, but the bottom of my aclocal.m4 file has something like this and it seems to work and survive 'aclocal' invocations:

m4_include([m4/libtool.m4])
m4_include([m4/ltoptions.m4])
m4_include([m4/ltsugar.m4])
m4_include([m4/ltversion.m4])
m4_include([acinclude.m4])

Naturally, the associated m4 files need to be in the 'm4' subdirectory.

It helps to have

# Specify directory where m4 macros may be found.
AC_CONFIG_MACRO_DIR([m4])

toward the top of your configure.ac script.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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