aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-08 11:24:41 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-08 11:24:41 +0000
commitf1b2eb892be9c535de52ca79b4ffe1090c640073 (patch)
tree5225beda565bfb414f077541d8dcd43a59c0d41f
parent[w3m-dev 02641] (diff)
downloadw3m-f1b2eb892be9c535de52ca79b4ffe1090c640073.tar.gz
w3m-f1b2eb892be9c535de52ca79b4ffe1090c640073.zip
fix to prevent rcsid expansion
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c3d3873..0e5e0cc 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.33 2001/12/07 19:50:37 ukai Exp $
+# $Id: configure,v 1.34 2001/12/08 11:24:41 ukai Exp $
# Configuration.
#
@@ -1838,7 +1838,7 @@ case $dmodel in
6) modelname=custom;;
esac
-cvsver=`awk '\$1 ~ /\\$Id: configure,v 1.33 2001/12/07 19:50:37 ukai Exp $3}' ChangeLog`
+cvsver=`awk '\$1 ~ /[$]Id:/ { print \$3}' ChangeLog`
sed -e 's/^#define CURRENT_VERSION "\(.*\)+cvs.*"/#define CURRENT_VERSION "\1+cvs-'$cvsver'"/' version.c.in > version.c
cat > extrvers.c << EOF