Changeset 2524


Ignore:
Timestamp:
Jul 20, 2011, 1:29:16 AM (12 years ago)
Author:
Peter
Message:

update to autoconf-archive 2011-07-17 and correct some dependencies for lazy check

Location:
trunk
Files:
6 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/ax_ac_print_to_file.m4

    r2327 r2524  
    99# DESCRIPTION
    1010#
    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 use
    13 #   AX_PRINT_TO_FILE instead.
     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.
    1414#
    1515# LICENSE
     
    2222#   warranty.
    2323
    24 #serial 7
     24#serial 8
    2525
    2626AC_DEFUN([AX_AC_PRINT_TO_FILE],[
  • trunk/test/Makefile.am

    r2517 r2524  
    103103  common_defs.sh
    104104yat_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
    106108yat_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
    108113yat_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
    110118yat_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
    112121yat_m4_test.log:$(top_srcdir)/m4/yat.m4 common_defs.sh \
    113122  $(top_builddir)/build_support/yat-config
Note: See TracChangeset for help on using the changeset viewer.