From 7102a4696c91cc10e48cb21854435183d72b3e84 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Aug 2000 18:27:04 +0000 Subject: 12598: configure takes --enable-cflags=... etc. arguments --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 51240c963..4b95f8a54 100644 --- a/INSTALL +++ b/INSTALL @@ -130,6 +130,15 @@ you can do that on the command line like this: Or on systems that have the "env" program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure +The flags CFLAGS, CPPFLAGS, LDFLAGS and LIBS can also be set as flags to +configure, where the name appears in lower case: + configure --enable-cflags=-O2 --enable-libs=-lposix + +The advantage of this form is that `config.status --recheck' will remember +the flags you originally specified. You can still override the flags when +running `make' (although these will not be passed down via `config.status +--recheck'). + Check Generated Files --------------------- -- cgit 1.4.1