Mercurial > hg > octave-shane > gnulib-hg
changeset 16165:968a358953d5
localcharset: Use an absolute path in TESTS_ENVIRONMENT.
* modules/localcharset (LOCALCHARSET_TESTS_ENVIRONMENT): Use
$(abs_top_builddir) instead of $(top_builddir).
author | Ludovic Courtès <ludo@gnu.org> |
---|---|
date | Thu, 15 Dec 2011 01:10:48 +0100 |
parents | c155aeb8c42e |
children | 2cfd1ad79500 |
files | ChangeLog modules/localcharset |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-15 Ludovic Courtès <ludo@gnu.org> (tiny change) + + localcharset: Use an absolute path in TESTS_ENVIRONMENT. + * modules/localcharset (LOCALCHARSET_TESTS_ENVIRONMENT): Use + $(abs_top_builddir) instead of $(top_builddir). + 2011-12-14 Alex Nelson <ajnelson@cs.ucsc.edu> (tiny change) strftime-tests: also test nanoseconds
--- a/modules/localcharset +++ b/modules/localcharset @@ -24,7 +24,7 @@ configure.ac: gl_LOCALCHARSET -LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(top_builddir)/$gl_source_base\"" +LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\"" AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT]) Makefile.am: