view netinstall/version.pl @ 4510:bd1fbed783dd ac-fix-2008-10-25

Improve g++ detection.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 25 Oct 2008 18:59:03 +0900
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";
  }
}