- Timestamp:
- Oct 3, 2011, 12:25:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/build_tool.doxygen
r2564 r2574 71 71 72 72 \verbatim 73 YAT_CHECK_YAT([minimum-version], [action-if-found], [action-if-not-found])73 YAT_CHECK_YAT([minimum-version=0.5], [action-if-found], [action-if-not-found]) 74 74 \endverbatim 75 75 … … 81 81 82 82 \verbatim 83 83 AC_MSG_FAILURE([could not find required version of yat]) 84 84 \endverbatim 85 85 … … 91 91 92 92 \verbatim 93 94 95 96 93 AM_CPPFLAGS = $(YAT_CPPFLAGS) 94 AM_CXXFLAGS = $(YAT_CXXFLAGS) 95 AM_LDFLAGS = $(YAT_LDFLAGS) 96 LDADD = $(YAT_LIBS) 97 97 \endverbatim 98 98
Note: See TracChangeset
for help on using the changeset viewer.