diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-30 09:41:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-30 09:41:34 +0000 |
commit | 0428e986f06209f75419776b630d34e93080d57a (patch) | |
tree | c9c9d2568452d95542b1d6461187e7548be116b7 /Build/source/texk/lacheck/configure | |
parent | 27c9c2d0e7b7b11e85e6fbffb7ee0e0742d4daef (diff) |
build system: Allow subdir-objects as required for Automake 1.14
git-svn-id: svn://tug.org/texlive/trunk@28989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lacheck/configure')
-rwxr-xr-x | Build/source/texk/lacheck/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/lacheck/configure b/Build/source/texk/lacheck/configure index 865f4de4c52..4ba996c1cf1 100755 --- a/Build/source/texk/lacheck/configure +++ b/Build/source/texk/lacheck/configure @@ -718,6 +718,7 @@ am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM +LACHECK_TREE REV target_alias host_alias @@ -2497,6 +2498,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. REV='1.26' +REV=1.26 + +LACHECK_TREE=lacheck-1.26 am__api_version='1.13' |