summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-12 10:06:42 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-12 10:06:42 +0000
commit74a183cb4690c272dda8fdbd21a0edcb4e3aa3fa (patch)
treedd63d4ec71ceb9090e44766ae3038d6cd92bd0c9 /Build/source/utils/xindy/configure.ac
parent7b7a4f28fef102ade5c33a9dc00b683e6fda4e4f (diff)
update xindy build
git-svn-id: svn://tug.org/texlive/trunk@18205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r--Build/source/utils/xindy/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac
index b45f0d1679d..29fa7b57e09 100644
--- a/Build/source/utils/xindy/configure.ac
+++ b/Build/source/utils/xindy/configure.ac
@@ -203,4 +203,9 @@ AC_CONFIG_FILES([Makefile \
xindy/doc/style-tutorial/Makefile \
])
+# In a TeX Live build enable_texlive_build is yes, otherwise undefined.
+AC_SUBST([is_TL], ["$enable_texlive_build"])
+AC_CONFIG_FILES([xindy/user-commands/texindy], [chmod +x xindy/user-commands/texindy])
+AC_CONFIG_FILES([xindy/user-commands/xindy], [chmod +x xindy/user-commands/xindy])
+
AC_OUTPUT