summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/configure.ac
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-22 15:03:15 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-22 15:03:15 +0000
commit27ce10cf0782940ec07b0a7aab2f60bdfbe09916 (patch)
treeb8901fa6cc48680591294c63242f811c14be9055 /Build/source/utils/xindy/configure.ac
parent6bd7a2c490a4f38a6d462107cec695fe1e0f804c (diff)
utils/xindy: New convention
git-svn-id: svn://tug.org/texlive/trunk@39821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r--Build/source/utils/xindy/configure.ac24
1 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac
index f9aa498c385..3481988ac54 100644
--- a/Build/source/utils/xindy/configure.ac
+++ b/Build/source/utils/xindy/configure.ac
@@ -8,7 +8,7 @@ dnl with or without modifications, as long as this notice is preserved.
dnl
dnl *********************************************************************
dnl
-dnl Adapted for TeX Live from xindy-2.4-rc1/configure.ac
+dnl Adapted for TeX Live from xindy-src/configure.ac
dnl Copyright (C) 2004-2005 by Gour.
dnl Copyright (C) 2008,2009 by Joachim Schrod.
dnl
@@ -17,7 +17,7 @@ dnl
m4_include([version.ac])[] dnl define xindy_version
AC_INIT([xindy (TeX Live)], xindy_version, [tex-k@tug.org])
AC_PREREQ([2.65])
-AC_CONFIG_SRCDIR([xindy-]xindy_version[/ChangeLog.Gour])
+AC_CONFIG_SRCDIR([xindy-src/ChangeLog.Gour])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
@@ -118,22 +118,22 @@ fi
KPSE_COND_WIN32_WRAP
-AC_SUBST([XINDY_TREE], [xindy-]xindy_version)
+AC_SUBST([XINDY_TREE], [xindy-src])
AM_CONDITIONAL([CLISP_RUNTIME], [test "x$with_clisp_runtime" != xsystem])
AM_CONDITIONAL([BUILDRULES], [test "x$enable_xindy_rules" = xyes])
AM_CONDITIONAL([BUILDDOCS], [test "x$enable_xindy_docs" = xyes])
AC_CONFIG_FILES([Makefile \
- xindy-]xindy_version[/Makefile \
- xindy-]xindy_version[/src/Makefile \
- xindy-]xindy_version[/tex2xindy/Makefile \
- xindy-]xindy_version[/modules/Makefile \
- xindy-]xindy_version[/user-commands/Makefile \
- xindy-]xindy_version[/make-rules/Makefile \
- xindy-]xindy_version[/make-rules/alphabets/Makefile \
- xindy-]xindy_version[/make-rules/inputenc/Makefile \
- xindy-]xindy_version[/doc/Makefile \
+ xindy-src/Makefile \
+ xindy-src/src/Makefile \
+ xindy-src/tex2xindy/Makefile \
+ xindy-src/modules/Makefile \
+ xindy-src/user-commands/Makefile \
+ xindy-src/make-rules/Makefile \
+ xindy-src/make-rules/alphabets/Makefile \
+ xindy-src/make-rules/inputenc/Makefile \
+ xindy-src/doc/Makefile \
])
AC_OUTPUT