Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows for shell redirection in rules
|
|
|
|
When we find a package with pkg_config we may need to use the
resulting ccflags and ldflags in later tests.
Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER
This gets gnutls on FreeBSD working
|
|
|
|
|
|
|
|
|
|
This also brings them much closer to the behaviour of autoconf
|
|
|
|
|
|
|
|
otherwide python libs in the disable-shared build don't get all the
needed syslibs
|
|
the subsystem dependency loops get quite complex when shared libs are
disabled
|
|
when rpath is disabled on both install and build we don't need the
double binaries
|
|
|
|
this is a closer emulation of the autoconf behaviour
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This happens for the notify subsystem on non-Linux systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we need to split these to avoid re-compilation on install
as install has different rpath settings
|