summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/Makefile.am28
2 files changed, 18 insertions, 14 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index b374ae2..7207077 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-15 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (TESTS_ENVIRONMENT): Don't use $(transform) here.
+
2001-12-17 Bruno Haible <bruno@clisp.org>
* msgexec-2: Don't use 'tr'. It is broken on Solaris.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7d810d0..7dd81a5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -61,20 +61,20 @@ XGETTEXT = ../src/xgettext
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \
GETTEXT=tstgettext \
NGETTEXT=tstngettext \
- XGETTEXT=`echo xgettext|sed '$(transform)'` \
- MSGATTRIB=`echo msgattrib|sed '$(transform)'` \
- MSGCAT=`echo msgcat|sed '$(transform)'` \
- MSGCMP=`echo msgcmp|sed '$(transform)'` \
- MSGCOMM=`echo msgcomm|sed '$(transform)'` \
- MSGCONV=`echo msgconv|sed '$(transform)'` \
- MSGEN=`echo msgen|sed '$(transform)'` \
- MSGEXEC=`echo msgexec|sed '$(transform)'` \
- MSGFILTER=`echo msgfilter|sed '$(transform)'` \
- MSGFMT=`echo msgfmt|sed '$(transform)'` \
- MSGGREP=`echo msggrep|sed '$(transform)'` \
- MSGMERGE=`echo msgmerge|sed '$(transform)'` \
- MSGUNFMT=`echo msgunfmt|sed '$(transform)'` \
- MSGUNIQ=`echo msguniq|sed '$(transform)'` \
+ XGETTEXT=xgettext \
+ MSGATTRIB=msgattrib \
+ MSGCAT=msgcat \
+ MSGCMP=msgcmp \
+ MSGCOMM=msgcomm \
+ MSGCONV=msgconv \
+ MSGEN=msgen \
+ MSGEXEC=msgexec \
+ MSGFILTER=msgfilter \
+ MSGFMT=msgfmt \
+ MSGGREP=msggrep \
+ MSGMERGE=msgmerge \
+ MSGUNFMT=msgunfmt \
+ MSGUNIQ=msguniq \
OBJEXT='@OBJEXT@' EXEEXT='@EXEEXT@' \
LIBTOOL='@LIBTOOL@' \
CC='@CC@' CFLAGS='@CFLAGS@' \