]> code.citadel.org Git - citadel.git/commitdiff
missed one thing in the autoconf move
authorNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 27 Jul 2001 03:29:04 +0000 (03:29 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 27 Jul 2001 03:29:04 +0000 (03:29 +0000)
citadel/ChangeLog
citadel/configure.ac

index 6280251ee002e3d2a5589ee4d1aa2032835a11bc..0e437e55846b163f8854299ec68de08202c24128 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 580.10  2001/07/27 03:29:04  nbryant
+ missed one thing in the autoconf move
+
  Revision 580.9  2001/07/27 02:57:43  nbryant
  support one cursor per database rather than one global cursor
 
@@ -2594,4 +2597,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 3c425ae64d73a61e49f42815459e7329ded07f68..b14cac8a352d7ec4fd058c04515f2bae40259386 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 AC_PREREQ(2.52)
-AC_INIT([Citadel/UX])
+AC_INIT([Citadel/UX], [$Version$], [http://uncensored.citadel.org/])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
 if test "$prefix" = NONE; then