diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-17 05:27:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-17 05:27:37 +0000 |
commit | 6d045b14a250fecdf63018c3bb55f36a8539194d (patch) | |
tree | 2498dde9d23d49014987e84f2e9e77de89162420 /configure | |
parent | c773f40fecf4755ea2a45e4e79ee37e0a1b45d54 (diff) | |
download | open-axiom-6d045b14a250fecdf63018c3bb55f36a8539194d.tar.gz |
Consolidate parsers in one pamphlet.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |