···77 for pc in $(find "$prefix" -name '*.pc'); do88 # Do not fail immediately. It's nice to see all errors when99 # there are multiple pkgconfig files.1010- if ! pkg-config --validate "$pc"; then1010+ if ! $PKG_CONFIG --validate "$pc"; then1111 bail=11212 fi1313 done