- Timestamp:
- Apr 30, 2010 11:03:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/split/coin.m4
r1538 r1540 3737 3737 else 3738 3738 #if 4th argument is given, try fallback - whereby we take the first word from $2 as basename for the .pc file 3739 m4_ifvaln([$4], [AC_COIN_HAS_MODULE_FALLBACK([$1], [m4_bpatsubst($2, [ .*], [])], [$4], [$3 printmsgchecking=0])]) 3739 m4_ifvaln([$4], 3740 [AC_COIN_HAS_MODULE_FALLBACK([$1], [m4_bpatsubst($2, [ .*], [])], [$4], [$3 printmsgchecking=0])], 3741 [AC_MSG_RESULT([skipped check via pkg-config])]) 3740 3742 fi 3741 3743
Note: See TracChangeset
for help on using the changeset viewer.