diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-17 07:20:42 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-17 07:20:42 +0000 |
commit | 643f37f986567ca5af6baab87421f8ef22b23403 (patch) | |
tree | e6784bed247736f1867b6c3a7b3e670de30b7bc0 /Build/source/utils/m-tx/configure.ac | |
parent | 76de76558a202700f48fa5aadef763a2be07a730 (diff) |
Import m-tx 0.61
git-svn-id: svn://tug.org/texlive/trunk@39128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx/configure.ac')
-rw-r--r-- | Build/source/utils/m-tx/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/m-tx/configure.ac b/Build/source/utils/m-tx/configure.ac index bc2257495e4..8936d60eb10 100644 --- a/Build/source/utils/m-tx/configure.ac +++ b/Build/source/utils/m-tx/configure.ac @@ -9,7 +9,7 @@ dnl m4_include([version.ac])[] dnl define mtx_version AC_INIT([m-tx (TeX Live)], mtx_version, [tex-k@tug.org]) AC_PREREQ([2.65]) -AC_CONFIG_SRCDIR([mtx-]mtx_version[/analyze.c]) +AC_CONFIG_SRCDIR([mtx-src/analyze.c]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) @@ -35,7 +35,7 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_CHECK_FUNCS([memchr memmove memset strchr strrchr strtol]) -AC_SUBST([MTX_TREE], [mtx-]mtx_version) +AC_SUBST([MTX_TREE], [mtx-src]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT |