summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-16 09:51:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-16 09:51:30 +0000
commit09950a732cfa76559d18b3540d69bf7eed235171 (patch)
tree00e395f5458e8c3d6904d313d1d513fc9d1dabfb /Build/source/configure.ac
parent6d04c5f72978b866477b0608d68285045337b061 (diff)
build system: --enable-libtool-hack to prvent linking with dependency_libs
git-svn-id: svn://tug.org/texlive/trunk@16027 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac12
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index 4b62e1b2655..1753bc79a29 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -145,11 +145,13 @@ case $kpse_bld$kpse_bld in
*' '*) AC_MSG_ERROR([Absolute source and/or build path with embedded spaces]);;
esac
AC_MSG_RESULT([
- prefix: $prefix
- enable_shared: $enable_shared
- enable_multiplatform: $enable_multiplatform
- enable_cxx_runtime_hack: $enable_cxx_runtime_hack
- enable_compiler_warnings: $enable_compiler_warnings
+ prefix: $prefix
+ enable_native_texlive_build: $enable_native_texlive_build
+ enable_shared: $enable_shared
+ enable_multiplatform: $enable_multiplatform
+ enable_cxx_runtime_hack: $enable_cxx_runtime_hack
+ enable_libtool_hack: $enable_libtool_hack
+ enable_compiler_warnings: $enable_compiler_warnings
** Next run `make' to configure and build each library and program.
])