]> git.ipfire.org Git - thirdparty/libtool.git/commit
libltdl uses LIBOBJS, which leak out into a parent project if both
authorBrad <brad@comstyle.com>
Wed, 16 Jun 2004 17:17:40 +0000 (17:17 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 16 Jun 2004 17:17:40 +0000 (17:17 +0000)
commitaa6cd3e0749633eeb091539e71097af5d7682416
tree62d7a68bf4d3992ddba3208071840332f4c5a975
parentfa497f68e784b3b39be68d632578802ee063b343
libltdl uses LIBOBJS, which leak out into a parent project if both
share the same configure.ac.  Libtool itself doesn't compile any
code, so it is okay to do it during bootstrap, but other projects
need to treat libltdl as a configurable subproject to keep their
respective LIBOBJS separate:

* libltdl/configure.ac: New file, based on configure.ac.
* libltdl/Makefile.am (AC_LOCAL_AMFLAGS): Use our own m4
directory.
(ltdldata_DATA): List *all* the files that libtoolize --ltdl will
install.
ChangeLog
libltdl/Makefile.am
libltdl/configure.ac [new file with mode: 0644]