mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Disassembled the version number in scripts/options.awk (necessary
for building on SunOs)
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
fbbbc620b8
commit
b940e5dc5d
@@ -102,6 +102,7 @@ pre && version == "search" && version_file != FILENAME{
|
||||
|
||||
pre && version == "search" && $0 ~ /^ \* libpng version/{
|
||||
version = substr($0, 4)
|
||||
gsub(/\./, " PNG_JOIN . PNG_JOIN", version)
|
||||
print "version =", version >out
|
||||
next
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user