]> sourceware.org Git - automake.git/commit
* Makefile.am (maintainer-check): Do not require SHELL=/bin/sh
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 10 Jan 2003 18:15:18 +0000 (18:15 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 10 Jan 2003 18:15:18 +0000 (18:15 +0000)
commitaf3bace2dcddaf078f1b6f14095263c84abd4589
tree2b118a5c35a4ce1ee02aa1b6fecfd3d22af4bf44
parenta428de468529611c8d7761deb772f95d348a65bb
* Makefile.am (maintainer-check): Do not require SHELL=/bin/sh
after $MAKE -e.
* tests/ansi3.test, tests/ansi5.test, tests/cond22.test,
tests/man2.test, tests/subobj3.test, tests/suffix8.test,
tests/suffix11.test: Do not set SHELL=/bin/sh after $MAKE -e.
$SHELL is overridden by tests/defs, so it won't hurt even
if $MAKE -e uses the $SHELL envvar.
* tests/ansi.test, tests/insh2.test, tests/texinfo.test,
tests/texinfo8.test: Use SHELL=$SHELL, not SHELL=/bin/sh.
Reported by Richard Dawe.
16 files changed:
ChangeLog
Makefile.am
Makefile.in
THANKS
lib/elisp-comp
tests/ansi.test
tests/ansi3.test
tests/ansi5.test
tests/cond22.test
tests/insh2.test
tests/man2.test
tests/subobj3.test
tests/suffix11.test
tests/suffix8.test
tests/texinfo.test
tests/texinfo8.test
This page took 0.029811 seconds and 5 git commands to generate.