summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-29 05:54:17 +0000
committerRoland McGrath <roland@gnu.org>1996-07-29 05:54:17 +0000
commit6b3a22241612763d4c36fc6f038fa073e528117a (patch)
tree619e507049baf479f7b8641f631be70eb19022a1 /config.make.in
parentce7a5ef4bc04ee3ca9d2f42377ca6593d8492a52 (diff)
Mon Jul 29 01:27:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960730cvs/libc-960729
* 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.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 2454003cb9..b099199c36 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@