diff options
author | bwarsaw <> | 2003-04-22 03:36:17 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-22 03:36:17 +0000 |
commit | 6c666927c0a9e4f68afa86d6ad298f54f4f80c88 (patch) | |
tree | 2c1a18eaba69bebe3309245286b2fa9fbb43ac6b /configure.in | |
parent | 5469fd6e01b8e059aac762825d38aedd47f64fd4 (diff) | |
download | mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.tar.gz mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.tar.xz mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.zip |
Backporting once again from the trunk.
I18ners please double check (except Tokio). It's always so painful to
resolve conflicts here, I hope I got them right.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 143315c5..06035b27 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -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: 6353 $) +AC_REVISION($Revision: 6389 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -97,9 +97,9 @@ except ImportError: res = "no" else: try: - distutils.sysconfig.get_config_vars() + distutils.sysconfig.get_config_vars() except distutils.errors.DistutilsPlatformError: - res = "no" + res = "no" else: res = "yes" fp = open("conftest.out", "w") @@ -562,6 +562,7 @@ bin/list_members \ bin/list_owners \ bin/mailmanctl \ bin/mmsitepass \ +bin/msgfmt.py \ bin/newlist \ bin/pygettext.py \ bin/qrunner \ @@ -616,7 +617,7 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist cron/crontab.in misc/mailman Makefile tests/Makefile tests/bounces/Makefile tests/msgs/Makefile $SCRIPTS], - echo "configuration completed at" `date`) + echo "configuration completed at" `date`) # Make sure all the build scripts are executable. chmod -R +x build |