joes 2003/04/17 18:32:26
Modified: . configure.ac
Log:
Drop bad quotes.
Revision Changes Path
1.3 +1 -1 httpd-apreq-2/configure.ac
Index: configure.ac
===================================================================
RCS file: /home/cvs/httpd-apreq-2/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.ac 17 Apr 2003 19:19:39 -0000 1.2
+++ configure.ac 18 Apr 2003 01:32:26 -0000 1.3
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_INIT("libapreq - Apache Request Library", 2.0, [EMAIL PROTECTED],
libapreq)
+AC_INIT(libapreq - Apache Request Library, 2.0, [EMAIL PROTECTED], libapreq)
AM_INIT_AUTOMAKE
dnl AC_CONFIG_AUX_DIR(./build)