diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-01 14:02:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-01 14:02:30 +0000 |
commit | 50501ecb6d89f07bba57700bb34031abc5379fc8 (patch) | |
tree | c8c1c5d7881e7e5e4bd0b1781fe65d87f32220c0 /Build/source/configure | |
parent | 7750bd6e5ca2361a0717b4246aec5b2bf68aef66 (diff) |
automake 1.13
git-svn-id: svn://tug.org/texlive/trunk@28684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/configure b/Build/source/configure index d5e1c4dede6..5377b4984c7 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -3899,8 +3899,8 @@ case $enable_silent_rules in #( yes | no) : : ;; #( *) : - enable_silent_rules=yes - ac_configure_args="$ac_configure_args '--enable-silent-rules'" ;; + enable_silent_rules=no + ac_configure_args="$ac_configure_args '--disable-silent-rules'" ;; esac case $enable_multiplatform in #( yes | no) : @@ -6300,7 +6300,7 @@ fi -am__api_version='1.12' +am__api_version='1.13' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -6484,8 +6484,8 @@ if test x"${MISSING+set}" != xset; then esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 @@ -22773,7 +22773,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in |