diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 75798b5..ee8b6db 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl Copyright (c) 2004, Nate Nielsen +dnl Copyright (c) 2004, Stefan Walter dnl All rights reserved. dnl dnl Redistribution and use in source and binary forms, with or without @@ -32,12 +32,12 @@ dnl DAMAGE. dnl dnl dnl CONTRIBUTORS -dnl Nate Nielsen <nielsen@memberwebs.com> +dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.6) +AC_INIT(httpauth, 0.7, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.7) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |