|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for libsrtp2 2.4.1-pre. |
| 3 | +# Generated by GNU Autoconf 2.69 for libsrtp2 2.4.1. |
4 | 4 | # |
5 | 5 | # Report bugs to <https://github.com/cisco/libsrtp/issues>. |
6 | 6 | # |
@@ -580,8 +580,8 @@ MAKEFLAGS= |
580 | 580 | # Identity of this package. |
581 | 581 | PACKAGE_NAME='libsrtp2' |
582 | 582 | PACKAGE_TARNAME='libsrtp2' |
583 | | -PACKAGE_VERSION='2.4.1-pre' |
584 | | -PACKAGE_STRING='libsrtp2 2.4.1-pre' |
| 583 | +PACKAGE_VERSION='2.4.1' |
| 584 | +PACKAGE_STRING='libsrtp2 2.4.1' |
585 | 585 | PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues' |
586 | 586 | PACKAGE_URL='' |
587 | 587 |
|
@@ -685,6 +685,7 @@ infodir |
685 | 685 | docdir |
686 | 686 | oldincludedir |
687 | 687 | includedir |
| 688 | +runstatedir |
688 | 689 | localstatedir |
689 | 690 | sharedstatedir |
690 | 691 | sysconfdir |
@@ -775,6 +776,7 @@ datadir='${datarootdir}' |
775 | 776 | sysconfdir='${prefix}/etc' |
776 | 777 | sharedstatedir='${prefix}/com' |
777 | 778 | localstatedir='${prefix}/var' |
| 779 | +runstatedir='${localstatedir}/run' |
778 | 780 | includedir='${prefix}/include' |
779 | 781 | oldincludedir='/usr/include' |
780 | 782 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
@@ -1027,6 +1029,15 @@ do |
1027 | 1029 | | -silent | --silent | --silen | --sile | --sil) |
1028 | 1030 | silent=yes ;; |
1029 | 1031 |
|
| 1032 | + -runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1033 | + | --runstate | --runstat | --runsta | --runst | --runs \ |
| 1034 | + | --run | --ru | --r) |
| 1035 | + ac_prev=runstatedir ;; |
| 1036 | + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1037 | + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1038 | + | --run=* | --ru=* | --r=*) |
| 1039 | + runstatedir=$ac_optarg ;; |
| 1040 | + |
1030 | 1041 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1031 | 1042 | ac_prev=sbindir ;; |
1032 | 1043 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
1164 | 1175 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1165 | 1176 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1166 | 1177 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1167 | | - libdir localedir mandir |
| 1178 | + libdir localedir mandir runstatedir |
1168 | 1179 | do |
1169 | 1180 | eval ac_val=\$$ac_var |
1170 | 1181 | # Remove trailing slashes. |
@@ -1277,7 +1288,7 @@ if test "$ac_init_help" = "long"; then |
1277 | 1288 | # Omit some internal or obsolete options to make the list less imposing. |
1278 | 1289 | # This message is too long to be a string in the A/UX 3.1 sh. |
1279 | 1290 | cat <<_ACEOF |
1280 | | -\`configure' configures libsrtp2 2.4.1-pre to adapt to many kinds of systems. |
| 1291 | +\`configure' configures libsrtp2 2.4.1 to adapt to many kinds of systems. |
1281 | 1292 |
|
1282 | 1293 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1283 | 1294 |
|
@@ -1317,6 +1328,7 @@ Fine tuning of the installation directories: |
1317 | 1328 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1318 | 1329 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1319 | 1330 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1331 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1320 | 1332 | --libdir=DIR object code libraries [EPREFIX/lib] |
1321 | 1333 | --includedir=DIR C header files [PREFIX/include] |
1322 | 1334 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
1342 | 1354 |
|
1343 | 1355 | if test -n "$ac_init_help"; then |
1344 | 1356 | case $ac_init_help in |
1345 | | - short | recursive ) echo "Configuration of libsrtp2 2.4.1-pre:";; |
| 1357 | + short | recursive ) echo "Configuration of libsrtp2 2.4.1:";; |
1346 | 1358 | esac |
1347 | 1359 | cat <<\_ACEOF |
1348 | 1360 |
|
|
1455 | 1467 | test -n "$ac_init_help" && exit $ac_status |
1456 | 1468 | if $ac_init_version; then |
1457 | 1469 | cat <<\_ACEOF |
1458 | | -libsrtp2 configure 2.4.1-pre |
| 1470 | +libsrtp2 configure 2.4.1 |
1459 | 1471 | generated by GNU Autoconf 2.69 |
1460 | 1472 |
|
1461 | 1473 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2008,7 +2020,7 @@ cat >config.log <<_ACEOF |
2008 | 2020 | This file contains any messages produced by compilers while |
2009 | 2021 | running configure, to aid debugging if configure makes a mistake. |
2010 | 2022 |
|
2011 | | -It was created by libsrtp2 $as_me 2.4.1-pre, which was |
| 2023 | +It was created by libsrtp2 $as_me 2.4.1, which was |
2012 | 2024 | generated by GNU Autoconf 2.69. Invocation command line was |
2013 | 2025 |
|
2014 | 2026 | $ $0 $@ |
@@ -3546,8 +3558,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ |
3546 | 3558 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3547 | 3559 |
|
3548 | 3560 |
|
3549 | | -# expand $ac_aux_dir to an absolute path |
3550 | | -am_aux_dir=`cd $ac_aux_dir && pwd` |
| 3561 | +ac_aux_dir= |
| 3562 | +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 3563 | + if test -f "$ac_dir/install-sh"; then |
| 3564 | + ac_aux_dir=$ac_dir |
| 3565 | + ac_install_sh="$ac_aux_dir/install-sh -c" |
| 3566 | + break |
| 3567 | + elif test -f "$ac_dir/install.sh"; then |
| 3568 | + ac_aux_dir=$ac_dir |
| 3569 | + ac_install_sh="$ac_aux_dir/install.sh -c" |
| 3570 | + break |
| 3571 | + elif test -f "$ac_dir/shtool"; then |
| 3572 | + ac_aux_dir=$ac_dir |
| 3573 | + ac_install_sh="$ac_aux_dir/shtool install -c" |
| 3574 | + break |
| 3575 | + fi |
| 3576 | +done |
| 3577 | +if test -z "$ac_aux_dir"; then |
| 3578 | + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 3579 | +fi |
| 3580 | + |
| 3581 | +# These three variables are undocumented and unsupported, |
| 3582 | +# and are intended to be withdrawn in a future Autoconf release. |
| 3583 | +# They can cause serious problems if a builder's source tree is in a directory |
| 3584 | +# whose full name contains unusual characters. |
| 3585 | +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
| 3586 | +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
| 3587 | +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
| 3588 | + |
| 3589 | + |
| 3590 | +# Expand $ac_aux_dir to an absolute path. |
| 3591 | +am_aux_dir=`cd "$ac_aux_dir" && pwd` |
3551 | 3592 |
|
3552 | 3593 |
|
3553 | 3594 | if test -n "$ac_tool_prefix"; then |
@@ -3657,7 +3698,13 @@ $as_echo_n "checking the archiver ($AR) interface... " >&6; } |
3657 | 3698 | if ${am_cv_ar_interface+:} false; then : |
3658 | 3699 | $as_echo_n "(cached) " >&6 |
3659 | 3700 | else |
3660 | | - am_cv_ar_interface=ar |
| 3701 | + ac_ext=c |
| 3702 | +ac_cpp='$CPP $CPPFLAGS' |
| 3703 | +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3704 | +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3705 | +ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3706 | + |
| 3707 | + am_cv_ar_interface=ar |
3661 | 3708 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3662 | 3709 | /* end confdefs.h. */ |
3663 | 3710 | int some_variable = 0; |
@@ -3688,6 +3735,11 @@ if ac_fn_c_try_compile "$LINENO"; then : |
3688 | 3735 |
|
3689 | 3736 | fi |
3690 | 3737 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3738 | + ac_ext=c |
| 3739 | +ac_cpp='$CPP $CPPFLAGS' |
| 3740 | +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3741 | +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3742 | +ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3691 | 3743 |
|
3692 | 3744 | fi |
3693 | 3745 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 |
@@ -3802,35 +3854,6 @@ else |
3802 | 3854 | RANLIB="$ac_cv_prog_RANLIB" |
3803 | 3855 | fi |
3804 | 3856 |
|
3805 | | -ac_aux_dir= |
3806 | | -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
3807 | | - if test -f "$ac_dir/install-sh"; then |
3808 | | - ac_aux_dir=$ac_dir |
3809 | | - ac_install_sh="$ac_aux_dir/install-sh -c" |
3810 | | - break |
3811 | | - elif test -f "$ac_dir/install.sh"; then |
3812 | | - ac_aux_dir=$ac_dir |
3813 | | - ac_install_sh="$ac_aux_dir/install.sh -c" |
3814 | | - break |
3815 | | - elif test -f "$ac_dir/shtool"; then |
3816 | | - ac_aux_dir=$ac_dir |
3817 | | - ac_install_sh="$ac_aux_dir/shtool install -c" |
3818 | | - break |
3819 | | - fi |
3820 | | -done |
3821 | | -if test -z "$ac_aux_dir"; then |
3822 | | - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
3823 | | -fi |
3824 | | - |
3825 | | -# These three variables are undocumented and unsupported, |
3826 | | -# and are intended to be withdrawn in a future Autoconf release. |
3827 | | -# They can cause serious problems if a builder's source tree is in a directory |
3828 | | -# whose full name contains unusual characters. |
3829 | | -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
3830 | | -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
3831 | | -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
3832 | | - |
3833 | | - |
3834 | 3857 | # Find a good install program. We prefer a C program (faster), |
3835 | 3858 | # so one script is as good as another. But avoid the broken or |
3836 | 3859 | # incompatible versions: |
@@ -7136,7 +7159,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7136 | 7159 | # report actual input values of CONFIG_FILES etc. instead of their |
7137 | 7160 | # values after options handling. |
7138 | 7161 | ac_log=" |
7139 | | -This file was extended by libsrtp2 $as_me 2.4.1-pre, which was |
| 7162 | +This file was extended by libsrtp2 $as_me 2.4.1, which was |
7140 | 7163 | generated by GNU Autoconf 2.69. Invocation command line was |
7141 | 7164 |
|
7142 | 7165 | CONFIG_FILES = $CONFIG_FILES |
@@ -7198,7 +7221,7 @@ _ACEOF |
7198 | 7221 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7199 | 7222 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7200 | 7223 | ac_cs_version="\\ |
7201 | | -libsrtp2 config.status 2.4.1-pre |
| 7224 | +libsrtp2 config.status 2.4.1 |
7202 | 7225 | configured by $0, generated by GNU Autoconf 2.69, |
7203 | 7226 | with options \\"\$ac_cs_config\\" |
7204 | 7227 |
|
|
0 commit comments