From 76b7c9335249b5c0996f91e7178ab5e70f3d3c3f Mon Sep 17 00:00:00 2001 From: nishi Date: Mon, 25 Mar 2024 12:24:12 +0000 Subject: [PATCH] making it install httpd too git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@263 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 2 +- W3Version.h.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff89eec..0d350e3 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ clean: install: ./w3.pc $(MAKE) -C ./Library install PREFIX=$(PREFIX) CC=$(CC) - $(MAKE) -C ./Example install PREFIX=$(PREFIX) CC=$(CC) TCL=$(TCL) + $(MAKE) -C ./Example install PREFIX=$(PREFIX) CC=$(CC) TCL=$(TCL) HTTPD=$(HTTPD) mkdir -p $(PREFIX)/lib/pkgconfig cp ./w3.pc $(PREFIX)/lib/pkgconfig/ diff --git a/W3Version.h.m4 b/W3Version.h.m4 index 5d853c3..274102d 100644 --- a/W3Version.h.m4 +++ b/W3Version.h.m4 @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.20E" \ +#define LIBW3_VERSION "2.20F" \ SUFFIX ifdef(`HTTP_SUPPORT', `#define LIBW3_HTTP_SUPPORT', `') -- 2.43.0