ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/configure
(Generate patch)

Comparing hopm/branches/1.1.x/configure (file contents):
Revision 9327 by michael, Sun Mar 29 13:15:12 2020 UTC vs.
Revision 9913 by michael, Sat Jan 30 13:50:03 2021 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 8848 2019-02-09 18:31:58Z michael .
2 > # From configure.ac Id: configure.ac 9677 2020-10-24 11:10:13Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for hopm 1.1.7.
4 > # Generated by GNU Autoconf 2.69 for hopm 1.1.10.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 591 | Line 591 | MAKEFLAGS=
591   # Identity of this package.
592   PACKAGE_NAME='hopm'
593   PACKAGE_TARNAME='hopm'
594 < PACKAGE_VERSION='1.1.7'
595 < PACKAGE_STRING='hopm 1.1.7'
594 > PACKAGE_VERSION='1.1.10'
595 > PACKAGE_STRING='hopm 1.1.10'
596   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
597   PACKAGE_URL=''
598  
# Line 1341 | Line 1341 | if test "$ac_init_help" = "long"; then
1341    # Omit some internal or obsolete options to make the list less imposing.
1342    # This message is too long to be a string in the A/UX 3.1 sh.
1343    cat <<_ACEOF
1344 < \`configure' configures hopm 1.1.7 to adapt to many kinds of systems.
1344 > \`configure' configures hopm 1.1.10 to adapt to many kinds of systems.
1345  
1346   Usage: $0 [OPTION]... [VAR=VALUE]...
1347  
# Line 1412 | Line 1412 | fi
1412  
1413   if test -n "$ac_init_help"; then
1414    case $ac_init_help in
1415 <     short | recursive ) echo "Configuration of hopm 1.1.7:";;
1415 >     short | recursive ) echo "Configuration of hopm 1.1.10:";;
1416     esac
1417    cat <<\_ACEOF
1418  
# Line 1537 | Line 1537 | fi
1537   test -n "$ac_init_help" && exit $ac_status
1538   if $ac_init_version; then
1539    cat <<\_ACEOF
1540 < hopm configure 1.1.7
1540 > hopm configure 1.1.10
1541   generated by GNU Autoconf 2.69
1542  
1543   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1815 | Line 1815 | cat >config.log <<_ACEOF
1815   This file contains any messages produced by compilers while
1816   running configure, to aid debugging if configure makes a mistake.
1817  
1818 < It was created by hopm $as_me 1.1.7, which was
1818 > It was created by hopm $as_me 1.1.10, which was
1819   generated by GNU Autoconf 2.69.  Invocation command line was
1820  
1821    $ $0 $@
# Line 2678 | Line 2678 | fi
2678  
2679   # Define the identity of the package.
2680   PACKAGE='hopm'
2681 < VERSION='1.1.7'
2681 > VERSION='1.1.10'
2682  
2683  
2684   cat >>confdefs.h <<_ACEOF
# Line 5691 | Line 5691 | esac
5691   fi
5692  
5693   : ${AR=ar}
5694 < : ${AR_FLAGS=cru}
5694 > : ${AR_FLAGS=cr}
5695  
5696  
5697  
# Line 7412 | Line 7412 | int forced_loaded() { return 2;}
7412   _LT_EOF
7413        echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7414        $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7415 <      echo "$AR cru libconftest.a conftest.o" >&5
7416 <      $AR cru libconftest.a conftest.o 2>&5
7415 >      echo "$AR cr libconftest.a conftest.o" >&5
7416 >      $AR cr libconftest.a conftest.o 2>&5
7417        echo "$RANLIB libconftest.a" >&5
7418        $RANLIB libconftest.a 2>&5
7419        cat > conftest.c << _LT_EOF
# Line 12668 | Line 12668 | $as_echo "disabled" >&6; }
12668   fi
12669  
12670   if test "$cf_enable_openssl" != "no"; then :
12671 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5
12672 < $as_echo_n "checking for LibreSSL or OpenSSL 1.0.1f and above... " >&6; }
12671 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5
12672 > $as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
12673    if test "$cross_compiling" = yes; then :
12674    cf_openssl_version_ok=no
12675   else
# Line 12682 | Line 12682 | else
12682   int
12683   main ()
12684   {
12685 < exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL));
12685 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL));
12686    ;
12687    return 0;
12688   }
# Line 15480 | Line 15480 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15480   # report actual input values of CONFIG_FILES etc. instead of their
15481   # values after options handling.
15482   ac_log="
15483 < This file was extended by hopm $as_me 1.1.7, which was
15483 > This file was extended by hopm $as_me 1.1.10, which was
15484   generated by GNU Autoconf 2.69.  Invocation command line was
15485  
15486    CONFIG_FILES    = $CONFIG_FILES
# Line 15546 | Line 15546 | _ACEOF
15546   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15547   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15548   ac_cs_version="\\
15549 < hopm config.status 1.1.7
15549 > hopm config.status 1.1.10
15550   configured by $0, generated by GNU Autoconf 2.69,
15551    with options \\"\$ac_cs_config\\"
15552  

Diff Legend

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