aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
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