- fix typo

This commit is contained in:
Christophe Bothamy 2004-02-16 22:42:38 +00:00
parent ee5f8e6ed1
commit cc396cf47a

View File

@ -2,14 +2,14 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.251 2004-02-15 14:21:19 cbothamy Exp $]])
AC_REVISION([[$Id: configure.in,v 1.252 2004-02-16 22:42:38 cbothamy Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
dnl // Put Bochs version information right here so that it gets substituted
dnl // into all the right places.
VERSION="2.1.1.cvs"
VER_STRING="2.1.1.vs"
VER_STRING="2.1.1.cvs"
REL_STRING="Build from CVS, after 2.1.1"
changequote(<<, >>)