summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:10:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:10:25 +0000
commit273ed9c5b194dca51ed972db8071522d60733284 (patch)
tree5756fca71150fed35117a3b02a8648a3ec5e367f /Build/source/utils/xindy
parentca19ba96de1003493b769ea8b13d12ebc0c883ca (diff)
implement compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r--Build/source/utils/xindy/configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac
index 5f8b7f8cf91..b9a05b81680 100644
--- a/Build/source/utils/xindy/configure.ac
+++ b/Build/source/utils/xindy/configure.ac
@@ -72,7 +72,9 @@ test "x$enable_xindy_docs" = xno || enable_xindy_docs=yes
# This option has been renamed --enable-native-texlive-build
# but should only be inherited and not specified here
-# AC_ARG_ENABLE(tetex-build, AS_HELP_STRING([--enable-tetex-build],[Build as part of a TeX Live installation]))
+AC_ARG_ENABLE([texlive-build],
+ AS_HELP_STRING([--enable-texlive-build],
+ [Build as part of a TeX Live installation]))
if test "x$with_xindy_recode" != xyes; then
CONVERT_FROM_UTF8="iconv -f UTF-8 -t "
@@ -84,14 +86,13 @@ else
fi
AC_SUBST(CONVERT_FROM_UTF8)
-## if test "x$enable_native_texlive_build" = xyes -a "x$datadir" = "x$prefix"; then
-if test "x$enable_native_texlive_build" = xyes; then
+if test "x$enable_texlive_build" = xyes; then
AC_MSG_NOTICE([Using installation layout for TeX Live])
datadir="$prefix/texmf"
docdir="$prefix/texmf/doc/$PACKAGE_NAME"
mandir="$prefix/texmf/doc/man"
fi
-AM_CONDITIONAL([TETEX_BUILD],[test "x$enable_native_texlive_build" = xyes])
+AM_CONDITIONAL([TETEX_BUILD],[test "x$enable_texlive_build" = xyes])
if test "x$enable_xindy_rules" != xno; then
if text "x$PERL" = xno; then