]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
release 1.0
authorThomas Graf <tgr@deb.localdomain>
Thu, 10 Jan 2008 11:46:37 +0000 (12:46 +0100)
committerThomas Graf <tgr@deb.localdomain>
Thu, 10 Jan 2008 11:46:37 +0000 (12:46 +0100)
configure
configure.in

index 78810a2e1a4f2a281d194ba3a26df3e6ea023676..f91f6752d658f8d3aafb758b2a8edb1683faaa78 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for libnl 1.0-pre9.
+# Generated by GNU Autoconf 2.61 for libnl 1.0.
 #
 # Report bugs to <tgraf@suug.ch>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='libnl'
 PACKAGE_TARNAME='libnl'
-PACKAGE_VERSION='1.0-pre9'
-PACKAGE_STRING='libnl 1.0-pre9'
+PACKAGE_VERSION='1.0'
+PACKAGE_STRING='libnl 1.0'
 PACKAGE_BUGREPORT='tgraf@suug.ch'
 
 ac_subst_vars='SHELL
@@ -1139,7 +1139,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 libnl 1.0-pre9 to adapt to many kinds of systems.
+\`configure' configures libnl 1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1200,7 +1200,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libnl 1.0-pre9:";;
+     short | recursive ) echo "Configuration of libnl 1.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1282,7 +1282,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libnl configure 1.0-pre9
+libnl configure 1.0
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1296,7 +1296,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 libnl $as_me 1.0-pre9, which was
+It was created by libnl $as_me 1.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -3373,7 +3373,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 libnl $as_me 1.0-pre9, which was
+This file was extended by libnl $as_me 1.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3422,7 +3422,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-libnl config.status 1.0-pre9
+libnl config.status 1.0
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 49ebe9c6424b07cd7a97f1dbc77c20cc1fb0be2f..3d9f4c344a45bcdde9eb97c2ac171bc8215e2c43 100644 (file)
@@ -9,7 +9,7 @@
 # Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
 #
 
-AC_INIT(libnl, 1.0-pre9, tgraf@suug.ch)
+AC_INIT(libnl, 1.0, tgraf@suug.ch)
 AC_CONFIG_HEADER(lib/defs.h)
 
 save_CFLAGS="${CFLAGS}"