--- ircd-hybrid/branches/8.0.x/configure 2013/04/27 21:24:53 1907 +++ ircd-hybrid/branches/8.0.x/configure 2013/05/16 09:54:44 2062 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 1905 2013-04-27 21:18:07Z michael . +# From configure.ac Id: configure.ac 1907 2013-04-27 21:24:53Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8. # @@ -3009,6 +3009,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 -' @@ -3016,6 +3020,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -16143,7 +16148,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