aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 79bc3791d7..081d1d6714 100644
--- a/configure.in
+++ b/configure.in
@@ -601,9 +601,11 @@ else
fi
-AC_ARG_WITH(x-mailer, [ --with-x-mailer=VERSION Version string for X-Mailer header])
+AC_ARG_WITH(x-mailer, [ --with-x-mailer=VERSION Sub-version string for X-Mailer header])
if test "${with_x_mailer:-no}" = "no"; then
with_x_mailer="$VERSION"
+else
+ with_x_mailer="$VERSION/$with_x_mailer"
fi
AC_DEFINE_UNQUOTED(XMAILER_VERSION, "$with_x_mailer")
'/>
path: root/devel/p5-Test-Manifest
Commit message (Expand)AuthorAgeFilesLines
* Update WWWsunpoet2018-05-281-1/+1
* Update to 2.021sunpoet2018-05-093-7/+8
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1