diff options
author | Stef Walter <stef@memberwebs.com> | 2008-05-27 12:50:55 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-05-27 12:50:55 +0000 |
commit | 9d90c0e2874753692b1af9302ec5afbe3c94aa20 (patch) | |
tree | 2e2f2a5752118b553dcaebdb6aa1b52b64c93d84 /configure.in | |
parent | f81457cf835cc6a1c79f104ea80bf6e50bf7e2ac (diff) |
- Make the XFOWARD HELO available as a environment variable in scripts. [Glenn Matthys]
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 64a4d3a..84b3a63 100644 --- a/configure.in +++ b/configure.in @@ -32,8 +32,8 @@ dnl DAMAGE. dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.7.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.7.90) +AC_INIT(proxsmtp, 1.7.91, stef@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.7.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |