- Timestamp:
- Jan 1, 2011 12:50:40 PM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
-
stable/0.7/coin.m4
r2050 r2060 2826 2826 if test -n "$PKG_CONFIG" ; then 2827 2827 if $PKG_CONFIG --exists "$2"; then 2828 m4_toupper($1)[]_VERSIONS="`$PKG_CONFIG --modversion "$2" 2>/dev/null `"2828 m4_toupper($1)[]_VERSIONS="`$PKG_CONFIG --modversion "$2" 2>/dev/null | tr '\n' ' '`" 2829 2829 $3 2830 2830 else
Note: See TracChangeset
for help on using the changeset viewer.