mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Undid recent change to the Makefiles.
People don't need libpng.so.NN
This commit is contained in:
6
ANNOUNCE
6
ANNOUNCE
@@ -31,10 +31,8 @@ version 1.4.1beta01 [January 6, 2010]
|
|||||||
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,
|
Revised scripts/makefile.linux to install the same files and symbolic
|
||||||
and libpng.14.dylib links in the installed library directory.
|
links as configure, except for libpng.la and libpng14.la.
|
||||||
Revised scripts/makefile.linux to make the same files as configure,
|
|
||||||
except for libpng.la and libpng14.la.
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
6
CHANGES
6
CHANGES
@@ -2463,10 +2463,8 @@ version 1.4.1beta01 [January 6, 2010]
|
|||||||
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,
|
Revised scripts/makefile.linux to install the same files and symbolic
|
||||||
and libpng.14.dylib links in the installed library directory.
|
links as configure, except for libpng.la and libpng14.la.
|
||||||
Revised scripts/makefile.linux to make the same files as configure,
|
|
||||||
except for libpng.la and libpng14.la.
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -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 so.14 sl sl.14 dylib 14.dylib; do\
|
for ext in a la so sl 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;\
|
||||||
|
|||||||
@@ -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 so.14 sl sl.14 dylib 14.dylib; do\
|
for ext in a la so sl 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;\
|
||||||
|
|||||||
Reference in New Issue
Block a user