.jpg and .gif

Alexandre Oliva oliva at dcc.unicamp.br
Mon Dec 21 10:51:15 PST 1998


On Dec 21, 1998, alice.dubois at lemel.fr (alice dubois) wrote:

>  Like that I can say where is my libjpeg.a when I run configure with the 
>  option --jpeg=DIR.

>  Is it correct ?

Nope; `configure' is automatically generated from `configure.in', and
it is impossible to get a switch like `--jpeg' with autoconf.  The
best you can do is --with-jpeg, or even --with-includes and
--with-libraries, but this is not strictly necessary, since you can
set the environment variables CPPFLAGS and LDFLAGS before running
configure to get the same effect.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



More information about the kaffe mailing list