From 01b71061169c94e7b7d1f3941a59e2bb9af43bd1 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 19 Jan 2001 10:31:33 +0000 Subject: Changed a leftover $with_x_mailer to $with_sub_version. Made it so that if 2001-01-19 Jason Leach * configure.in: Changed a leftover $with_x_mailer to $with_sub_version. Made it so that if $with_sub_version isn't specified, we don't try to output it, and also corrected the way SUB_VERSION is defined. svn path=/trunk/; revision=7644 --- configure.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f541fad410..d68bb712e5 100644 --- a/configure.in +++ b/configure.in @@ -617,7 +617,7 @@ dnl ****************** dnl Sub-version number dnl ****************** AC_ARG_WITH(sub-version, [ --with-sub-version=VERSION Specify a sub-version string]) -AC_DEFINE_UNQUOTED(SUB_VERSION, "$sub_version") +AC_DEFINE_UNQUOTED(SUB_VERSION, "$with_sub_version") dnl ****************************** dnl Makefiles @@ -718,9 +718,15 @@ doc/devel/calendar/cal-util/Makefile doc/devel/importer/Makefile ]) +if test "x$with_sub_version" != "x"; then echo " - Evolution ($with_x_mailer) has been configured as follows: + Evolution ($with_sub_version) has been configured as follows: " +else +echo " + Evolution has been configured as follows: " +fi +echo " Mail Directory: $system_mail_dir LDAP support: $msg_ldap NNTP support: $msg_nntp -- cgit