|
|
| |
AC_LIBTOOL_WIN32_DLL | AC_LIBTOOL_WIN32_DLL |
AM_PROG_LIBTOOL | AM_PROG_LIBTOOL |
|
dnl when using libtool 2.x create libtool early, because it's used in configure |
|
m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) |
| |
# Make sure we use 64-bit versions of various file stuff. | # Make sure we use 64-bit versions of various file stuff. |
AC_SYS_LARGEFILE | AC_SYS_LARGEFILE |
|
|
case $enable_explicit_deps in | case $enable_explicit_deps in |
auto) | auto) |
export SED | export SED |
deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh` |
deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` |
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then | if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then |
enable_explicit_deps=yes | enable_explicit_deps=yes |
else | else |