From f6ecc06cb20d576cfa95e8e95dea073ca97f99b1 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 21 Jan 2003 15:33:16 +0000 Subject: [w3m-dev 03664] config.param is clear when configure -help * configure: config.param created after arg parsing From: Hironori SAKAMOTO --- ChangeLog | 7 ++++++- configure | 7 ++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e1dcd7..3278587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Hironori SAKAMOTO + + * [w3m-dev 03664] config.param is clear when configure -help + * configure: config.param created after arg parsing + 2003-01-21 Fumitoshi UKAI * 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 $ diff --git a/configure b/configure index 89a7e52..0216d87 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3