summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/autopoint-2
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/autopoint-2')
-rwxr-xr-xgettext-tools/tests/autopoint-212
1 files changed, 6 insertions, 6 deletions
diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2
index 294765c..de0708f 100755
--- a/gettext-tools/tests/autopoint-2
+++ b/gettext-tools/tests/autopoint-2
@@ -18,8 +18,8 @@ ${AUTOCONF} >/dev/null 2>/dev/null \
rm -f configure.ac
-gettext_dir=$top_builddir/misc
-export gettext_dir
+gettext_datadir=$top_builddir/misc
+export gettext_datadir
# Check for not copying libintl source.
cat <<EOF >configure.ac
@@ -35,7 +35,7 @@ AC_CONFIG_FILES([po/Makefile.in])
AC_OUTPUT
EOF
-$gettext_dir/autopoint >/dev/null 2>/dev/null || exit 1
+$gettext_datadir/autopoint >/dev/null 2>/dev/null || exit 1
test ! -d intl || exit 1
test -d m4 || exit 1
@@ -60,7 +60,7 @@ AC_CONFIG_FILES([po/Makefile.in])
AC_OUTPUT
EOF
-$gettext_dir/autopoint >/dev/null 2>/dev/null || exit 1
+$gettext_datadir/autopoint >/dev/null 2>/dev/null || exit 1
test -d intl || exit 1
test -d m4 || exit 1
@@ -92,7 +92,7 @@ AC_CONFIG_FILES([po/Makefile.in])
AC_OUTPUT
EOF
-$gettext_dir/autopoint >/dev/null 2>/dev/null || exit 1
+$gettext_datadir/autopoint >/dev/null 2>/dev/null || exit 1
test ! -d intl || exit 1
test ! -d m4 || exit 1
@@ -119,7 +119,7 @@ AC_CONFIG_FILES([po/Makefile.in])
AC_OUTPUT
EOF
-$gettext_dir/autopoint >/dev/null 2>/dev/null || exit 1
+$gettext_datadir/autopoint >/dev/null 2>/dev/null || exit 1
test ! -d intl || exit 1
test -d m4 || exit 1