From 10e81be44094541d3ef632e6e89b8641ecfb91c6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 15 Nov 2007 15:00:34 +0000 Subject: [PATCH] Add definition of CHARSETALIASDIR to TESTS_ENVIRONMENT, to allow locale_charset to find charset.alias before running "make install". --- tests/ChangeLog | 6 ++++++ tests/automake.mk | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index aa1d9e1d..08f43500 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2007-11-15 Ben Pfaff + + * automake.mk: Add definition of CHARSETALIASDIR to + TESTS_ENVIRONMENT, to allow locale_charset to find charset.alias + before running "make install". + 2007-11-10 Ben Pfaff * bugs/compression.sh: Pass -b option to diff to avoid spurious diff --git a/tests/automake.mk b/tests/automake.mk index 7f461fa9..409c6bf9 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -2,6 +2,10 @@ TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' TESTS_ENVIRONMENT += PERL='@PERL@' + +# Allow locale_charset to find charset.alias before running "make install". +TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl' + dist_TESTS = \ tests/command/aggregate.sh \ tests/command/autorecod.sh \ -- 2.30.2