]> git.draconx.ca Git - dxcommon.git/commit
Add libpng detection macro.
authorNick Bowler <nbowler@elliptictech.com>
Mon, 9 Jun 2014 23:46:34 +0000 (19:46 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 9 Jun 2014 23:46:34 +0000 (19:46 -0400)
commitda205696048844a53e536cfe179b09b02b9f3f18
tree33aa073f3232efa97ed993746aa60bd571941382
parent566987f66af50062d1de9aaba7695b1ef265754f
Add libpng detection macro.

I've been carrying around library detection in individual projects for
too long.  This is a from-scratch rewrite of the core probing code but
the actual libpng test is basically the same as before.

The idea is to better leverage M4 macros to reduce duplication, so it
should be easy to add more libraries in the future.
m4/cmdout.m4 [new file with mode: 0644]
m4/libhelper.m4 [new file with mode: 0644]
m4/libpng.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]