[w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM)

* configure: s/XFACE2XBM/XFACE2XPM/
* config.h.dist: ditto
* file.c (xface2xpm): renamed from xface2xbm
		modified for xpm
	(readHeader): s/xface2xbm/xface2xpm/
* scripts/Makefile (LIB_TARGETS): s/xface2xbm/xface2xpm/
* scripts/xface2xpm.in: added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-04-09 14:45:58 +00:00
parent c9e86eb96d
commit c2c01b60dd
6 changed files with 121 additions and 14 deletions

4
configure vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: configure,v 1.66 2002/03/19 16:27:20 ukai Exp $
# $Id: configure,v 1.67 2002/04/09 14:45:58 ukai Exp $
# Configuration.
#
@@ -2170,7 +2170,7 @@ $def_use_xface
#define W3MCONFIG "w3mconfig"
#define IMGSIZE "w3mimgsize"
#define IMGDISPLAY "w3mimgdisplay"
#define XFACE2XBM "xface2xbm"
#define XFACE2XPM "xface2xpm"
#define RC_DIR "~/.w3m"
#define BOOKMARK "bookmark.html"