+2005-04-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
+
+ * Makefile.am, HACKING: Use lt__cd throughout.
+
2005-04-22 Gary V. Vaughan <gary@gnu.org>
The FSF are moving offices today. Changed their contact address
* Never use basename or dirname. Instead use sed.
-* Do not use `cd' within back-quotes, use `$(am__cd)' instead.
+* Do not use `cd' within back-quotes, use `$(lt__cd)' instead.
Otherwise the directory name may be printed, depending on CDPATH.
* In general, if a loop is required, it should be silent. Then the body
DIST_SUBDIRS = $(BUILD_SUBDIRS)
EXTRA_DIST =
+# Using `cd' in backquotes may print the directory name, use this instead:
+lt__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+
## ---------------- ##
## Libtool scripts. ##
@DIST_MAKEFILE_LIST@:
dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
test -d $$dir || mkdir $$dir || exit 1; \
- abs_srcdir=`cd $(srcdir) && pwd`; \
+ abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; \
(cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
$(SHELL) ./config.status tests/atconfig
DISTCLEANFILES += tests/atconfig
-lt__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
# Hook the test suite into the check rule