diff options
| -rwxr-xr-x | configure | 6 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.35 +# From configure.in Revision: 1.36 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -1943,7 +1943,7 @@ trap 'rm -fr `echo "misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist Mailman/Archiver/Makefile Mailman/pythonlib/Makefile mail/Makefile templates/Makefile cron/Makefile filters/Makefile scripts/Makefile - cron/crontab.in Makefile bin/check_perms" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + cron/crontab.in Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -2039,7 +2039,7 @@ CONFIG_FILES=\${CONFIG_FILES-"misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.p Mailman/Archiver/Makefile Mailman/pythonlib/Makefile mail/Makefile templates/Makefile cron/Makefile filters/Makefile scripts/Makefile - cron/crontab.in Makefile bin/check_perms"} + cron/crontab.in Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/configure.in b/configure.in index 4eb31b353..99ec75f04 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: 1704 $) +AC_REVISION($Revision: 1706 $) AC_PREREQ(2.0) AC_INIT(src/alias-wrapper.c) @@ -397,4 +397,4 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist Mailman/Archiver/Makefile Mailman/pythonlib/Makefile mail/Makefile templates/Makefile cron/Makefile filters/Makefile scripts/Makefile - cron/crontab.in Makefile bin/check_perms]) + cron/crontab.in Makefile]) |
