Hello,
I've been trying to get my configure.ac script working for several days and
I'm stuck. It actually compiles fine into the configure script but when I
run the configure script it errors out with a parse error:
Found CImg.h in current directory.
./configure: line 17860: syntax error near unex
I managed to solve the problem. It was a missing " character when setting
CPPFLAGS. Thanks again!
On Thu, Apr 2, 2009 at 12:13 PM, Coleman Kane wrote:
> On Thu, 2009-04-02 at 10:44 -0700, Evan Klinger wrote:
> > Hello,
> > I've been trying to get my configure.ac script
Hello all,
We have a shared library that we install which includes the header
which contains the functions available in the library. However,
depending upon the ./configure options, not all of the functions will
be available and won't be compiled in. Thus we would like to remove
these from the head