Changeset 2242
- Timestamp:
- Jun 9, 2011 1:29:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r2238 r2242 3123 3123 m4_toupper($1_CFLAGS)= 3124 3124 m4_toupper($1_DATA)= 3125 m4_toupper($1_DEPENDENCIES)= 3126 m4_toupper($1_PCLIBS)= 3127 m4_toupper($1_PCREQUIRES)= 3128 m4_toupper($1_DATA)= 3125 3129 AC_SUBST(m4_toupper($1_LIBS)) 3126 3130 AC_SUBST(m4_toupper($1_CFLAGS)) … … 3150 3154 m4_tolower(coin_has_$1)=yes 3151 3155 m4_toupper($1_LIBS)="$withval" 3156 m4_toupper($1_PCLIBS)="$withval" 3152 3157 coin_foreach_w([myvar], [$3], [ 3153 3158 m4_toupper(myvar)_PCLIBS="$withval $m4_toupper(myvar)_PCLIBS" … … 3221 3226 m4_toupper($1_LIBS)=`echo " $m4_toupper($1_LIBS) " | [sed -e 's/ \(\/[^ ]*\/\)\([^ ]*\)\.lib / \`$(CYGPATH_W) \1 | sed -e "s|\\\\\\\\\\\\\\\\\\\\|\/|g"\`\2.lib /g']` 3222 3227 fi 3228 m4_toupper($1_PCREQUIRES)="$2" 3223 3229 3224 3230 # augment X_PCREQUIRES, X_CFLAGS, and X_LIBS for each build target X in $3 … … 3279 3285 AC_MSG_NOTICE([$1 DATA is $m4_toupper($1)_DATA]) 3280 3286 fi 3281 if test -n "$m4_toupper($1)_CFLAGS" ; then 3282 AC_MSG_NOTICE([$1 CFLAGS are $m4_toupper($1)_CFLAGS]) 3287 if test -n "$m4_toupper($1)_PCLIBS" ; then 3288 AC_MSG_NOTICE([$1 PCLIBS are $m4_toupper($1)_PCLIBS]) 3289 fi 3290 if test -n "$m4_toupper($1)_PCREQUIRES" ; then 3291 AC_MSG_NOTICE([$1 PCREQUIRES are $m4_toupper($1)_PCREQUIRES]) 3283 3292 fi 3284 3293 coin_foreach_w([myvar], [$3], [ … … 3354 3363 m4_toupper($1_DATA)= 3355 3364 m4_toupper($1_DATA_INSTALLED)= 3365 m4_toupper($1_PCLIBS)= 3366 m4_toupper($1_PCREQUIRES)= 3356 3367 3357 3368 # initial list of dependencies is "$2", but we need to filter out version number specifications (= x, <= x, >= x, != x) … … 3544 3555 fi 3545 3556 3557 m4_toupper($1_PCREQUIRES)="$2" 3546 3558 coin_foreach_w([myvar], [$3], [ 3547 3559 m4_toupper(myvar)_PCREQUIRES="$2 $m4_toupper(myvar)_PCREQUIRES"
Note: See TracChangeset
for help on using the changeset viewer.