summaryrefslogtreecommitdiff
path: root/ltdl
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-01-31 21:44:38 -0700
committerEric Blake <ebb9@byu.net>2008-01-31 21:44:38 -0700
commitfdc33823e6a6e77d38d44c31a3ff3072509a2445 (patch)
tree4894a9144c4564e7b5bfe71ee88e9034188be2b4 /ltdl
parentc2f1e561a36e39a2fad6655cfc3ca7a87782934a (diff)
downloadm4-fdc33823e6a6e77d38d44c31a3ff3072509a2445.tar.gz
Depend on new libtool to use non-recursive build.
* configure.ac (LT_PREREQ): Bump to alpha release version. (LTDL_INIT): Choose nonrecursive mode. Perform sanity check that installed libtool has correct symbols. * Makefile.am (SUBDIRS): Drop ltdl, now that it is built from the top level. (AM_CPPFLAGS): Drop directories covered by libtool. (AM_LDFLAGS): Drop -no-undefined, covered by libtool. (include_HEADERS, noinst_LTLIBRARIES, EXTRA_LTLIBRARIES): New macros, used by libtool. (lib_LTLIBRARIES): Also used by libtool. (ltdl/libltdlc.la): Delete, now that libtool does this. * bootstrap: Mention new requirements. (LIBTOOLIZE): Provide default program, and run libtoolize prior to autoreconf. (autoreconf): Also neutralize libtoolize, since it is run early. * HACKING: Mention updated prerequisites. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ltdl')
-rw-r--r--ltdl/.cvsignore1
-rw-r--r--ltdl/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/ltdl/.cvsignore b/ltdl/.cvsignore
index aec0bad8..c2d12771 100644
--- a/ltdl/.cvsignore
+++ b/ltdl/.cvsignore
@@ -21,6 +21,7 @@ lt*.c
lt*.h
Makefile.am
Makefile.in
+Makefile.inc
Makefile
README
slist.c
diff --git a/ltdl/.gitignore b/ltdl/.gitignore
index aec0bad8..c2d12771 100644
--- a/ltdl/.gitignore
+++ b/ltdl/.gitignore
@@ -21,6 +21,7 @@ lt*.c
lt*.h
Makefile.am
Makefile.in
+Makefile.inc
Makefile
README
slist.c