w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 052434740e761f295d963abc2faaa31089041c45
parent f5c154841274a74ce0338963d1d5c5102973d586
Author: ukai <ukai>
Date:   Sat,  8 Dec 2001 11:24:41 +0000

fix to prevent rcsid expansion

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -1838,7 +1838,7 @@ case $dmodel in 6) modelname=custom;; esac -cvsver=`awk '\$1 ~ /\\$Id$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