joes 2004/06/21 11:46:53
Modified: . Makefile.am acinclude.m4
Log:
Add FAQ file to distribution and fix maintainer-mode logic:
USE_MAINTAINER_MODE is either 'yes' or 'no'.
Revision Changes Path
1.23 +1 -1 httpd-apreq-2/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile.am 21 Jun 2004 18:32:24 -0000 1.22
+++ Makefile.am 21 Jun 2004 18:46:53 -0000 1.23
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src env glue t
-EXTRA_DIST = README INSTALL CHANGES MANIFEST.SKIP Makefile.PL buildconf
build win32 docs
+EXTRA_DIST = README INSTALL CHANGES FAQ MANIFEST.SKIP Makefile.PL buildconf
build win32 docs
[EMAIL PROTECTED]@ --srcdir`
[EMAIL PROTECTED]@ --srcdir`
APU_DOX = (cd $(APU_SRCDIR); cat - docs/doxygen.conf | doxygen -)
1.21 +1 -1 httpd-apreq-2/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /home/cvs/httpd-apreq-2/acinclude.m4,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- acinclude.m4 15 Jun 2004 04:18:27 -0000 1.20
+++ acinclude.m4 21 Jun 2004 18:46:53 -0000 1.21
@@ -103,7 +103,7 @@
USE_VPATH=1
fi
- if test -n "$USE_MAINTAINER_MODE"; then
+ if test "x$USE_MAINTAINER_MODE" != "xno"; then
CPPFLAGS="$CPPFLAGS -Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -Werror"
fi