Changeset 1899
- Timestamp:
- Apr 16, 2009, 5:41:53 PM (14 years ago)
- Location:
- trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/common_defs.sh.in
r1856 r1899 110 110 AM_CPPFLAGS = \$(YAT_CPPFLAGS) 111 111 AM_CXXFLAGS = \$(YAT_CXXFLAGS) 112 LDADD = \$(YAT_L A_FILE)112 LDADD = \$(YAT_LDADD) 113 113 bin_PROGRAMS = hello 114 114 TESTS = hello -
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.