Changeset 2237 for stable/0.7/coin.m4
- Timestamp:
- Jun 6, 2011 9:27:25 AM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
- Property svn:mergeinfo changed
/trunk merged: 2204,2235
- Property svn:mergeinfo changed
-
stable/0.7/coin.m4
r2231 r2237 3355 3355 m4_toupper($1_DATA_INSTALLED)= 3356 3356 3357 # initial list of dependencies is "$2", but we need to filter out version number specifications (= x, <= x, >= x )3358 projtoprocess="m4_bpatsubsts([$2], [<?>? =[ ]*[^ ]+])"3357 # initial list of dependencies is "$2", but we need to filter out version number specifications (= x, <= x, >= x, != x) 3358 projtoprocess="m4_bpatsubsts([$2], [<?>?!?=[ ]*[^ ]+])" 3359 3359 3360 3360 # we first expand the list of projects to process by adding all dependencies just behind the project which depends on it
Note: See TracChangeset
for help on using the changeset viewer.