mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* 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.
This commit is contained in:
parent
0ade925948
commit
8d10890da5
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
@ -394,8 +394,11 @@ func_scan_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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user