summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-02-17 21:00:06 +0000
committerjbj <devnull@localhost>2000-02-17 21:00:06 +0000
commitbbcdd265694c3ea39517a96c56f4259648e062d1 (patch)
tree71ac2ac556f4f1e56d4e5998279ff0b511b7bf54 /aclocal.m4
parent685f9f501b1b07b24a7f6bdac535b256b5f5f8d1 (diff)
downloadrpm-bbcdd265694c3ea39517a96c56f4259648e062d1.tar.gz
add sl.po from Primoz Peterlin <peterlin@biofiz.mf.uni-lj.si>.
CVS patchset: 3569 CVS date: 2000/02/17 21:00:06
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 98c910d08..56e7a82fe 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -892,7 +892,7 @@ strdup __argz_count __argz_stringify __argz_next])
else
AC_MSG_CHECKING(for catalogs to be installed)
NEW_LINGUAS=
- for lang in $ALL_LINGUAS; do
+ for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
*$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
esac