summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-07-06 14:04:32 +0000
committerbwarsaw1999-07-06 14:04:32 +0000
commit6fda9bb2378896e4a191921efc0d12eda796edc7 (patch)
treeefdc9db1167d9473f11223b29d17b57ab2bf890d
parentbaa5ffee83e137108de0dc5528e2b431d6e27c66 (diff)
downloadmailman-6fda9bb2378896e4a191921efc0d12eda796edc7.tar.gz
mailman-6fda9bb2378896e4a191921efc0d12eda796edc7.tar.zst
mailman-6fda9bb2378896e4a191921efc0d12eda796edc7.zip
I realized we don't need to generate check_perms.
-rwxr-xr-xconfigure6
-rw-r--r--configure.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 19b9113b7..8f191dc74 100755
--- a/configure
+++ b/configure
@@ -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])