[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: AC



Just a quick note:

Autoconf supports CC, CPPFLAGS, and LDFLAGS.  Here is an example
that I use:

% env CC="cc -ansi" CPPFLAGS="-I/usr/local/include" \
  LDFLAGS="-L/usr/local/lib" ./configure

I'll take a look at the UD and LDBM tool problems when I get a
chance.  

Kurt