1998-12-10 22:15:08 +00:00
|
|
|
--- configure.orig Fri Nov 27 20:24:31 1998
|
|
|
|
+++ configure Sat Dec 5 21:46:08 1998
|
|
|
|
@@ -2012,7 +2012,7 @@
|
1998-11-25 10:44:01 +00:00
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
-LIBS="-lintl $LIBS"
|
1998-12-10 22:15:08 +00:00
|
|
|
+LIBS="-L${LOCALBASE}/lib -lintl $LIBS"
|
1998-11-25 10:44:01 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1998-12-10 22:15:08 +00:00
|
|
|
#line 2018 "configure"
|
1998-11-25 10:44:01 +00:00
|
|
|
#include "confdefs.h"
|
1998-12-10 22:15:08 +00:00
|
|
|
@@ -2112,8 +2112,8 @@
|
1998-11-25 10:44:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro"
|
|
|
|
-supported_wprefs_locales="pt hr fr ko ja"
|
|
|
|
+supported_locales="cs de es fr gl it ja_JP.EUC ja_JP.SJIS ko nl no pt ru se tr fi hr el pl ro"
|
|
|
|
+supported_wprefs_locales="pt hr fr ko ja_JP.EUC ja_JP.SJIS"
|
|
|
|
|
|
|
|
for lang in $LINGUAS; do
|
|
|
|
ok=0
|
1998-12-10 22:15:08 +00:00
|
|
|
@@ -4151,7 +4151,7 @@
|
1998-11-25 10:44:01 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$ac_hdr>
|
|
|
|
EOF
|
|
|
|
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1998-12-10 22:15:08 +00:00
|
|
|
+ac_try="$ac_cpp -I${LOCALBASE}/include conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
{ (eval echo configure:4156: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1998-11-25 10:44:01 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
|
|
|
if test -z "$ac_err"; then
|