]> granicus.if.org Git - apache/commitdiff
Finish fixing the pcre build. PCRE's configure script should be called,
authorRyan Bloom <rbb@apache.org>
Tue, 22 Aug 2000 04:25:36 +0000 (04:25 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 22 Aug 2000 04:25:36 +0000 (04:25 +0000)
and we can't clean config.h and then touch the file, we actually need
some of the data that config.h contains.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86132 13f79535-47bb-0310-9956-ffa450edef68

configure.in
srclib/pcre/Makefile.in

index 80431a67f829e85bf99ed7442a51cca45d1c7e92..30fa4006d36c1d37838ee7bb4f21f9d18a310804 100644 (file)
@@ -204,6 +204,7 @@ dnl ## APRVARS before Apache generates it's Makefiles and the related files.
 dnl ## This allows APR to detect libraries like dl and tell Apache that it
 dnl ## needs to include or not include them.
 RUN_SUBDIR_CONFIG_NOW(lib/apr)
+RUN_SUBDIR_CONFIG_NOW(lib/pcre)
 . ./lib/apr/APRVARS
 
 APACHE_GEN_CONFIG_VARS
index 309fb3c6e92437a77dbe85b6d2047e22c8b3f6c1..ba2cd140ca9ec1f3b8d7ccd8248fbf172e3c4abd 100644 (file)
@@ -1,7 +1,8 @@
 LTLIBRARY_NAME = libpcre.la
 LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
 
-CLEANFILES = dftables config.h chartables.c
+CLEANFILES = dftables chartables.c
+DISTCLEANFILES = config.h $(CLEANFILES)
 
 include $(top_srcdir)/build/ltlib.mk