Version 2.0.13

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-05-13 16:56:24 +02:00
parent e1e4b94a01
commit 14a8d067c1
2 changed files with 11 additions and 11 deletions

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.68 for mISDNuser 2.0.12.
# Generated by GNU Autoconf 2.68 for mISDNuser 2.0.13.
#
# Report bugs to <i4ldeveloper@isdn4linux.de>.
#
@ -709,8 +709,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mISDNuser'
PACKAGE_TARNAME='mISDNuser'
PACKAGE_VERSION='2.0.12'
PACKAGE_STRING='mISDNuser 2.0.12'
PACKAGE_VERSION='2.0.13'
PACKAGE_STRING='mISDNuser 2.0.13'
PACKAGE_BUGREPORT='i4ldeveloper@isdn4linux.de'
PACKAGE_URL=''
@ -1460,7 +1460,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 mISDNuser 2.0.12 to adapt to many kinds of systems.
\`configure' configures mISDNuser 2.0.13 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1530,7 +1530,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mISDNuser 2.0.12:";;
short | recursive ) echo "Configuration of mISDNuser 2.0.13:";;
esac
cat <<\_ACEOF
@ -1642,7 +1642,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mISDNuser configure 2.0.12
mISDNuser configure 2.0.13
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -2438,7 +2438,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 mISDNuser $as_me 2.0.12, which was
It was created by mISDNuser $as_me 2.0.13, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -3258,7 +3258,7 @@ fi
# Define the identity of the package.
PACKAGE='mISDNuser'
VERSION='2.0.12'
VERSION='2.0.13'
cat >>confdefs.h <<_ACEOF
@ -16214,7 +16214,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 mISDNuser $as_me 2.0.12, which was
This file was extended by mISDNuser $as_me 2.0.13, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16280,7 +16280,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
mISDNuser config.status 2.0.12
mISDNuser config.status 2.0.13
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([mISDNuser],[2.0.12],[i4ldeveloper@isdn4linux.de],[mISDNuser])
AC_INIT([mISDNuser],[2.0.13],[i4ldeveloper@isdn4linux.de],[mISDNuser])
AC_CONFIG_SRCDIR([tools/])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_MACRO_DIR([m4])