Changeset 2109


Ignore:
Timestamp:
Nov 14, 2009, 12:29:07 AM (14 years ago)
Author:
Peter
Message:

fixed bug on how to set YAT_LA_FILE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/yat.m4

    r2093 r2109  
    279279                    # be compatible with yat-config 0.5.x
    280280                    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])
    283285                    AC_SUBST(YAT_LA_FILE)
    284286                    YAT_LT_ADD=`$yat_config --link-libtool`;
Note: See TracChangeset for help on using the changeset viewer.