diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-30 03:32:17 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-30 03:32:17 -0400 |
commit | 18b746ffb0a4f762c7599a15642c3f994024fc5f (patch) | |
tree | c5bdd7049a8aaf7a978b26e949b63f21ff20eafa /configure.in | |
parent | 132787852d4cabd16c3fb46ecda9f5f544d60abd (diff) | |
download | lynx-snapshots-18b746ffb0a4f762c7599a15642c3f994024fc5f.tar.gz |
snapshot of project "lynx", label v2-8-2pre_9
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ea491fda..e2560f6c 100644 --- a/configure.in +++ b/configure.in @@ -11,8 +11,8 @@ AC_CONFIG_HEADER(lynx_cfg.h:config.hin) CF_CHECK_CACHE -dnl Set of available languages (wishful thinking :-). -ALL_LINGUAS="de es fr it ko nl no pl pt sl sv" +dnl Set of available languages (based on source distribution) +test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'` AC_PREFIX_DEFAULT(/usr/local) @@ -127,7 +127,7 @@ SUB_MAKEFILE= CF_OUR_MESSAGES if test "$USE_INCLUDED_LIBINTL" = yes ; then if test "$nls_cv_force_use_gnu_gettext" = yes ; then - AC_MSG_WARN(Using included gettext anyway, since none was found) + AC_MSG_WARN(Using included gettext anyway[,] since none was found) SUB_MAKEFILE="intl/makefile" else INTLDIR_MAKE="#" |