1999-01-18 03:18:39 +00:00
|
|
|
--- configure.orig Sun Jan 10 10:55:54 1999
|
|
|
|
+++ configure Mon Jan 11 09:36:16 1999
|
|
|
|
@@ -2214,7 +2214,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
|
1999-01-18 03:18:39 +00:00
|
|
|
#line 2220 "configure"
|
1998-11-25 10:44:01 +00:00
|
|
|
#include "confdefs.h"
|
1999-01-18 03:18:39 +00:00
|
|
|
@@ -2314,8 +2314,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"
|
1999-01-18 03:18:39 +00:00
|
|
|
-supported_wprefs_locales="pt hr fr ko ja cs"
|
|
|
|
+supported_locales="cs de es fr gl it ja_JP.EUC ko nl no pt ru se tr fi hr el pl ro"
|
|
|
|
+supported_wprefs_locales="pt hr fr ko ja_JP.EUC cs"
|
1998-11-25 10:44:01 +00:00
|
|
|
|
|
|
|
for lang in $LINGUAS; do
|
|
|
|
ok=0
|
1999-01-18 03:18:39 +00:00
|
|
|
@@ -4356,7 +4356,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"
|
1999-01-18 03:18:39 +00:00
|
|
|
{ (eval echo configure:4361: \"$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
|