diff options
| -rw-r--r-- | bin/Makefile.in | 2 | ||||
| -rwxr-xr-x | configure | 5 | ||||
| -rw-r--r-- | configure.in | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index c8e2530f7..d702a45f5 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -41,7 +41,7 @@ SCRIPTSDIR= $(prefix)/bin SHELL= /bin/sh -SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \ +SCRIPTS= mmsitepass newlist rmlist add_members \ list_members remove_members clone_member update arch \ sync_members check_db withlist check_perms find_member \ version config_list list_lists dumpdb cleanarch \ @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.23 +# From configure.in Revision: 2.24 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -1987,7 +1987,6 @@ build/bin/check_perms:bin/check_perms \ build/bin/cleanarch:bin/cleanarch \ build/bin/clone_member:bin/clone_member \ build/bin/config_list:bin/config_list \ -build/bin/digest_arch:bin/digest_arch \ build/bin/dumpdb:bin/dumpdb \ build/bin/find_member:bin/find_member \ build/bin/genaliases:bin/genaliases \ @@ -2325,7 +2324,7 @@ chmod -R +x build # Test for the Chinese codecs. echo $ac_n "checking for Python Chinese Unicode codecs""... $ac_c" 1>&6 -echo "configure:2329: checking for Python Chinese Unicode codecs" >&5 +echo "configure:2328: checking for Python Chinese Unicode codecs" >&5 cat > conftest.py <<EOF try: unicode("abc", "big5-tw") diff --git a/configure.in b/configure.in index abc4c0b28..9f2cc4ce0 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: 4991 $) +AC_REVISION($Revision: 4992 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -475,7 +475,6 @@ bin/check_perms \ bin/cleanarch \ bin/clone_member \ bin/config_list \ -bin/digest_arch \ bin/dumpdb \ bin/find_member \ bin/genaliases \ |
