|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.71 for c-ares 1.28.1. |
| 3 | +# Generated by GNU Autoconf 2.71 for c-ares 1.29.0. |
4 | 4 | #
|
5 | 5 | # Report bugs to <c-ares mailing list: http://lists.haxx.se/listinfo/c-ares>.
|
6 | 6 | #
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
621 | 621 | # Identity of this package.
|
622 | 622 | PACKAGE_NAME='c-ares'
|
623 | 623 | PACKAGE_TARNAME='c-ares'
|
624 |
| -PACKAGE_VERSION='1.28.1' |
625 |
| -PACKAGE_STRING='c-ares 1.28.1' |
| 624 | +PACKAGE_VERSION='1.29.0' |
| 625 | +PACKAGE_STRING='c-ares 1.29.0' |
626 | 626 | PACKAGE_BUGREPORT='c-ares mailing list: http://lists.haxx.se/listinfo/c-ares'
|
627 | 627 | PACKAGE_URL=''
|
628 | 628 |
|
@@ -1420,7 +1420,7 @@ if test "$ac_init_help" = "long"; then
|
1420 | 1420 | # Omit some internal or obsolete options to make the list less imposing.
|
1421 | 1421 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1422 | 1422 | cat <<_ACEOF
|
1423 |
| -\`configure' configures c-ares 1.28.1 to adapt to many kinds of systems. |
| 1423 | +\`configure' configures c-ares 1.29.0 to adapt to many kinds of systems. |
1424 | 1424 |
|
1425 | 1425 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1426 | 1426 |
|
|
1491 | 1491 |
|
1492 | 1492 | if test -n "$ac_init_help"; then
|
1493 | 1493 | case $ac_init_help in
|
1494 |
| - short | recursive ) echo "Configuration of c-ares 1.28.1:";; |
| 1494 | + short | recursive ) echo "Configuration of c-ares 1.29.0:";; |
1495 | 1495 | esac
|
1496 | 1496 | cat <<\_ACEOF
|
1497 | 1497 |
|
|
1627 | 1627 | test -n "$ac_init_help" && exit $ac_status
|
1628 | 1628 | if $ac_init_version; then
|
1629 | 1629 | cat <<\_ACEOF
|
1630 |
| -c-ares configure 1.28.1 |
| 1630 | +c-ares configure 1.29.0 |
1631 | 1631 | generated by GNU Autoconf 2.71
|
1632 | 1632 |
|
1633 | 1633 | Copyright (C) 2021 Free Software Foundation, Inc.
|
@@ -2251,7 +2251,7 @@ cat >config.log <<_ACEOF
|
2251 | 2251 | This file contains any messages produced by compilers while
|
2252 | 2252 | running configure, to aid debugging if configure makes a mistake.
|
2253 | 2253 |
|
2254 |
| -It was created by c-ares $as_me 1.28.1, which was |
| 2254 | +It was created by c-ares $as_me 1.29.0, which was |
2255 | 2255 | generated by GNU Autoconf 2.71. Invocation command line was
|
2256 | 2256 |
|
2257 | 2257 | $ $0$ac_configure_args_raw
|
@@ -3225,7 +3225,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
3225 | 3225 |
|
3226 | 3226 |
|
3227 | 3227 |
|
3228 |
| -CARES_VERSION_INFO="15:1:13" |
| 3228 | +CARES_VERSION_INFO="16:0:14" |
3229 | 3229 |
|
3230 | 3230 |
|
3231 | 3231 |
|
|
5907 | 5907 |
|
5908 | 5908 | # Define the identity of the package.
|
5909 | 5909 | PACKAGE='c-ares'
|
5910 |
| - VERSION='1.28.1' |
| 5910 | + VERSION='1.29.0' |
5911 | 5911 |
|
5912 | 5912 |
|
5913 | 5913 | printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
@@ -20946,79 +20946,6 @@ esac
|
20946 | 20946 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $need_xnet" >&5
|
20947 | 20947 | printf "%s\n" "$need_xnet" >&6; }
|
20948 | 20948 |
|
20949 |
| -if test "x$host_vendor" = "xapple" |
20950 |
| -then : |
20951 |
| - |
20952 |
| - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing res_servicename" >&5 |
20953 |
| -printf %s "checking for library containing res_servicename... " >&6; } |
20954 |
| -if test ${ac_cv_search_res_servicename+y} |
20955 |
| -then : |
20956 |
| - printf %s "(cached) " >&6 |
20957 |
| -else $as_nop |
20958 |
| - ac_func_search_save_LIBS=$LIBS |
20959 |
| -cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
20960 |
| -/* end confdefs.h. */ |
20961 |
| - |
20962 |
| -/* Override any GCC internal prototype to avoid an error. |
20963 |
| - Use char because int might match the return type of a GCC |
20964 |
| - builtin and then its argument prototype would still apply. */ |
20965 |
| -char res_servicename (); |
20966 |
| -int |
20967 |
| -main (void) |
20968 |
| -{ |
20969 |
| -return res_servicename (); |
20970 |
| - ; |
20971 |
| - return 0; |
20972 |
| -} |
20973 |
| -_ACEOF |
20974 |
| -for ac_lib in '' resolv |
20975 |
| -do |
20976 |
| - if test -z "$ac_lib"; then |
20977 |
| - ac_res="none required" |
20978 |
| - else |
20979 |
| - ac_res=-l$ac_lib |
20980 |
| - LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
20981 |
| - fi |
20982 |
| - if ac_fn_c_try_link "$LINENO" |
20983 |
| -then : |
20984 |
| - ac_cv_search_res_servicename=$ac_res |
20985 |
| -fi |
20986 |
| -rm -f core conftest.err conftest.$ac_objext conftest.beam \ |
20987 |
| - conftest$ac_exeext |
20988 |
| - if test ${ac_cv_search_res_servicename+y} |
20989 |
| -then : |
20990 |
| - break |
20991 |
| -fi |
20992 |
| -done |
20993 |
| -if test ${ac_cv_search_res_servicename+y} |
20994 |
| -then : |
20995 |
| - |
20996 |
| -else $as_nop |
20997 |
| - ac_cv_search_res_servicename=no |
20998 |
| -fi |
20999 |
| -rm conftest.$ac_ext |
21000 |
| -LIBS=$ac_func_search_save_LIBS |
21001 |
| -fi |
21002 |
| -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_res_servicename" >&5 |
21003 |
| -printf "%s\n" "$ac_cv_search_res_servicename" >&6; } |
21004 |
| -ac_res=$ac_cv_search_res_servicename |
21005 |
| -if test "$ac_res" != no |
21006 |
| -then : |
21007 |
| - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
21008 |
| - |
21009 |
| - |
21010 |
| -printf "%s\n" "#define CARES_USE_LIBRESOLV 1" >>confdefs.h |
21011 |
| - |
21012 |
| - |
21013 |
| -else $as_nop |
21014 |
| - |
21015 |
| - as_fn_error $? "Unable to find libresolv which is required for iPhone targets" "$LINENO" 5 |
21016 |
| - |
21017 |
| -fi |
21018 |
| - |
21019 |
| - |
21020 |
| -fi |
21021 |
| - |
21022 | 20949 | if test "x$host_vendor" = "xibm" -a "x$host_os" = "xopenedition"
|
21023 | 20950 | then :
|
21024 | 20951 |
|
@@ -25956,7 +25883,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
25956 | 25883 | # report actual input values of CONFIG_FILES etc. instead of their
|
25957 | 25884 | # values after options handling.
|
25958 | 25885 | ac_log="
|
25959 |
| -This file was extended by c-ares $as_me 1.28.1, which was |
| 25886 | +This file was extended by c-ares $as_me 1.29.0, which was |
25960 | 25887 | generated by GNU Autoconf 2.71. Invocation command line was
|
25961 | 25888 |
|
25962 | 25889 | CONFIG_FILES = $CONFIG_FILES
|
@@ -26024,7 +25951,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
26024 | 25951 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
26025 | 25952 | ac_cs_config='$ac_cs_config_escaped'
|
26026 | 25953 | ac_cs_version="\\
|
26027 |
| -c-ares config.status 1.28.1 |
| 25954 | +c-ares config.status 1.29.0 |
26028 | 25955 | configured by $0, generated by GNU Autoconf 2.71,
|
26029 | 25956 | with options \\"\$ac_cs_config\\"
|
26030 | 25957 |
|
|
0 commit comments