diff options
author | reinelt <> | 2004-02-29 17:09:54 +0000 |
---|---|---|
committer | reinelt <> | 2004-02-29 17:09:54 +0000 |
commit | 2cd26b45f257427c2ced8b789dd1b4bb995754e2 (patch) | |
tree | c25a01fb6a5dde3a81df137b9004e81106dff4b2 /configure | |
parent | 3fc84f2f1b15597929a5aa5212b714014a5d2204 (diff) | |
download | lcd4linux-2cd26b45f257427c2ced8b789dd1b4bb995754e2.tar.gz |
[lcd4linux @ 2004-02-29 17:09:53 by reinelt]
ChangeLog updated
Version number bumped to 0.10.0
Diffstat (limited to '')
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for LCD4Linux 0.9.12. +# Generated by GNU Autoconf 2.59 for LCD4Linux 0.10.0. # # Report bugs to <reinelt@eunet.at>. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='LCD4Linux' PACKAGE_TARNAME='lcd4linux' -PACKAGE_VERSION='0.9.12' -PACKAGE_STRING='LCD4Linux 0.9.12' +PACKAGE_VERSION='0.10.0' +PACKAGE_STRING='LCD4Linux 0.10.0' PACKAGE_BUGREPORT='reinelt@eunet.at' ac_unique_file="lcd4linux.c" @@ -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 LCD4Linux 0.9.12 to adapt to many kinds of systems. +\`configure' configures LCD4Linux 0.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1024,7 +1024,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LCD4Linux 0.9.12:";; + short | recursive ) echo "Configuration of LCD4Linux 0.10.0:";; esac cat <<\_ACEOF @@ -1178,7 +1178,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -LCD4Linux configure 0.9.12 +LCD4Linux configure 0.10.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1192,7 +1192,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 LCD4Linux $as_me 0.9.12, which was +It was created by LCD4Linux $as_me 0.10.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1724,7 +1724,7 @@ fi PACKAGE=lcd4linux -VERSION=0.9.12 +VERSION=0.10.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -24715,7 +24715,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by LCD4Linux $as_me 0.9.12, which was +This file was extended by LCD4Linux $as_me 0.10.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24778,7 +24778,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -LCD4Linux config.status 0.9.12 +LCD4Linux config.status 0.10.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index ef4ec57..1143d98 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([LCD4Linux],[0.9.12],[reinelt@eunet.at]) +AC_INIT([LCD4Linux],[0.10.0],[reinelt@eunet.at]) AC_CONFIG_SRCDIR([lcd4linux.c]) -AM_INIT_AUTOMAKE([lcd4linux],0.9.12) +AM_INIT_AUTOMAKE([lcd4linux],0.10.0) AM_CONFIG_HEADER(config.h) # Checks for programs. |