]> sourceware.org Git - automake.git/commit
* automake.in (am_macro_for_var): Add LIBTOOL.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 3 Jul 2002 18:50:03 +0000 (18:50 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 3 Jul 2002 18:50:03 +0000 (18:50 +0000)
commit6aefd4354b566215a93943320f5914710eef1096
tree7900d9112641acb18afd0eba4f688c209f962f51
parentad8ebabe9849e9bdbb575d3d905daa52628c570b
* automake.in (am_macro_for_var): Add LIBTOOL.
(ac_macro_for_var): Add RANLIB.
(seen_libtool): Remove.
(handle_libtool, lang_c_finish, define_compiler_variable,
make_paragraphs): Use
variable_defined ('LIBTOOL') instead of $seen_libtool.
(handle_languages) <%transform>: Don't set 'LIBTOOL', it is
already done in make_paragraphs.
(handle_libraries): Simplify by requiring RANLIB with
&require_variables_for_macro.
(handle_ltlibraries): Simplify by requiring LIBTOOL with
&require_variables_for_macro.
(scan_autoconf_traces): Don't trace for AC_PROG_LIBTOOL and
AM_PROG_LIBTOOL.
* tests/libtool4.test, tests/library2.test: New files.
* tests/Makefile.in (TESTS): Add libtool4.test and library2.test.
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/library2.test [new file with mode: 0755]
tests/libtool4.test [new file with mode: 0755]
This page took 0.030831 seconds and 5 git commands to generate.