[w3m-dev 03664] config.param is clear when configure -help

* configure: config.param created after arg parsing
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2003-01-21 15:33:16 +00:00
parent 48db009b76
commit f6ecc06cb2
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-01-22 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03664] config.param is clear when configure -help
* configure: config.param created after arg parsing
2003-01-21 Fumitoshi UKAI <ukai@debian.or.jp>
* map.c (follow_map_menu): if USE_IMAGE or MENU_MAP
@@ -6647,4 +6652,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.697 2003/01/20 15:54:08 ukai Exp $
$Id: ChangeLog,v 1.698 2003/01/21 15:33:16 ukai Exp $

7
configure vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: configure,v 1.91 2002/12/13 02:27:23 ukai Exp $
# $Id: configure,v 1.92 2003/01/21 15:33:19 ukai Exp $
# Configuration.
#
@@ -29,8 +29,6 @@ if [ -f config.param ] ; then
fi
fi
echo "# Configuration at $host" > config.param
# parameters:
prefix=/usr/local
@@ -150,6 +148,9 @@ do
shift
done
mv -f config.param config.param.bak
echo "# Configuration at $host" > config.param
if [ "x$IMLIB_CONFIG" = x ]; then
IMLIB_CONFIG=imlib-config
fi