]> sourceware.org Git - automake.git/commit
* Makefile.am (maintainer-check): Check for unquoted $(DESTDIR) uses.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Jan 2004 20:50:41 +0000 (20:50 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Jan 2004 20:50:41 +0000 (20:50 +0000)
commit6fd9bdf1d138b4955614b2cf616393a8cb8ec09e
tree830ebe3fff5143e70bb2066382041f2e5464a9b6
parent2b88d90a76d393a48c324b5b8518e323c4c3680d
* Makefile.am (maintainer-check): Check for unquoted $(DESTDIR) uses.
* lib/am/data.am, lib/am/distdir.am, lib/am/java.am, lib/am/libs.am,
lib/am/lisp.am, lib/am/ltlib.am, lib/am/mans.am, lib/am/progs.am,
lib/am/python.am, lib/am/scripts.am, lib/am/texinfos.am: Quote
installation paths in install, uninstall, and installcheck rules,
as well as in am__installdirs variables.  This is for the sake
of paths containing spaces.
* lib/am/install.am (installdirs-am, installdirs): Do not try
to create "" directories.
* test/instspc.test: New file.
* test/Makefile.am (TESTS): Add instspc.test.
Report from James Amundson.
24 files changed:
ChangeLog
Makefile.am
Makefile.in
THANKS
doc/Makefile.in
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/data.am
lib/am/distdir.am
lib/am/install.am
lib/am/java.am
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/mans.am
lib/am/progs.am
lib/am/python.am
lib/am/scripts.am
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/instspc.test [new file with mode: 0755]
This page took 0.034667 seconds and 5 git commands to generate.