From 6b3a22241612763d4c36fc6f038fa073e528117a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Jul 1996 05:54:17 +0000 Subject: Mon Jul 29 01:27:07 1996 Roland McGrath * sunrpc/rpc/rpc_msg.h: Fix botched patch for multiple inclusion protection. * configure.in: Grok `--enable-add-ons=DIR1,DIR2,...', and configure in those directories. * config.make.in (add-ons): New varaible, set from @subdirs@. * Makefile (subdirs): Added $(add-ons) at the end. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 2454003..b099199 100644 --- a/config.make.in +++ b/config.make.in @@ -27,6 +27,7 @@ build-shared = @shared@ build-profile = @profile@ build-omitfp = @omitfp@ stdio = @stdio@ +add-ons = @subdirs@ # Build tools. CC = @CC@ -- cgit v1.1