]> sourceware.org Git - automake.git/commit
Fix for PR automake/300:
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Mar 2002 21:34:12 +0000 (21:34 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Mar 2002 21:34:12 +0000 (21:34 +0000)
commit9a35a91575dd2148b0612990108a0e15dad2f7c6
treecc14873bf8204792cad0e3d71601f17644f37a77
parent3da41996c928e463f37d0122d4c67b854084ac0e
Fix for PR automake/300:
* tests/pr300-lib.test, tests/pr300-ltlib.test,
tests/pr300-prog.test: New files.
* tests/Makefile.am (TESTS): Add them.
* automake.in (handle_ltlibraries): Strip nobase_ prefix to
compute the directory.
* lib/am/header-vars.am (install_sh_PROGRAM): New variable.
* lib/am/libs.am (%DIR%LIBRARIES_INSTALL): New variable.
(install-%DIR%LIBRARIES): Use it.  Honor nobase_.
(uninstall-%DIR%LIBRARIES): Honor nobase_.
* lib/am/ltlibs.am (%DIR%LTLIBRARIES_INSTALL): New variable.
(install-%DIR%LTLIBRARIES): Use it.  Honor nobase_.
(uninstall-%DIR%LTLIBRARIES): Honor nobase_.
* lib/am/progs.am (%DIR%PROGRAMS_INSTALL): New variable.
(install-%DIR%PROGRAMS): Use it.  Honor nobase_.
(uninstall-%DIR%PROGRAMS): Honor nobase_.
See also the fix for nobase.test on 2001-11-09.
13 files changed:
ChangeLog
Makefile.in
automake.in
configure
lib/am/header-vars.am
lib/am/libs.am
lib/am/ltlib.am
lib/am/progs.am
tests/Makefile.am
tests/Makefile.in
tests/pr300-lib.test [new file with mode: 0755]
tests/pr300-ltlib.test [new file with mode: 0755]
tests/pr300-prog.test [new file with mode: 0755]
This page took 0.030533 seconds and 5 git commands to generate.