mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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_LC_MESSAGES
|
||||||
AM_WITH_NLS([$1],[$2],[$3])
|
AM_WITH_NLS([$1],[$2],[$3])
|
||||||
|
|
||||||
if test "x$CATOBJEXT" != "x"; then
|
|
||||||
if test "x$ALL_LINGUAS" = "x"; then
|
if test "x$ALL_LINGUAS" = "x"; then
|
||||||
LINGUAS=
|
LINGUAS=
|
||||||
else
|
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.
|
dnl Construct list of names of catalog files to be constructed.
|
||||||
if test -n "$LINGUAS"; then
|
if test -n "$LINGUAS"; then
|
||||||
for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
|
for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang.gmo"; done
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
|
dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
|
||||||
|
Loading…
Reference in New Issue
Block a user