ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/configure
(Generate patch)

Comparing ircd-hybrid/branches/8.0.x/configure (file contents):
Revision 1907 by michael, Sat Apr 27 21:24:53 2013 UTC vs.
Revision 2062 by michael, Thu May 16 09:54:44 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1905 2013-04-27 21:18:07Z michael .
2 > # From configure.ac Id: configure.ac 1907 2013-04-27 21:24:53Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8.
5   #
# Line 3009 | Line 3009 | mkdir_p='$(MKDIR_P)'
3009   # in the wild :-(  We should find a proper way to deprecate it ...
3010   AMTAR='$${TAR-tar}'
3011  
3012 +
3013 + # We'll loop over all known methods to create a tar archive until one works.
3014 + _am_tools='gnutar  pax cpio none'
3015 +
3016   am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3017  
3018  
# Line 3016 | Line 3020 | am__tar='$${TAR-tar} chof - "$$tardir"'
3020  
3021  
3022  
3023 +
3024   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3025   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3026      # Check whether --enable-maintainer-mode was given.
# Line 16143 | Line 16148 | $as_echo X"$mf" |
16148      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16149      test -z "$DEPDIR" && continue
16150      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16151 <    test -z "am__include" && continue
16151 >    test -z "$am__include" && continue
16152      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16153      # Find all dependency output files, they are included files with
16154      # $(DEPDIR) in their names.  We invoke sed twice because it is the

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)