default libltdl mode to 'subproject' when libtoolize is
executed before configure.ac has been updated.
+2008-01-28 Gary V. Vaughan <gary@gnu.org>
+
+ * libtoolize.m4sh (func_scan_files): Be sure to set the
+ default libltdl mode to 'subproject' when libtoolize is
+ executed before configure.ac has been updated.
+
2008-01-27 Gary V. Vaughan <gary@gnu.org>
* libtoolize.m4sh (func_install_pkgconfig_files)
test -n "$configure_ac" && my_configure_ac="$configure_ac: "
func_verbose "${my_configure_ac}not using Autoconf"
- # Make sure ltdldir is set, even though we return early here:
+ # Make sure ltdldir and ltdl_mode have sensible defaults
+ # since we return early here:
test -n "$ltdldir" || ltdldir=libltdl
+ test -n "$ltdl_mode" || ltdl_mode=subproject
+
return
}