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

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 2028 by michael, Tue May 14 18:19:05 2013 UTC vs.
Revision 2064 by michael, Thu May 16 09:56:02 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1964 2013-05-08 14:27:02Z michael .
2 > # From configure.ac Id: configure.ac 2030 2013-05-14 18:24:55Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
5   #
# Line 3008 | Line 3008 | mkdir_p='$(MKDIR_P)'
3008   # in the wild :-(  We should find a proper way to deprecate it ...
3009   AMTAR='$${TAR-tar}'
3010  
3011 +
3012 + # We'll loop over all known methods to create a tar archive until one works.
3013 + _am_tools='gnutar  pax cpio none'
3014 +
3015   am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3016  
3017  
# Line 3015 | Line 3019 | am__tar='$${TAR-tar} chof - "$$tardir"'
3019  
3020  
3021  
3022 +
3023   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3024   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3025      # Check whether --enable-maintainer-mode was given.
# Line 14451 | Line 14456 | _ACEOF
14456    test "$exec_prefix_NONE" && exec_prefix=NONE
14457  
14458  
14459 < ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14459 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile"
14460  
14461  
14462   cat >confcache <<\_ACEOF
# Line 15500 | Line 15505 | do
15505      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
15506      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15507      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
15503    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15504    "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
15508      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
15509  
15510    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 16150 | Line 16153 | $as_echo X"$mf" |
16153      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16154      test -z "$DEPDIR" && continue
16155      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16156 <    test -z "am__include" && continue
16156 >    test -z "$am__include" && continue
16157      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16158      # Find all dependency output files, they are included files with
16159      # $(DEPDIR) in their names.  We invoke sed twice because it is the

Diff Legend

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