commit | 4413d5dcd27a2e47a5c18a5fbf2f49fd456a0838 | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Sun Dec 29 19:40:13 2013 -0600 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sun Dec 29 19:40:13 2013 -0600 |
tree | 624252a72cf6634a4f480cab9ba0847c67ab100a | |
parent | 206d1eed42f7d5d1c83ad6fc311963eeffdd62c0 [diff] |
[libpng17] Allow unversioned links created on install to be disabled in configure. In configure builds 'make install' changes/adds links like png.h and libpng.a to point to the newly installed, versioned, files (e.g. libpng17/png.h and libpng17.a). Three new configure options and some rearrangement of Makefile.am allow creation of these links to be disabled.