diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-10 11:09:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-10 11:09:12 +0000 |
commit | a59a95241f8036bc92a4166f056e2f7cf1bcef9c (patch) | |
tree | 8a91133d7ea8a7bd3c758a94633d80954f4a9bea /Build/source/texk/seetexk/configure | |
parent | fc3a011b8dee81f9c5981587516c5c81be1ca870 (diff) |
automake 1.12.2
git-svn-id: svn://tug.org/texlive/trunk@26987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/configure')
-rwxr-xr-x | Build/source/texk/seetexk/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/seetexk/configure b/Build/source/texk/seetexk/configure index 1d017dbaac9..13439c965a6 100755 --- a/Build/source/texk/seetexk/configure +++ b/Build/source/texk/seetexk/configure @@ -2893,12 +2893,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -7595,6 +7589,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> +mkdir_p='$(MKDIR_P)' + # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used |