summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.in5
2 files changed, 5 insertions, 4 deletions
diff --git a/configure b/configure
index adb690b1a..7f4335fdf 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 2.34
+# From configure.in Revision: 2.35
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -2393,7 +2393,7 @@ cat >> $CONFIG_STATUS <<EOF
EOF
cat >> $CONFIG_STATUS <<\EOF
-
+echo "configuration completed at" `date`
exit 0
EOF
chmod +x $CONFIG_STATUS
diff --git a/configure.in b/configure.in
index b2f3b5088..9d4c74953 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 5850 $)
+AC_REVISION($Revision: 5907 $)
AC_PREREQ(2.0)
AC_INIT(src/common.h)
@@ -605,7 +605,8 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
templates/Makefile cron/Makefile scripts/Makefile messages/Makefile
cron/crontab.in misc/mailman Makefile
tests/Makefile tests/bounces/Makefile tests/msgs/Makefile
- $SCRIPTS])
+ $SCRIPTS],
+ echo "configuration completed at" `date`)
# Make sure all the build scripts are executable.
chmod -R +x build