summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2005-11-07 12:34:27 +0000
committerGary V. Vaughan <gary@gnu.org>2005-11-07 12:34:27 +0000
commitc0d31c33212929affa4cd32a202ae4145b8da968 (patch)
tree9fa9bc97cbfbbaa95e8842368f54b29436f5530e /configure.ac
parentc284cc00bce30bca4a09e4bf4ac917535b0d146e (diff)
downloadlibtool-c0d31c33212929affa4cd32a202ae4145b8da968.tar.gz
* libltdl/m4/ltdl.m4 (LT_CONFIG_LTDL_DIR): Add LTDL-MODE
argument. * configure.ac: Use it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 18eb6ddd..aa716e56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
+LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
AC_CONFIG_AUX_DIR([libltdl/config])
AC_CONFIG_MACRO_DIR([libltdl/m4])
AC_CONFIG_LIBOBJ_DIR([libltdl])