* Makefile.am (maintainer-check): Don't check for 'cd' calls in m4.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 2 Oct 2001 16:00:04 +0000 (16:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 2 Oct 2001 16:00:04 +0000 (16:00 +0000)
commit22e0da02d82f97d46a47c88e47ddde00c80abccb
tree93cc4f7564c34251f2ec902a03c6f40da5ce1f7c
parentae12a4eba946e56711390cb125517dc9b2e270b1
* Makefile.am (maintainer-check): Don't check for 'cd' calls in m4.
* lib/am/tags.am (GTAGS): Use $(am__cd) instead of 'CDPATH=: && cd'.
* lib/am/dejagnu.am (check-DEJAGNU): Likewise.
* lib/am/distdir.am (distcheck): Likewise.
* lib/am/texinfos.am (install-info-am, dist-info): Rewrite without
using cd so we don't have to fiddle with CDPATH.
* lib/am/header-vars.am (am__cd): Define so as to support Zsh and
DOSish path separator.
ChangeLog
Makefile.am
Makefile.in
lib/am/dejagnu.am
lib/am/distdir.am
lib/am/header-vars.am
lib/am/tags.am
lib/am/texinfos.am