Update version for Asterisk 22

releases/22.4 22.0.0-pre1
Mike Bradeen 1 year ago committed by asterisk-org-access-app[bot]
parent 7f2ac6cb4f
commit 31b8dc0923

26
configure vendored

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for asterisk master.
# Generated by GNU Autoconf 2.71 for asterisk 22.
#
# Report bugs to <https://github.com/asterisk/asterisk/issues>.
#
@ -613,8 +613,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='asterisk'
PACKAGE_TARNAME='asterisk'
PACKAGE_VERSION='master'
PACKAGE_STRING='asterisk master'
PACKAGE_VERSION='22'
PACKAGE_STRING='asterisk 22'
PACKAGE_BUGREPORT='https://github.com/asterisk/asterisk/issues'
PACKAGE_URL=''
@ -2067,7 +2067,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures asterisk master to adapt to many kinds of systems.
\`configure' configures asterisk 22 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -2133,7 +2133,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of asterisk master:";;
short | recursive ) echo "Configuration of asterisk 22:";;
esac
cat <<\_ACEOF
@ -2381,7 +2381,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
asterisk configure master
asterisk configure 22
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -3117,7 +3117,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by asterisk $as_me master, which was
It was created by asterisk $as_me 22, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -6056,11 +6056,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_cxx11+y}
if test ${ac_cv_prog_cxx_11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_cxx11=no
ac_cv_prog_cxx_11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@ -6102,11 +6102,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_cxx98+y}
if test ${ac_cv_prog_cxx_98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_cxx98=no
ac_cv_prog_cxx_98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@ -37020,7 +37020,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by asterisk $as_me master, which was
This file was extended by asterisk $as_me 22, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -37084,7 +37084,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
asterisk config.status master
asterisk config.status 22
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

@ -1,6 +1,6 @@
AC_PREREQ(2.60a)
AC_INIT([asterisk], [master], [https://github.com/asterisk/asterisk/issues])
AC_INIT([asterisk], [22], [https://github.com/asterisk/asterisk/issues])
# cross-compile macros
AC_CANONICAL_BUILD

Loading…
Cancel
Save