New version 1.7

modified:   Makefile.in
	modified:   README
	modified:   configure
	modified:   configure.ac
This commit is contained in:
Andreas Eversberg 2010-01-15 21:50:35 +01:00
parent baade79961
commit 043714d9d4
4 changed files with 22 additions and 16 deletions

View File

@ -293,15 +293,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
cd $(srcdir) && $(AUTOMAKE) --gnu \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
cd $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
$(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \

6
README
View File

@ -526,5 +526,11 @@ Changes after Version 1.6
-> New option for chan_lcr: 'k'
-> New dialing parameter for LCR: keypad
- Keep up with current OpenBSC API
- Fixed DTMF detection option with chan_lcr
New release Version 1.7
Changes after Version 1.7

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for lcr 1.6.
# Generated by GNU Autoconf 2.63 for lcr 1.7.
#
# Report bugs to <andreas@eversberg.eu>.
#
@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='lcr'
PACKAGE_TARNAME='lcr'
PACKAGE_VERSION='1.6'
PACKAGE_STRING='lcr 1.6'
PACKAGE_VERSION='1.7'
PACKAGE_STRING='lcr 1.7'
PACKAGE_BUGREPORT='andreas@eversberg.eu'
ac_unique_file="main.c"
@ -1303,7 +1303,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 lcr 1.6 to adapt to many kinds of systems.
\`configure' configures lcr 1.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1369,7 +1369,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of lcr 1.6:";;
short | recursive ) echo "Configuration of lcr 1.7:";;
esac
cat <<\_ACEOF
@ -1471,7 +1471,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
lcr configure 1.6
lcr configure 1.7
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1485,7 +1485,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 lcr $as_me 1.6, which was
It was created by lcr $as_me 1.7, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@ -4043,7 +4043,7 @@ fi
# Define the identity of the package.
PACKAGE=lcr
VERSION=1.6
VERSION=1.7
cat >>confdefs.h <<_ACEOF
@ -10181,7 +10181,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by lcr $as_me 1.6, which was
This file was extended by lcr $as_me 1.7, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -10244,7 +10244,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
lcr config.status 1.6
lcr config.status 1.7
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -24,7 +24,7 @@ dnl Boston, MA 02110-1301, USA.
dnl This keeps being the first instruction.
dnl Change the 2nd argument if the version increases
dnl 1st + 2nd argument is used for distribution package name
AC_INIT(lcr, 1.6, andreas@eversberg.eu)
AC_INIT(lcr, 1.7, andreas@eversberg.eu)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR([main.c])
AM_CONFIG_HEADER(config.h)
@ -32,7 +32,7 @@ AM_CONFIG_HEADER(config.h)
# fix warnings from autoconf + automake
AC_GNU_SOURCE
# AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE(lcr,1.6)
AM_INIT_AUTOMAKE(lcr,1.7)