diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-12-23 00:44:34 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-12-23 00:44:34 +0100 |
commit | 3749d843083e552232579a85288e7dfee126ad91 (patch) | |
tree | 44effe00f6ff4e2ca26af00f1ff2ce6faf92249c /tests/gettext-macros.test | |
parent | 72c8dcb2f15d3a70fa43b6a8592072ddd22e6bb3 (diff) | |
parent | 3c5d083ebc71d90a9870eb86544d2dcad2b9876c (diff) | |
download | automake-3749d843083e552232579a85288e7dfee126ad91.tar.gz |
Merge branch 'maint'
* maint:
tests: avoid spurious failure of libtool and gettext tests
Diffstat (limited to 'tests/gettext-macros.test')
-rwxr-xr-x | tests/gettext-macros.test | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/gettext-macros.test b/tests/gettext-macros.test index 7fe1274f1..5dd3a79d9 100755 --- a/tests/gettext-macros.test +++ b/tests/gettext-macros.test @@ -46,10 +46,8 @@ else fi if $am_gettextize_command --force && test -f m4/gettext.m4; then - unindent >> get.sh <<END - ACLOCAL_PATH="`pwd`/m4":\$ACLOCAL_PATH - export ACLOCAL_PATH -END + echo "ACLOCAL_PATH='`pwd`/m4':\$ACLOCAL_PATH" >> get.sh + echo "export ACLOCAL_PATH" >> get.sh else # Older versions of gettext might not have a gettextize program # available, but this doesn't mean the user hasn't made the gettext |