Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 726:1f525cb38373
[xemacs-hg @ 2002-01-09 18:58:56 by janv]
Autodetect Athena when explicitly asked for widgets
author | janv |
---|---|
date | Wed, 09 Jan 2002 18:58:57 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }