From 97a0c86134df7552f475fd22142d033cd3190949 Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 1 Dec 2004 23:48:46 +0000 Subject: [PATCH] fixed typo --- livesupport/modules/authentication/etc/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/authentication/etc/configure.ac b/livesupport/modules/authentication/etc/configure.ac index e0de731b5..a76c005e1 100644 --- a/livesupport/modules/authentication/etc/configure.ac +++ b/livesupport/modules/authentication/etc/configure.ac @@ -20,8 +20,8 @@ dnl along with LiveSupport; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl -dnl Author : $Author: fgerlits $ -dnl Version : $Revision: 1.1 $ +dnl Author : $Author: maroy $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/etc/configure.ac,v $ dnl----------------------------------------------------------------------------- @@ -32,10 +32,10 @@ dnl This is due to the fact that configure spreads a lot of trash around, dnl like atom4te cache directories, config.* files, etc. into the directory dnl it is being run from. We clearly don't want these in our base directory. dnl----------------------------------------------------------------------------- -AC_INIT(Storage, 1.0, bugs@campware.org) +AC_INIT(Authentication, 1.0, bugs@campware.org) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL]) -AC_REVISION($Revision: 1.1 $) +AC_REVISION($Revision: 1.2 $) AC_CONFIG_SRCDIR(../src/AuthenticationClientFactory.cxx)