diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 5f7c4e9458d..7dfd4229ca7 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -640,6 +640,7 @@ enable_all_pkgs enable_native_texlive_build enable_multiplatform enable_cxx_runtime_hack +enable_libtool_hack enable_dialog enable_pdfopen enable_ps2eps @@ -1418,6 +1419,7 @@ Optional Features: --enable-multiplatform put executables into bin/PLATFORM and libraries into lib/PLATFORM --enable-cxx-runtime-hack link C++ runtime statically + --enable-libtool-hack ignore libtool dependency_libs --disable-dialog do not build the dialog package --disable-pdfopen do not build the pdfopen package --disable-ps2eps do not build the ps2eps package @@ -2132,6 +2134,18 @@ esac ac_configure_args="$ac_configure_args '--enable-cxx-runtime-hack'" ;; esac fi +case $enable_libtool_hack in #( + yes | no) : + : ;; #( + *) : + case $host_os in #( + linux* | solaris*) : + enable_libtool_hack=yes ;; #( + *) : + enable_libtool_hack=no ;; +esac + ac_configure_args="$ac_configure_args '--enable-libtool-hack=$enable_libtool_hack'" ;; +esac case $enable_shared in #( no) : : ;; #( @@ -2172,6 +2186,11 @@ if test "${enable_cxx_runtime_hack+set}" = set; then : enableval=$enable_cxx_runtime_hack; fi +# Check whether --enable-libtool-hack was given. +if test "${enable_libtool_hack+set}" = set; then : + enableval=$enable_libtool_hack; +fi + case $with_x in #( |