From 2bc91c2c7f05bb86edae9f1d60dbeae7d248c96d Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Sun, 20 May 2001 20:01:31 +0000 Subject: [PATCH] * configure.in: Add id to ALL_LINGUAS --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5e600deb..31e5c7d7 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST dnl Set of available languages. -ALL_LINGUAS="da de es et fr gl it ko nl pl pt_BR ru sv" +ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv" AM_INIT_AUTOMAKE(findutils, 4.1.6)