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-8/configure (file contents):
Revision 1402 by michael, Wed May 9 18:42:45 2012 UTC vs.
Revision 1462 by michael, Fri Jul 13 19:27:24 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1373 2012-04-27 07:32:34Z michael .
2 > # From configure.ac Id: configure.ac 1456 2012-07-02 18:21:40Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta2.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 593 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
596 > PACKAGE_VERSION='8beta2'
597 > PACKAGE_STRING='ircd-hybrid 8beta2'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 1367 | Line 1367 | if test "$ac_init_help" = "long"; then
1367    # Omit some internal or obsolete options to make the list less imposing.
1368    # This message is too long to be a string in the A/UX 3.1 sh.
1369    cat <<_ACEOF
1370 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1370 > \`configure' configures ircd-hybrid 8beta2 to adapt to many kinds of systems.
1371  
1372   Usage: $0 [OPTION]... [VAR=VALUE]...
1373  
# Line 1437 | Line 1437 | fi
1437  
1438   if test -n "$ac_init_help"; then
1439    case $ac_init_help in
1440 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1440 >     short | recursive ) echo "Configuration of ircd-hybrid 8beta2:";;
1441     esac
1442    cat <<\_ACEOF
1443  
# Line 1569 | Line 1569 | fi
1569   test -n "$ac_init_help" && exit $ac_status
1570   if $ac_init_version; then
1571    cat <<\_ACEOF
1572 < ircd-hybrid configure 8beta1
1572 > ircd-hybrid configure 8beta2
1573   generated by GNU Autoconf 2.69
1574  
1575   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2095 | Line 2095 | cat >config.log <<_ACEOF
2095   This file contains any messages produced by compilers while
2096   running configure, to aid debugging if configure makes a mistake.
2097  
2098 < It was created by ircd-hybrid $as_me 8beta1, which was
2098 > It was created by ircd-hybrid $as_me 8beta2, which was
2099   generated by GNU Autoconf 2.69.  Invocation command line was
2100  
2101    $ $0 $@
# Line 2827 | Line 2827 | fi
2827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2828   $as_echo "$MKDIR_P" >&6; }
2829  
2830 mkdir_p="$MKDIR_P"
2831 case $mkdir_p in
2832  [\\/$]* | ?:[\\/]*) ;;
2833  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2834 esac
2835
2830   for ac_prog in gawk mawk nawk awk
2831   do
2832    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2937 | Line 2931 | fi
2931  
2932   # Define the identity of the package.
2933   PACKAGE='ircd-hybrid'
2934 < VERSION='8beta1'
2934 > VERSION='8beta2'
2935  
2936  
2937   cat >>confdefs.h <<_ACEOF
# Line 2965 | Line 2959 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2959  
2960   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2961  
2962 + # For better backward compatibility.  To be removed once Automake 1.9.x
2963 + # dies out for good.  For more background, see:
2964 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2965 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2966 + mkdir_p='$(MKDIR_P)'
2967 +
2968   # We need awk for the "check" target.  The system "awk" is bad on
2969   # some platforms.
2970   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 13778 | Line 13778 | fi
13778    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13779   $as_echo "found" >&6; }
13780  
13781 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13782 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13783 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13781 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13782 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13783 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13784    $as_echo_n "(cached) " >&6
13785   else
13786    ac_check_lib_save_LIBS=$LIBS
13787 < LIBS="-lssl  $LIBS"
13787 > LIBS="-lcrypto  $LIBS"
13788   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13789   /* end confdefs.h.  */
13790  
# Line 13794 | Line 13794 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13794   #ifdef __cplusplus
13795   extern "C"
13796   #endif
13797 < char SSL_connect ();
13797 > char RSA_free ();
13798   int
13799   main ()
13800   {
13801 < return SSL_connect ();
13801 > return RSA_free ();
13802    ;
13803    return 0;
13804   }
13805   _ACEOF
13806   if ac_fn_c_try_link "$LINENO"; then :
13807 <  ac_cv_lib_ssl_SSL_connect=yes
13807 >  ac_cv_lib_crypto_RSA_free=yes
13808   else
13809 <  ac_cv_lib_ssl_SSL_connect=no
13809 >  ac_cv_lib_crypto_RSA_free=no
13810   fi
13811   rm -f core conftest.err conftest.$ac_objext \
13812      conftest$ac_exeext conftest.$ac_ext
13813   LIBS=$ac_check_lib_save_LIBS
13814   fi
13815 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13816 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13817 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13815 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13816 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13817 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13818    cat >>confdefs.h <<_ACEOF
13819 < #define HAVE_LIBSSL 1
13819 > #define HAVE_LIBCRYPTO 1
13820   _ACEOF
13821  
13822 <  LIBS="-lssl $LIBS"
13822 >  LIBS="-lcrypto $LIBS"
13823  
13824   fi
13825  
13826 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13827 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13828 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13829 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13826 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13827 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13828 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13829 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13830    $as_echo_n "(cached) " >&6
13831   else
13832    ac_check_lib_save_LIBS=$LIBS
13833 < LIBS="-lcrypto  $LIBS"
13833 > LIBS="-lssl  $LIBS"
13834   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13835   /* end confdefs.h.  */
13836  
# Line 13840 | Line 13840 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13840   #ifdef __cplusplus
13841   extern "C"
13842   #endif
13843 < char RSA_free ();
13843 > char SSL_connect ();
13844   int
13845   main ()
13846   {
13847 < return RSA_free ();
13847 > return SSL_connect ();
13848    ;
13849    return 0;
13850   }
13851   _ACEOF
13852   if ac_fn_c_try_link "$LINENO"; then :
13853 <  ac_cv_lib_crypto_RSA_free=yes
13853 >  ac_cv_lib_ssl_SSL_connect=yes
13854   else
13855 <  ac_cv_lib_crypto_RSA_free=no
13855 >  ac_cv_lib_ssl_SSL_connect=no
13856   fi
13857   rm -f core conftest.err conftest.$ac_objext \
13858      conftest$ac_exeext conftest.$ac_ext
13859   LIBS=$ac_check_lib_save_LIBS
13860   fi
13861 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13862 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13863 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13861 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13862 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13863 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13864    cat >>confdefs.h <<_ACEOF
13865 < #define HAVE_LIBCRYPTO 1
13865 > #define HAVE_LIBSSL 1
13866   _ACEOF
13867  
13868 <  LIBS="-lcrypto $LIBS"
13868 >  LIBS="-lssl $LIBS"
13869  
13870   fi
13871  
# Line 13878 | Line 13878 | $as_echo "no - OpenSSL support disabled"
13878   fi
13879   fi
13880  
13881 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13881 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13882    ENABLE_SSL_TRUE=
13883    ENABLE_SSL_FALSE='#'
13884   else
# Line 14382 | Line 14382 | fi
14382  
14383  
14384   cat >>confdefs.h <<_ACEOF
14385 < #define NICKLEN ($nicklen+1)
14385 > #define NICKLEN ($nicklen)
14386   _ACEOF
14387  
14388  
# Line 15100 | Line 15100 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15100   # report actual input values of CONFIG_FILES etc. instead of their
15101   # values after options handling.
15102   ac_log="
15103 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15103 > This file was extended by ircd-hybrid $as_me 8beta2, which was
15104   generated by GNU Autoconf 2.69.  Invocation command line was
15105  
15106    CONFIG_FILES    = $CONFIG_FILES
# Line 15166 | Line 15166 | _ACEOF
15166   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15167   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15168   ac_cs_version="\\
15169 < ircd-hybrid config.status 8beta1
15169 > ircd-hybrid config.status 8beta2
15170   configured by $0, generated by GNU Autoconf 2.69,
15171    with options \\"\$ac_cs_config\\"
15172  

Diff Legend

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