Changeset 3034


Ignore:
Timestamp:
Apr 30, 2013, 11:31:05 PM (10 years ago)
Author:
Peter
Message:

fix bug that libtool tags were not expanded correctly

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/yat_lt_link_ifelse.m4

    r3033 r3034  
    3232
    3333#
    34 # serial 3
     34# serial 4 (yat 0.11)
    3535#
    3636
     
    6666# YAT_USE_LIBTOOL_POP
    6767# --------------------
    68 
    6968# Restore values of `$ac_link' and `$ac_compile' to what they were
    7069# prior YAT_USE_LIBTOOL_PUSH
     
    8382# internal macro to select tag depending on active library
    8483m4_define([_YAT_USE_LIBTOOL_TAG],
    85 [AC_LANG_CASE([C], [CC], dnl
    86               [C++], [CXX], dnl
    87               [Fortran 77], [F77], dnl
    88               [Fortran], [FC]) dnl
    89 ])
     84[AC_LANG_CASE([C],[CC],[C++],[CXX],[Fortran 77], [F77],[Fortran], [FC])])
  • trunk/test/Makefile.am

    r3018 r3034  
    9999test/yat_revision_header_test.sh \
    100100test/yat_svn_release_year_test.sh \
    101 test/yat_svn_revision_test.sh
     101test/yat_svn_revision_test.sh \
     102test/yat_use_libtool_tag_test.sh
    102103
    103104TESTS += $(DISTRIBUTED_TESTS)
     
    166167  $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
    167168  $(top_srcdir)/m4/ax_file_escapes.m4
     169test/yat_use_libtool_tag_test.log: test/common_defs.sh \
     170  $(top_srcdir)/m4/yat_lt_link_ifelse.m4
    168171
    169172if DX_ENABLE_HTML
Note: See TracChangeset for help on using the changeset viewer.