Changeset 3034
- Timestamp:
- Apr 30, 2013, 11:31:05 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/yat_lt_link_ifelse.m4
r3033 r3034 32 32 33 33 # 34 # serial 334 # serial 4 (yat 0.11) 35 35 # 36 36 … … 66 66 # YAT_USE_LIBTOOL_POP 67 67 # -------------------- 68 69 68 # Restore values of `$ac_link' and `$ac_compile' to what they were 70 69 # prior YAT_USE_LIBTOOL_PUSH … … 83 82 # internal macro to select tag depending on active library 84 83 m4_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 99 99 test/yat_revision_header_test.sh \ 100 100 test/yat_svn_release_year_test.sh \ 101 test/yat_svn_revision_test.sh 101 test/yat_svn_revision_test.sh \ 102 test/yat_use_libtool_tag_test.sh 102 103 103 104 TESTS += $(DISTRIBUTED_TESTS) … … 166 167 $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 167 168 $(top_srcdir)/m4/ax_file_escapes.m4 169 test/yat_use_libtool_tag_test.log: test/common_defs.sh \ 170 $(top_srcdir)/m4/yat_lt_link_ifelse.m4 168 171 169 172 if DX_ENABLE_HTML
Note: See TracChangeset
for help on using the changeset viewer.