CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2011/03/18 08:55:32
Modified files: usr.bin/pkg-config: pkg-config Log message: minor related tweaks: - use //= instead of if (!defined) - don't special-case code for pkg-config itself, prime cache with versioning info. - more accurate regexps for parsing arguments - don't use join() when we mean map() leads to: - fix bug in argument splitting, zap ", " used as argument separation. okay jasper@, tested by landry@