diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 20 insertions, 11 deletions
@@ -1,3 +1,12 @@ +libax25 0.0.12 + * Fix numerous warnings triggered by modern compilers + * Updated to recent autoconf and automake version to keep the code + buildable on modern distributions. + * libax25 will again find AX.25 interfaces if if they do not have an + IP address assigned. + + -- Ralf Baechle DL5RB <ralf@linux-mips.org> Sat, 6 Jun 2009 17:00:00 +0100 + libax25 0.0.11 * libax25io handles nonblocking io correctly. (PE1RXQ) THIS BREAKS PRACTICLY EVERY APP USING THIS LIBRARY, FIX THEM!!! @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for libax25 0.0.11. +# Generated by GNU Autoconf 2.59 for libax25 0.0.12-rc1. # # Report bugs to <linux-hams@vger.kernel.org>. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libax25' PACKAGE_TARNAME='libax25' -PACKAGE_VERSION='0.0.11' -PACKAGE_STRING='libax25 0.0.11' +PACKAGE_VERSION='0.0.12-rc1' +PACKAGE_STRING='libax25 0.0.12-rc1' PACKAGE_BUGREPORT='linux-hams@vger.kernel.org' ac_unique_file="axlib.h" @@ -954,7 +954,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 libax25 0.0.11 to adapt to many kinds of systems. +\`configure' configures libax25 0.0.12-rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1020,7 +1020,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libax25 0.0.11:";; + short | recursive ) echo "Configuration of libax25 0.0.12-rc1:";; esac cat <<\_ACEOF @@ -1159,7 +1159,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libax25 configure 0.0.11 +libax25 configure 0.0.12-rc1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1173,7 +1173,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libax25 $as_me 0.0.11, which was +It was created by libax25 $as_me 0.0.12-rc1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1817,7 +1817,7 @@ fi # Define the identity of the package. PACKAGE='libax25' - VERSION='0.0.11' + VERSION='0.0.12-rc1' # Some tools Automake needs. @@ -19810,7 +19810,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libax25 $as_me 0.0.11, which was +This file was extended by libax25 $as_me 0.0.12-rc1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19873,7 +19873,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libax25 config.status 0.0.11 +libax25 config.status 0.0.12-rc1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 7d73ead..71b0fac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libax25, 0.0.11, linux-hams@vger.kernel.org) +AC_INIT(libax25, 0.0.12-rc1, linux-hams@vger.kernel.org) AC_CONFIG_SRCDIR(axlib.h) AM_INIT_AUTOMAKE([foreign no-define]) |