[w3m-dev 03812] fix autoconf
* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
2003-03-12 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2003-03-12 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||||
|
|
||||||
* [w3m-dev 03810] autoconf
|
* [w3m-dev 03812] fix autoconf
|
||||||
|
* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb
|
||||||
|
|
||||||
|
2003-03-12 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 03810] fix autoconf
|
||||||
* acinclude.m4 (AC_W3M_EXTLIBS): use $dir
|
* acinclude.m4 (AC_W3M_EXTLIBS): use $dir
|
||||||
(AC_W3M_GC): PREFIX is optional
|
(AC_W3M_GC): PREFIX is optional
|
||||||
(AC_W3M_SSL): PREFIX is optional
|
(AC_W3M_SSL): PREFIX is optional
|
||||||
@@ -7467,4 +7472,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.785 2003/03/11 16:29:34 ukai Exp $
|
$Id: ChangeLog,v 1.786 2003/03/11 16:35:49 ukai Exp $
|
||||||
|
|||||||
@@ -476,7 +476,7 @@ AC_DEFUN([AC_W3M_IMAGE],
|
|||||||
AC_MSG_CHECKING(if image is enabled)
|
AC_MSG_CHECKING(if image is enabled)
|
||||||
AC_ARG_ENABLE(image,
|
AC_ARG_ENABLE(image,
|
||||||
[ --disable-image=x11,fb,fb+s disable inline image],,
|
[ --disable-image=x11,fb,fb+s disable inline image],,
|
||||||
[enable_image="x11,fb"])
|
[enable_image="yes"])
|
||||||
AC_MSG_RESULT($enable_image)
|
AC_MSG_RESULT($enable_image)
|
||||||
if test x$enable_image != xno; then
|
if test x$enable_image != xno; then
|
||||||
IMGOBJS=w3mimg/w3mimg.o
|
IMGOBJS=w3mimg/w3mimg.o
|
||||||
|
|||||||
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -488,7 +488,7 @@ AC_DEFUN([AC_W3M_IMAGE],
|
|||||||
AC_MSG_CHECKING(if image is enabled)
|
AC_MSG_CHECKING(if image is enabled)
|
||||||
AC_ARG_ENABLE(image,
|
AC_ARG_ENABLE(image,
|
||||||
[ --disable-image=x11,fb,fb+s disable inline image],,
|
[ --disable-image=x11,fb,fb+s disable inline image],,
|
||||||
[enable_image="x11,fb"])
|
[enable_image="yes"])
|
||||||
AC_MSG_RESULT($enable_image)
|
AC_MSG_RESULT($enable_image)
|
||||||
if test x$enable_image != xno; then
|
if test x$enable_image != xno; then
|
||||||
IMGOBJS=w3mimg/w3mimg.o
|
IMGOBJS=w3mimg/w3mimg.o
|
||||||
|
|||||||
Reference in New Issue
Block a user