diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-23 02:50:37 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-23 02:50:37 +0000 |
commit | 5cd6f50be0533a56aa7eccf59d527bc4c2df4e76 (patch) | |
tree | f4bfe72299af47dc86a0daa1b48991c0e8ed12d1 /Build/source/texk/detex/configure | |
parent | 6c388e4c213b1f5581bfc0f1812c145be473dba1 (diff) |
texk/detex: New convention
git-svn-id: svn://tug.org/texlive/trunk@39830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/detex/configure')
-rwxr-xr-x | Build/source/texk/detex/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/detex/configure b/Build/source/texk/detex/configure index a20673987c3..b6d76cc80a1 100755 --- a/Build/source/texk/detex/configure +++ b/Build/source/texk/detex/configure @@ -595,7 +595,7 @@ PACKAGE_STRING='detex (TeX Live) 2.8' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' -ac_unique_file="detex-2.8/detex.l" +ac_unique_file="detex-src/detex.l" # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> @@ -15124,7 +15124,7 @@ if test "x$kpse_cv_kpse_debug" != xyes; then : fi -DETEX_TREE=detex-2.8 +DETEX_TREE=detex-src ac_config_files="$ac_config_files Makefile" |