| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1402 2012-05-09 18:42:45Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1462 2012-07-13 19:27:24Z 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 8beta3. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 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='8beta3' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8beta3' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 729 |
|
am__leading_dot |
| 730 |
|
SET_MAKE |
| 731 |
|
AWK |
| 732 |
+ |
mkdir_p |
| 733 |
|
MKDIR_P |
| 734 |
|
INSTALL_STRIP_PROGRAM |
| 735 |
|
STRIP |
| 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 8beta3 to adapt to many kinds of systems. |
| 1371 |
|
|
| 1372 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1373 |
|
|
| 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 8beta3:";; |
| 1441 |
|
esac |
| 1442 |
|
cat <<\_ACEOF |
| 1443 |
|
|
| 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 8beta3 |
| 1573 |
|
generated by GNU Autoconf 2.69 |
| 1574 |
|
|
| 1575 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 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 8beta3, which was |
| 2099 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2100 |
|
|
| 2101 |
|
$ $0 $@ |
| 2931 |
|
|
| 2932 |
|
# Define the identity of the package. |
| 2933 |
|
PACKAGE='ircd-hybrid' |
| 2934 |
< |
VERSION='8beta1' |
| 2934 |
> |
VERSION='8beta3' |
| 2935 |
|
|
| 2936 |
|
|
| 2937 |
|
cat >>confdefs.h <<_ACEOF |
| 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 |
| 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 |
|
|
| 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 |
|
|
| 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 |
|
|
| 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 |
| 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 8beta3, which was |
| 15104 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15105 |
|
|
| 15106 |
|
CONFIG_FILES = $CONFIG_FILES |
| 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 8beta3 |
| 15170 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15171 |
|
with options \\"\$ac_cs_config\\" |
| 15172 |
|
|