diff options
author | Stefan Bühler <stbuehler@web.de> | 2009-04-30 20:15:40 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2009-04-30 20:15:40 +0000 |
commit | 95dd0db4d7d70a112d40870acbf6a79ab03f88f7 (patch) | |
tree | bde624fd21161894615a45d6813a2e45711bb06d /configure.ac | |
parent | 2c0eb025f1c3a98a0d87873b65678dd45d9aec2e (diff) | |
download | lighttpd-git-95dd0db4d7d70a112d40870acbf6a79ab03f88f7.tar.gz |
Change autoconf contact email
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2502 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc1dce93..d317639e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lighttpd], [1.4.23], [jan@kneschke.de]) +AC_INIT([lighttpd], [1.4.23], [contact@lighttpd.net]) AC_CONFIG_SRCDIR([src/server.c]) AC_CONFIG_HEADER([config.h]) |