From 5b74415631bf5ec2a02031fd615b0204407f09b2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 28 Feb 2013 06:51:45 +0000 Subject: [PATCH] (svn r25054) -Document: the *FLAGS_BUILD in configure --- config.lib | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lib b/config.lib index 2ce1bba982..3fbabe341c 100644 --- a/config.lib +++ b/config.lib @@ -3648,6 +3648,9 @@ showhelp() { echo " LDFLAGS linker flags, e.g. -L if you" echo " have libraries in a nonstandard" echo " directory " + echo " CFLAGS_BUILD C compiler flags for build time tool generation" + echo " CXXFLAGS_BUILD C++ compiler flags for build time tool generation" + echo " LDFLAGS_BUILD linker flags for build time tool generation" echo "" echo "Use these variables to override the choices made by 'configure' or to help" echo "it to find libraries and programs with nonstandard names/locations."