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 1908 by michael, Sat Apr 27 21:25:11 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1856 2013-04-24 19:43:22Z 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 805 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
808 enable_libpcre
808   enable_libGeoIP
809   enable_openssl
810   enable_assert
# Line 1462 | Line 1461 | Optional Features:
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1465  --disable-libpcre       Disable PCRE support
1464    --disable-libgeoip      Disable GeoIP support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
# Line 3010 | 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 3017 | 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 13658 | Line 13661 | if test "$ac_res" != no; then :
13661   fi
13662  
13663  
13661 # Check whether --enable-libpcre was given.
13662 if test "${enable_libpcre+set}" = set; then :
13663  enableval=$enable_libpcre;
13664 else
13665  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13666 if test "x$ac_cv_header_pcre_h" = xyes; then :
13667  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13668 $as_echo_n "checking for library containing pcre_study... " >&6; }
13669 if ${ac_cv_search_pcre_study+:} false; then :
13670  $as_echo_n "(cached) " >&6
13671 else
13672  ac_func_search_save_LIBS=$LIBS
13673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13674 /* end confdefs.h.  */
13675
13676 /* Override any GCC internal prototype to avoid an error.
13677   Use char because int might match the return type of a GCC
13678   builtin and then its argument prototype would still apply.  */
13679 #ifdef __cplusplus
13680 extern "C"
13681 #endif
13682 char pcre_study ();
13683 int
13684 main ()
13685 {
13686 return pcre_study ();
13687  ;
13688  return 0;
13689 }
13690 _ACEOF
13691 for ac_lib in '' pcre; do
13692  if test -z "$ac_lib"; then
13693    ac_res="none required"
13694  else
13695    ac_res=-l$ac_lib
13696    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13697  fi
13698  if ac_fn_c_try_link "$LINENO"; then :
13699  ac_cv_search_pcre_study=$ac_res
13700 fi
13701 rm -f core conftest.err conftest.$ac_objext \
13702    conftest$ac_exeext
13703  if ${ac_cv_search_pcre_study+:} false; then :
13704  break
13705 fi
13706 done
13707 if ${ac_cv_search_pcre_study+:} false; then :
13708
13709 else
13710  ac_cv_search_pcre_study=no
13711 fi
13712 rm conftest.$ac_ext
13713 LIBS=$ac_func_search_save_LIBS
13714 fi
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13716 $as_echo "$ac_cv_search_pcre_study" >&6; }
13717 ac_res=$ac_cv_search_pcre_study
13718 if test "$ac_res" != no; then :
13719  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13720
13721 $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13722
13723 fi
13724
13725 fi
13726
13727
13728 fi
13729
13730
13664   # Check whether --enable-libGeoIP was given.
13665   if test "${enable_libGeoIP+set}" = set; then :
13666    enableval=$enable_libGeoIP;
# Line 13852 | Line 13785 | $as_echo "disabled" >&6; }
13785   fi
13786  
13787   if test "$cf_enable_openssl" != "no"; then :
13788 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
13789 < $as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
13788 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13789 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13790    if test "$cross_compiling" = yes; then :
13791    cf_openssl_version_ok=no
13792   else
# Line 13866 | Line 13799 | else
13799   int
13800   main ()
13801   {
13802 < exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
13802 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13803    ;
13804    return 0;
13805   }
# Line 14010 | Line 13943 | $as_echo "#define NDEBUG 1" >>confdefs.h
13943   fi
13944  
13945  
14013
13946   $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
13947  
13948  
13949 < $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13949 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
13950  
13951  
13952 < $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13952 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
13953  
13954  
13955 < $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13955 > $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
13956  
13957  
13958 < $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13958 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
13959  
13960  
13961 < $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13961 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h
13962  
13963  
13964 < $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13964 > $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
13965  
13966  
13967   $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13968  
13969  
13970 < $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13970 > $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
13971 >
13972 >
13973 > $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
13974 >
13975 >
13976 > $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
13977 >
13978 >
13979 > $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
13980  
13981  
13982 < $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13982 > $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
13983  
13984  
13985 < $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13985 > $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
13986  
13987  
13988   # Argument processing.
# Line 14515 | 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 15564 | 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" ;;
15567    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15568    "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 16214 | 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)