mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Oops, generate CATALOGS again.
This commit is contained in:
parent
799529476c
commit
5b67102f62
@ -183,7 +183,6 @@ strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
|
||||
AM_LC_MESSAGES
|
||||
AM_WITH_NLS([$1],[$2],[$3])
|
||||
|
||||
if test "x$CATOBJEXT" != "x"; then
|
||||
if test "x$ALL_LINGUAS" = "x"; then
|
||||
LINGUAS=
|
||||
else
|
||||
@ -211,8 +210,7 @@ strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
|
||||
|
||||
dnl Construct list of names of catalog files to be constructed.
|
||||
if test -n "$LINGUAS"; then
|
||||
for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
|
||||
fi
|
||||
for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang.gmo"; done
|
||||
fi
|
||||
|
||||
dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
|
||||
|
Loading…
Reference in New Issue
Block a user