Changeset 2524
- Timestamp:
- Jul 20, 2011, 1:29:16 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_ac_print_to_file.m4
r2327 r2524 9 9 # DESCRIPTION 10 10 # 11 # Writes the specified data to the specified file when Autoconf is is run.12 # If you want to print to a file when configure is run use13 # AX_PRINT_TO_FILEinstead.11 # Writes the specified data to the specified file when Autoconf is run. If 12 # you want to print to a file when configure is run use AX_PRINT_TO_FILE 13 # instead. 14 14 # 15 15 # LICENSE … … 22 22 # warranty. 23 23 24 #serial 724 #serial 8 25 25 26 26 AC_DEFUN([AX_AC_PRINT_TO_FILE],[ -
trunk/test/Makefile.am
r2517 r2524 103 103 common_defs.sh 104 104 yat_cpp_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ 105 $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh 105 $(top_srcdir)/m4/ax_append_flag.m4 \ 106 $(top_srcdir)/m4/ax_check_preproc_flag.m4 \ 107 common_defs.sh 106 108 yat_cxx_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ 107 $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh 109 $(top_srcdir)/m4/ax_append_compile_flag.m4 \ 110 $(top_srcdir)/m4/ax_append_flag.m4 \ 111 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 112 common_defs.sh 108 113 yat_ld_add_flag_test.log: $(top_srcdir)/m4/yat_add_flag.m4 \ 109 $(top_srcdir)/m4/ax_check_flag.m4 common_defs.sh 114 $(top_srcdir)/m4/ax_append_flag.m4 \ 115 $(top_srcdir)/m4/ax_append_link_flag.m4 \ 116 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 117 common_defs.sh 110 118 yat_lt_link_ifelse_test.log: $(top_srcdir)/m4/yat_lt_link_ifelse.m4 \ 111 common_defs.sh 119 $(top_srcdir)/m4/yat.m4 common_defs.sh \ 120 $(top_builddir)/build_support/yat-config 112 121 yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \ 113 122 $(top_builddir)/build_support/yat-config
Note: See TracChangeset
for help on using the changeset viewer.