Changeset 2109
- Timestamp:
- Nov 14, 2009, 12:29:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/yat.m4
r2093 r2109 279 279 # be compatible with yat-config 0.5.x 280 280 AS_IF([$yat_config --atleast-version=0.6], 281 [YAT_LA_FILE=`$yat_config --link-libtool`;], 282 [YAT_LA_FILE=`$yat_config --yat-la-file`;]) 281 [YAT_LA_FILE=`$yat_config --yat-la-file`;], 282 [YAT_LA_FILE=`$yat_config --link-libtool`;]) 283 AS_IF([$yat_config --atleast-version=0.6], 284 [echo a], [echo b]) 283 285 AC_SUBST(YAT_LA_FILE) 284 286 YAT_LT_ADD=`$yat_config --link-libtool`;
Note: See TracChangeset
for help on using the changeset viewer.