diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 17:33:46 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 17:33:46 +0000 |
commit | 099d576466a124e19c3fda8541cd887b65b9d2cb (patch) | |
tree | 7dcea1fc14cc82e44e7112f6b96fffd15b6a4b99 /configure.in | |
parent | f1729148987a6799ffbffa90127d96a8f129f9de (diff) |
- Added support for setting the REMOTE variable when an XFORWARD
command is seen.
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 a073cff..91f9f42 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.3.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.3.92) +AC_INIT(proxsmtp, 1.4.90, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.4.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |