diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 20:49:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 20:49:29 +0200 |
commit | dea0ddff4762a6d485cd95c07fd2d58aba99e74b (patch) | |
tree | d3143225b893f33b2336fe7f2123b8013bff6fdb /configure | |
parent | 4fe032a32469509d548919624f1eaa459f82a160 (diff) | |
parent | 8481a586e4037d5c6f02fd28ad1e4a7eec1b9e65 (diff) | |
download | egawk-dea0ddff4762a6d485cd95c07fd2d58aba99e74b.tar.gz egawk-dea0ddff4762a6d485cd95c07fd2d58aba99e74b.tar.bz2 egawk-dea0ddff4762a6d485cd95c07fd2d58aba99e74b.zip |
Merge branch 'gawk-4.1-stable' into new-vms
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 |