From 6d045b14a250fecdf63018c3bb55f36a8539194d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 17 Jun 2013 05:27:37 +0000 Subject: Consolidate parsers in one pamphlet. --- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0aa2e420..90dfe610 100755 --- a/configure +++ b/configure @@ -3606,6 +3606,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 -' @@ -3617,6 +3621,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + open_axiom_installdir=$libdir/open-axiom/$target/$PACKAGE_VERSION @@ -21661,7 +21666,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 -- cgit v1.2.3