[master] Revised Makefile.am and Makefile.in to make libpng.so.14,

libpng.sl.14, and libpng.14.dylib links in the installed library directory.
This commit is contained in:
Glenn Randers-Pehrson 2010-01-06 14:16:49 -06:00
parent 2203e41900
commit fab96cb72a
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.4.1beta01 - January 4, 2010 Libpng 1.4.1beta01 - January 6, 2010
This is not intended to be a public release. It will be replaced This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version. within a few weeks by a public version or by another test version.
@ -26,11 +26,13 @@ Other information:
Changes since the last public release (1.4.0): Changes since the last public release (1.4.0):
version 1.4.1beta01 [January 4, 2010] version 1.4.1beta01 [January 6, 2010]
Updated CMakeLists.txt for consistent indentation and to avoid an Updated CMakeLists.txt for consistent indentation and to avoid an
unclosed if-statement warning (Philip Lowman). unclosed if-statement warning (Philip Lowman).
Revised Makefile.am and Makefile.in to remove references to Y2KINFO, Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
KNOWNBUG, and libpng.la (Robert Schwebel). KNOWNBUG, and libpng.la (Robert Schwebel).
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
and libpng.14.dylib links in the installed library directory.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -2458,11 +2458,13 @@ version 1.4.0rc08 [January 2, 2010]
version 1.4.0 [January 3, 2010] version 1.4.0 [January 3, 2010]
No changes. No changes.
version 1.4.1beta01 [January 4, 2010] version 1.4.1beta01 [January 6, 2010]
Updated CMakeLists.txt for consistent indentation and to avoid an Updated CMakeLists.txt for consistent indentation and to avoid an
unclosed if-statement warning (Philip Lowman). unclosed if-statement warning (Philip Lowman).
Revised Makefile.am and Makefile.in to remove references to Y2KINFO, Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
KNOWNBUG, and libpng.la (Robert Schwebel). KNOWNBUG, and libpng.la (Robert Schwebel).
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
and libpng.14.dylib links in the installed library directory.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -127,7 +127,7 @@ install-exec-hook:
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
@set -x;\ @set -x;\
cd $(DESTDIR)$(libdir);\ cd $(DESTDIR)$(libdir);\
for ext in a la so sl dylib; do\ for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
rm -f libpng.$$ext;\ rm -f libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\ if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\ $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\

View File

@ -1238,7 +1238,7 @@ install-exec-hook:
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
@set -x;\ @set -x;\
cd $(DESTDIR)$(libdir);\ cd $(DESTDIR)$(libdir);\
for ext in a la so sl dylib; do\ for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
rm -f libpng.$$ext;\ rm -f libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\ if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\ $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\