Christoph Egger wrote:
> I am also not so familiar with it, but the right way to fix it is
> searching for the include-files and add the directory to the
> extra_include variable in configure.in.
libart comes with a script 'libart-config' that you can (and should)
query for cflags and libs. I.e. first determine whether libart is
present (i.e. whether libart-config could be found), then check the
--cflags and --libs and add the results into your own CFLAGS and LIBS
variables.
Lots of packages nowadays use this technique. You should think about
providing a 'ggi-config' script as well. It can easily be generated with
configure.
Regards,
Stefan