Changeset 2694
- Timestamp:
- Feb 28, 2012, 2:00:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/yat_m4_test.sh
r2608 r2694 38 38 [AC_MSG_ERROR([could not find required version of yat])]) 39 39 YAT_CHECK_HEADER(,[AC_MSG_ERROR([could not find yat headers])]) 40 YAT_LDADD=\`\$yat_config --link-libtool\` 40 YAT_LDADD=\`\$yat_config --link-libtool\` 41 41 AC_SUBST(YAT_LDADD) 42 42 AC_CONFIG_FILES([Makefile]) … … 45 45 46 46 bootstrap 47 ./configure - -with-yat=$abs_top_builddir/build_support/yat-config47 ./configure -C --with-yat=$abs_top_builddir/build_support/yat-config 48 48 49 49 make 50 50 ./hello || exit_fail 51 51 52 ./configure -C --with-yat=$abs_top_builddir/build_support/yat-config > stdout 53 cat stdout 54 grep yat stdout 55 grep "version in 'yat/utility/version.h'" stdout | grep cached || exit_failure 56 52 57 exit_success
Note: See TracChangeset
for help on using the changeset viewer.