summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:29:25 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:29:25 +0000
commit82a32ff78428bec9f9a4f69cc21ccf9d197a38ff (patch)
treeecea6a03cb46f17d2857b2183a3d8680d45469c9 /configure.in
parent5763a98bdac994a8c2ddbd693d36cbb75b1ce987 (diff)
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
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"