diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-17 13:35:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-17 13:35:40 +0300 |
commit | 21df49a92356710bfa6551939041438af55d8c84 (patch) | |
tree | 6ff301dd2a987caf500d6cbb33d5edd982a338da /extension/configure | |
parent | 07fb393999d623541bf2e54aeeb0d9c0311baace (diff) | |
download | egawk-21df49a92356710bfa6551939041438af55d8c84.tar.gz egawk-21df49a92356710bfa6551939041438af55d8c84.tar.bz2 egawk-21df49a92356710bfa6551939041438af55d8c84.zip |
Update infrastructure.
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extension/configure b/extension/configure index 9335a25e..732bfc93 100755 --- a/extension/configure +++ b/extension/configure @@ -2604,12 +2604,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. @@ -2742,6 +2736,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 |