locale_charset to find charset.alias before running "make install".
+2007-11-15 Ben Pfaff <blp@gnu.org>
+
+ * 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 <blp@gnu.org>
* bugs/compression.sh: Pass -b option to diff to avoid spurious
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 \