1999-03-09 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * configure.in, Makefile.am, NEWS: install libltdl by default
+
* libtool.m4 (AC_LIBLTDL_INSTALLABLE, AC_LIBLTDL_CONVENIENCE):
new macros
* NEWS: ditto
AUTOMAKE_OPTIONS = 1.3e gnits readme-alpha
-BUILD_SUBDIRS = . doc tests
+BUILD_SUBDIRS = . libltdl doc tests
SUBDIRS = $(BUILD_SUBDIRS)
DIST_SUBDIRS = $(BUILD_SUBDIRS) $(CONF_SUBDIRS)
# All our rules should depend on these demo files.
all-local check-local: $(ACINCLUDE_M4_LIST) libtool
-check-local: libltdl/Makefile
@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4
rm -f $@
NEWS - list of user-visible changes between releases of GNU Libtool
New in 1.2e: CVS version; 1.2f: 1999-?-?, Libtool team:
+* libltdl is now built and installed unless --disable-ltdl-install
* New AC_LIBLTDL_CONVENIENCE and AC_LIBLTDL_INSTALLABLE macros, to select
convenience and/or installable versions of libltdl.
* In order for libtool to attempt to link a shared library (dll) on win32
dnl For the `lineno' script (which puts line numbers into `ltconfig').
AC_PROG_AWK
+AC_ARG_ENABLE(ltdl-install,
+ [--disable-ltdl-install do not install libltdl])
+if test x"$enable_ltdl_install" != xno; then
+ enable_ltdl_install=yes
+ ac_configure_args="$ac_configure_args --enable-ltdl-install"
+fi
+dnl Since this is handled by m4, it cannot be made conditional :-(
+AC_CONFIG_SUBDIRS(libltdl)
+
dnl all subdirectories that are configured on demand, but that must be
dnl included in the distribution
-CONF_SUBDIRS="libltdl demo mdemo cdemo" # depdemo
+CONF_SUBDIRS="demo mdemo cdemo" # depdemo
AC_SUBST(CONF_SUBDIRS)
ACINCLUDE_M4_LIST="${srcdir}/acinclude.m4 "