diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c368622a..55454148 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2004 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2006 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 7462 $) +AC_REVISION($Revision: 8122 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -553,6 +553,7 @@ bin/config_list \ bin/convert.py \ bin/discard \ bin/dumpdb \ +bin/export.py \ bin/find_member \ bin/fix_url.py \ bin/genaliases \ |