diff options
author | reinelt <> | 2000-03-17 09:21:42 +0000 |
---|---|---|
committer | reinelt <> | 2000-03-17 09:21:42 +0000 |
commit | 460091fb43bca600d3839eacfe43034146f3e957 (patch) | |
tree | b272ca66f110226c95ebe528e2bfabfbe3139853 /configure | |
parent | c97b6d95897c59e2098e45ee58aab61ec3703d22 (diff) | |
download | lcd4linux-460091fb43bca600d3839eacfe43034146f3e957.tar.gz |
[lcd4linux @ 2000-03-17 09:21:42 by reinelt]
various memory statistics added
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -691,7 +691,7 @@ fi PACKAGE=lcd4linux -VERSION=0.9 +VERSION=0.91 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 487344a..bac7539 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(lcd4linux.c) -AM_INIT_AUTOMAKE(lcd4linux, 0.9) +AM_INIT_AUTOMAKE(lcd4linux, 0.91) dnl Checks for programs. AC_PROG_CC |