about summary refs log tree commit diff stats
path: root/configure
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-05-30 03:32:17 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-05-30 03:32:17 -0400
commit18b746ffb0a4f762c7599a15642c3f994024fc5f (patch)
treec5bdd7049a8aaf7a978b26e949b63f21ff20eafa /configure
parent132787852d4cabd16c3fb46ecda9f5f544d60abd (diff)
downloadlynx-snapshots-18b746ffb0a4f762c7599a15642c3f994024fc5f.tar.gz
snapshot of project "lynx", label v2-8-2pre_9
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d1ee8fe9..a850ae90 100755
--- a/configure
+++ b/configure
@@ -667,7 +667,7 @@ if test ".$system_name" != ".$cf_cv_system_name" ; then
 fi
 
 
-ALL_LINGUAS="de es fr it ko nl no pl pt sl sv"
+test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
 
 
 
@@ -3400,7 +3400,7 @@ test $use_our_messages = yes && USE_OUR_MESSAGES=
 
 if test "$USE_INCLUDED_LIBINTL" = yes ; then
         if test "$nls_cv_force_use_gnu_gettext" = yes ; then
-		echo "configure: warning: Using included gettext anyway" 1>&2
+		echo "configure: warning: Using included gettext anyway, since none was found" 1>&2
 		SUB_MAKEFILE="intl/makefile"
 	else
 		INTLDIR_MAKE="#"