>>>>> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes:

>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> Because I want to try a different _configuration_:

Pavel> CFLAGS=-ggdb3 ./configure --enable-cute-feature --without-bloat

AD> Pavel, we need evangelists for the new support of variables :)

AD> ./configure CFLAGS=-ggdb3 --enable-cute-feature --without-bloat


The configure script I help maintain prints this:

$ configure --help

...

The configure script also recognizes some environment variables, each
of which is equivalent to a corresponding configure flag.  A specified
configure flag always overrides the environment variable.

envvar      configure flag
-----       --------------
CC          --compiler
CPP         --cpp
CFLAGS      --cflags
CPPFLAGS    --cppflags
LDFLAGS     --ldflags
LIBS        --libs
LD_RUN_PATH --site-runtime-libraries

Reply via email to