Changeset 1899 for trunk/test/yat_m4_test.sh
- Timestamp:
- Apr 16, 2009, 5:41:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/yat_m4_test.sh
r1856 r1899 34 34 [AC_MSG_ERROR([could not find required version of yat])]) 35 35 YAT_CHECK_HEADER(,[AC_MSG_ERROR([could not find yat headers])]) 36 YAT_L A_FILE=\`\$yat_config --link-libtool\`37 AC_SUBST(YAT_L A_FILE)36 YAT_LDADD=\`\$yat_config --link-libtool\` 37 AC_SUBST(YAT_LDADD) 38 38 EOF 39 39 $move_if_change -v acinclude.m4.tmp acinclude.m4
Note: See TracChangeset
for help on using the changeset viewer.