[w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop
* acinclude.m4 (AC_W3M_MIGEMO): dont define USE_MIGEMO when with_migemo=no From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-03-19 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
|
* [w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop
|
||||||
|
* acinclude.m4 (AC_W3M_MIGEMO): dont define USE_MIGEMO
|
||||||
|
when with_migemo=no
|
||||||
|
|
||||||
2003-03-14 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2003-03-14 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||||
|
|
||||||
* [w3m-dev 03823] Re: etc.c: treatment for "%7E" is added to expandName()
|
* [w3m-dev 03823] Re: etc.c: treatment for "%7E" is added to expandName()
|
||||||
@@ -7541,4 +7547,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.795 2003/03/13 17:47:45 ukai Exp $
|
$Id: ChangeLog,v 1.796 2003/03/18 15:25:47 ukai Exp $
|
||||||
|
@@ -224,7 +224,7 @@ AC_DEFUN([AC_W3M_MIGEMO],
|
|||||||
AC_ARG_WITH(migemo,
|
AC_ARG_WITH(migemo,
|
||||||
[ --with-migemo=MIGEMO_COMMAND migemo command],
|
[ --with-migemo=MIGEMO_COMMAND migemo command],
|
||||||
[test x"$with_migemo" = xyes || migemo_command="$with_migemo"])
|
[test x"$with_migemo" = xyes || migemo_command="$with_migemo"])
|
||||||
if test "${with_migemo+set}" = set; then
|
if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then
|
||||||
AC_DEFINE(USE_MIGEMO)
|
AC_DEFINE(USE_MIGEMO)
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($migemo_command)
|
AC_MSG_RESULT($migemo_command)
|
||||||
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -236,7 +236,7 @@ AC_DEFUN([AC_W3M_MIGEMO],
|
|||||||
AC_ARG_WITH(migemo,
|
AC_ARG_WITH(migemo,
|
||||||
[ --with-migemo=MIGEMO_COMMAND migemo command],
|
[ --with-migemo=MIGEMO_COMMAND migemo command],
|
||||||
[test x"$with_migemo" = xyes || migemo_command="$with_migemo"])
|
[test x"$with_migemo" = xyes || migemo_command="$with_migemo"])
|
||||||
if test "${with_migemo+set}" = set; then
|
if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then
|
||||||
AC_DEFINE(USE_MIGEMO)
|
AC_DEFINE(USE_MIGEMO)
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($migemo_command)
|
AC_MSG_RESULT($migemo_command)
|
||||||
|
2
configure
vendored
2
configure
vendored
@@ -1455,7 +1455,7 @@ if test "${with_migemo+set}" = set; then
|
|||||||
test x"$with_migemo" = xyes || migemo_command="$with_migemo"
|
test x"$with_migemo" = xyes || migemo_command="$with_migemo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "${with_migemo+set}" = set; then
|
if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define USE_MIGEMO 1
|
#define USE_MIGEMO 1
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user