aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-17 03:43:01 +0800
committerDan Winship <danw@src.gnome.org>2001-01-17 03:43:01 +0800
commitaf465f8d67ac84a6c5083dd58b79a5065db3ef24 (patch)
tree2a3073258fe01e89b3c2e90f77d5c39e0997758c /configure.in
parentdd91f0c23c97b5a5a4e5617954e0c3cd22b169f6 (diff)
downloadgsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.gz
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.bz2
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.lz
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.xz
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.zst
gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.zip
Add --with-x-mailer to set the version string that appears in the X-Mailer
* configure.in, acconfig.h: Add --with-x-mailer to set the version string that appears in the X-Mailer header. svn path=/trunk/; revision=7539
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4e849f4833..79bc3791d7 100644
--- a/configure.in
+++ b/configure.in
@@ -600,6 +600,13 @@ else
esac
fi
+
+AC_ARG_WITH(x-mailer, [ --with-x-mailer=VERSION Version string for X-Mailer header])
+if test "${with_x_mailer:-no}" = "no"; then
+ with_x_mailer="$VERSION"
+fi
+AC_DEFINE_UNQUOTED(XMAILER_VERSION, "$with_x_mailer")
+
dnl ******************************
dnl Makefiles
dnl ******************************
@@ -699,7 +706,7 @@ doc/devel/calendar/cal-util/Makefile
])
echo "
- Evolution has been configured as follows:
+ Evolution ($with_x_mailer) has been configured as follows:
Mail Directory: $system_mail_dir
LDAP support: $msg_ldap