|
Lines 166-171
Link Here
|
| 166 |
|
166 |
|
| 167 |
AC_LIBTOOL_WIN32_DLL |
167 |
AC_LIBTOOL_WIN32_DLL |
| 168 |
AM_PROG_LIBTOOL |
168 |
AM_PROG_LIBTOOL |
|
|
169 |
dnl when using libtool 2.x create libtool early, because it's used in configure |
| 170 |
m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) |
| 169 |
|
171 |
|
| 170 |
# Make sure we use 64-bit versions of various file stuff. |
172 |
# Make sure we use 64-bit versions of various file stuff. |
| 171 |
AC_SYS_LARGEFILE |
173 |
AC_SYS_LARGEFILE |
|
Lines 377-383
Link Here
|
| 377 |
case $enable_explicit_deps in |
379 |
case $enable_explicit_deps in |
| 378 |
auto) |
380 |
auto) |
| 379 |
export SED |
381 |
export SED |
| 380 |
deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh` |
382 |
deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` |
| 381 |
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then |
383 |
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then |
| 382 |
enable_explicit_deps=yes |
384 |
enable_explicit_deps=yes |
| 383 |
else |
385 |
else |