Ignore:
Timestamp:
Mar 20, 2011, 12:06:05 AM (13 years ago)
Author:
Peter
Message:

adding a macro similar to AC_MSG_ERROR with the difference that it lets configure continue and exit with the error message(s) in the end of configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2442 r2445  
    7878yat_ld_add_flag_test.sh \
    7979yat_lt_link_ifelse_test.sh \
     80yat_msg_error_test.sh \
     81yat_msg_error_test2.sh \
    8082yat_m4_test.sh \
    8183yat_m4_test2.sh
     
    111113  $(top_builddir)/build_support/yat-config
    112114yat_m4_test2.log:$(top_srcdir)/m4/yat.m4 common_defs.sh
     115yat_msg_error_test.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh
     116yat_msg_error_test2.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh
    113117
    114118## We always rerun documentation_test. When sources for doxygen have
Note: See TracChangeset for help on using the changeset viewer.