Ethereal-users: [ethereal-users] Re: [ethereal-dev] Adding autoconf options

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 22:58:50 -0700
> Use CPPFLAGS to handle include directories and LDFLAGS to handle
> libraries.

"Use CPPFLAGS ... and LDFLAGS" in what sense?

Our configure script already sets those internally; I'm asking about the
user interface (i.e., how does the user tell the configure scripts in
which directories to add to CPPFLAGS and LDFLAGS), not the
implementation (which would set CPPFLAGS and LDFLAGS to include those
directories, as we currently already do for "/usr/include" and the
directory specified by "--with-ucdsnmp=").