diff options
author | Stef Walter <stef@memberwebs.com> | 2008-03-14 14:34:09 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-03-14 14:34:09 +0000 |
commit | b7793a4d759bd61fd08d1b0dbad9a627fb11c395 (patch) | |
tree | 462678141b5fb3c525c8b560b55292f7372ca97e /configure.in | |
parent | ccf2cfde57c93683115e993e64f36916e43df46a (diff) |
Commit ancient changes from 0.8 release on 2007-07-06
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 96c610b..023e569 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.7.91, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.7.91) +AC_INIT(httpauth, 0.8, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.8) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |