diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-06 19:56:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-06 19:56:49 +0000 |
commit | 166f69df6dd704626c1b09ae60145956435b67e1 (patch) | |
tree | dc281aa40ea1fbddc73b1043c229835c8a6b59df /configure.in | |
parent | b70e2d0ef64738561685072f01f7b3181fc89c69 (diff) |
- Better LDAP connection support
- Fixed other small bugs
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 ecd2c47..50ef1fb 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.3, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.3) +AC_INIT(httpauth, 0.4, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |