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/chktex/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/chktex/configure')
-rwxr-xr-x | Build/source/texk/chktex/configure | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/Build/source/texk/chktex/configure b/Build/source/texk/chktex/configure index 1940965b324..36864bdb109 100755 --- a/Build/source/texk/chktex/configure +++ b/Build/source/texk/chktex/configure @@ -644,10 +644,10 @@ PERL5 CHKTEX_TREE WIN32_WRAP_FALSE WIN32_WRAP_TRUE -WIN32_FALSE -WIN32_TRUE MINGW32_FALSE MINGW32_TRUE +WIN32_FALSE +WIN32_TRUE CPP OTOOL64 OTOOL @@ -12980,6 +12980,15 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_win32" >&5 $as_echo "$kpse_cv_have_win32" >&6; } + if test "x$kpse_cv_have_win32" != xno; then + WIN32_TRUE= + WIN32_FALSE='#' +else + WIN32_TRUE='#' + WIN32_FALSE= +fi + + if test "x$kpse_cv_have_win32" = xmingw32; then MINGW32_TRUE= MINGW32_FALSE='#' @@ -12988,15 +12997,8 @@ else MINGW32_FALSE= fi - if test "x$kpse_cv_have_win32" != xno; then - WIN32_TRUE= - WIN32_FALSE='#' -else - WIN32_TRUE='#' - WIN32_FALSE= -fi - if test -r $srcdir/../../texk/texlive/w32_wrapper/runscript.exe; then + if test -r "$srcdir/../../texk/texlive/w32_wrapper/runscript.exe"; then WIN32_WRAP_TRUE= WIN32_WRAP_FALSE='#' else @@ -13005,6 +13007,7 @@ else fi + CHKTEX_TREE=chktex-1.7.1 PERL5='/usr/bin/env perl' @@ -14612,14 +14615,14 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${MINGW32_TRUE}" && test -z "${MINGW32_FALSE}"; then - as_fn_error $? "conditional \"MINGW32\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then as_fn_error $? "conditional \"WIN32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${MINGW32_TRUE}" && test -z "${MINGW32_FALSE}"; then + as_fn_error $? "conditional \"MINGW32\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${WIN32_WRAP_TRUE}" && test -z "${WIN32_WRAP_FALSE}"; then as_fn_error $? "conditional \"WIN32_WRAP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |