diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 20:49:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 20:49:45 +0200 |
commit | 6d23f400a4c9e32f748228d168ee738fe422ae4b (patch) | |
tree | d10d43ebff26efbf60c6d6635c76ca2c896d4aed /configure | |
parent | 0d5f75ad13532954190098a3f4a7a0f180fedbb2 (diff) | |
parent | 8481a586e4037d5c6f02fd28ad1e4a7eec1b9e65 (diff) | |
download | egawk-6d23f400a4c9e32f748228d168ee738fe422ae4b.tar.gz egawk-6d23f400a4c9e32f748228d168ee738fe422ae4b.tar.bz2 egawk-6d23f400a4c9e32f748228d168ee738fe422ae4b.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3142,6 +3142,10 @@ mkdir_p='$(MKDIR_P)' # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -3152,6 +3156,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + # Check whether --with-whiny-user-strftime was given. if test "${with_whiny_user_strftime+set}" = set; then : withval=$with_whiny_user_strftime; if test "$withval" = yes @@ -12366,7 +12371,7 @@ $as_echo X"$mf" | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the |