diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-19 17:55:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-19 17:55:53 +0000 |
commit | 324f128397ee924ac22fde443adc73d0bccdf7bb (patch) | |
tree | 4030fc50ceb92cb24e0132c3872040d4ab3b1c4c /Build/source/utils/dialog/configure | |
parent | 99566ea0f91169641232fc4cc334f64ee0a0ec3b (diff) |
utils/dialog/: build system update
git-svn-id: svn://tug.org/texlive/trunk@16787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog/configure')
-rwxr-xr-x | Build/source/utils/dialog/configure | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/Build/source/utils/dialog/configure b/Build/source/utils/dialog/configure index 13be3c712d6..9e3a7f1bad3 100755 --- a/Build/source/utils/dialog/configure +++ b/Build/source/utils/dialog/configure @@ -562,8 +562,6 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -build_FALSE -build_TRUE subdirs DIALOG_TREE am__fastdepCC_FALSE @@ -3309,18 +3307,13 @@ DIALOG_TREE=dialog-1.1-20080819 subdirs="$subdirs " -# when building dialog, configure the subdir $DIALOG_TREE -# but prevent autoreconf from recursing into this subdir. -test "x$enable_dialog" = xyes && subdirs=$DIALOG_TREE - if test "x$enable_dialog" = xyes; then - build_TRUE= - build_FALSE='#' -else - build_TRUE='#' - build_FALSE= +if test "x$enable_build" != xno || test -f config.force; then + # when building dialog, configure the subdir $DIALOG_TREE + # but prevent autoreconf from recursing into this subdir. + subdirs=$DIALOG_TREE + echo timestamp >config.force fi - ac_config_files="$ac_config_files Makefile" @@ -3477,10 +3470,6 @@ 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 "${build_TRUE}" && test -z "${build_FALSE}"; then - as_fn_error "conditional \"build\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 |