diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.39.2.4 +# From configure.in Revision: 2.39.2.5 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2069,7 +2069,6 @@ done SCRIPTS="build/bin/add_members:bin/add_members \ build/bin/arch:bin/arch \ build/bin/change_pw:bin/change_pw \ -build/bin/reset_pw:bin/reset_pw \ build/bin/check_db:bin/check_db \ build/bin/check_perms:bin/check_perms \ build/bin/cleanarch:bin/cleanarch \ @@ -2093,6 +2092,7 @@ build/bin/newlist:bin/newlist \ build/bin/pygettext.py:bin/pygettext.py \ build/bin/qrunner:bin/qrunner \ build/bin/remove_members:bin/remove_members \ +build/bin/reset_pw.py:bin/reset_pw.py \ build/bin/rmlist:bin/rmlist \ build/bin/show_qfiles:bin/show_qfiles \ build/bin/sync_members:bin/sync_members \ diff --git a/configure.in b/configure.in index 2e016ea5..628cb13e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2004 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: 7270 $) +AC_REVISION($Revision: 7272 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -545,7 +545,6 @@ AC_DEFUN(MM_SCRIPTS, [dnl bin/add_members \ bin/arch \ bin/change_pw \ -bin/reset_pw \ bin/check_db \ bin/check_perms \ bin/cleanarch \ @@ -569,6 +568,7 @@ bin/newlist \ bin/pygettext.py \ bin/qrunner \ bin/remove_members \ +bin/reset_pw.py \ bin/rmlist \ bin/show_qfiles \ bin/sync_members \ |