diff options
author | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:34:01 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:34:01 +0000 |
commit | 4093e901218ff6293aa9543f6468b75edc23c9f1 (patch) | |
tree | acf2d564df78552765e4a938ac579f56f04f8467 /configure.in | |
parent | 00aa6f6162ec2e181a6e97a47f3c8c5c69188ab4 (diff) |
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 9fb0d85..fc2636e 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 @@ -29,15 +29,11 @@ dnl AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF dnl THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH dnl DAMAGE. -dnl -dnl -dnl CONTRIBUTORS -dnl Nate Nielsen <nielsen@memberwebs.com> -dnl + dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.6) +AC_INIT(proxsmtp, 1.7, stef@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.7) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |