summaryrefslogtreecommitdiff
path: root/t/subdir-cond-gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subdir-cond-gettext.sh')
-rw-r--r--t/subdir-cond-gettext.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/subdir-cond-gettext.sh b/t/subdir-cond-gettext.sh
index 023eff134..a203c025d 100644
--- a/t/subdir-cond-gettext.sh
+++ b/t/subdir-cond-gettext.sh
@@ -20,18 +20,18 @@ required=gettext
. test-init.sh
cat >> configure.ac << 'END'
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
AM_CONDITIONAL([MAUDE], [true])
ALL_LINGUAS=
AC_SUBST([ALL_LINGUAS])
END
-mkdir po intl
+mkdir po
: >config.rpath
cat > Makefile.am << 'END'
if MAUDE
-SUBDIRS = po intl
+SUBDIRS = po
else
SUBDIRS =
endif