Ignore:
Timestamp:
Jul 26, 2011, 10:46:55 PM (12 years ago)
Author:
Peter
Message:

suggest AC_MSG_FAILURE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/build_tool.doxygen

    r2384 r2529  
    5454  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
    5555
    56 clean:; rm -f $(OBJECTS) $(BIN)
     56clean:; $(RM) $(OBJECTS) $(BIN)
    5757\endverbatim
    5858
     
    8181
    8282\verbatim
    83    AC_MSG_ERROR([could not find required version of yat])
     83   AC_MSG_FAILURE([could not find required version of yat])
    8484\endverbatim
    8585
Note: See TracChangeset for help on using the changeset viewer.