diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 12:31:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 12:31:17 +0000 |
commit | a84628de6ef38ff879cec6f07a790d8ac1b45eea (patch) | |
tree | 8986fe29267095024835085de2492b01f08e5fb5 /Build/source/configure | |
parent | 2438d33d26e1efd298278d484a4309cd5281c7ce (diff) |
pTeX update
git-svn-id: svn://tug.org/texlive/trunk@17922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure index 6f91b29c686..b15ab81f03d 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -19238,6 +19238,10 @@ elif test "x$need_icu:$with_system_icu" = xyes:yes; then fi + + + + ## texk/kpathsea/ac/kpathsea.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/ ## basic check of system kpathsea if test "x$need_kpathsea:$with_system_kpathsea" = xyes:yes; then @@ -20786,6 +20790,7 @@ fi +enable_libtool_hack='$enable_libtool_hack' @@ -22120,6 +22125,16 @@ compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # ### END LIBTOOL TAG CONFIG: CXX _LT_EOF +## KPSE_LT_HACK: Prevent libtool from linking dependency_libs +if test "x$enable_libtool_hack" = xyes; then + sed '/# Convert "-framework/i \ + ## KPSE_LT_HACK: ignore dependency_libs\ + test "X$installed" = Xyes && dependency_libs=\ +' "$ofile" >"$cfgfile" + mv "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +fi ;; esac |