[devel] Added a hint to try CPP=/bin/cpp if "cpp -E" fails in

scripts/pnglibconf.mak and in contrib/pngminim/*/makefile and to try
"STRIP=touch" if strip is missing, eg., on SunOS 5.10
This commit is contained in:
Glenn Randers-Pehrson
2011-03-19 14:49:03 -05:00
parent f3dd1cc51e
commit eceff8b3c3
5 changed files with 38 additions and 8 deletions

View File

@@ -9,6 +9,12 @@ STRIP=strip
# If awk fails try
# make AWK=nawk
# If cpp fails try
# make CPP=/lib/cpp
# If strip fails try
# make STRIP=touch
RM=rm -f
COPY=cp