2002-06-25 H.J. Lu <hjl@gnu.org>

* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
	* Makefile.in: Regenerated.
This commit is contained in:
H.J. Lu
2002-06-26 01:12:32 +00:00
parent 93e0c1ccea
commit a13a0de813
9 changed files with 21 additions and 0 deletions

View File

@ -534,6 +534,7 @@ check-DEJAGNU: site.exp
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
export TCL_LIBRARY; \
fi; \
LC_ALL=C; export LC_ALL; \
runtest=$(RUNTEST); \
cd testsuite; \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \