[w3m-dev 03899] minor fixes

* acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/
* doc/README: update, fix typo
* doc-jp/FAQ.html: update, fix URL
* doc-jp/README: update
* doc-jp/README.SSL: update
* doc-jp/README.cookie: update
* doc-jp/README.img: update URL
* doc-jp/README.migemo: update
* doc-jp/STORY.html: fix URL
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
This commit is contained in:
Fumitoshi UKAI
2003-05-13 17:17:50 +00:00
parent d1deb1a3fb
commit 97cb76cb61
12 changed files with 39 additions and 36 deletions

View File

@@ -417,7 +417,7 @@ if test x"$with_ssl" != xno; then
SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then
SSL_CFLAGS="$SSLCFLAGS -I$dir/include"
SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then
SSL_LIBS="$SSL_LIBS -L$dir/lib"