makeconfig, Makefile: extend to support variable INCLUDES..
commite3243ab9dc38a7c3f595dfcc559779790400989b
authorSteffen Daode Nurpmeso <sdaoden@gmail.com>
Wed, 23 May 2012 15:39:01 +0000 (23 17:39 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Tue, 18 Sep 2012 15:18:41 +0000 (18 17:18 +0200)
treeed20f4d9620278e9982fe99b31f41f2642ce8f9d
parent7ef12c985a79cded52164fffb7eec0324cd02684
makeconfig, Makefile: extend to support variable INCLUDES..

The great plain automatic configuration system (i would never
dare to call that something with an Auto prefix though, how
could i) that Gunnar Ritter has written did yet not support the
addition of preprocessor conditionals, but only supports
conditional addition of libraries.

This is a pity since that disallows the automatic configuration
of GSSAPI under OpenBSD (and maybe others), since there all the
Kerberos stuff is under /usr/include/kerberosV!
This is a rather bizarre situation.
(I've also checked the OpenBSD nail package, and even that
doesn't patch it up.)

So extend the present infrastructure and allow the conditional
definition of something else than libraries.
Makefile
makeconfig