summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
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.
])