473e3f1c88
everything about the installation path. There should be no more hardcoded references to /usr/local/bochs. Instead, there are references to @prefix@ which get replaced by the configure script with the real prefix.
8 lines
335 B
C
8 lines
335 B
C
/////////////////////////////////////////////////////////////////////////
|
|
// This file is checked in as bxversion.h.in. The configure script
|
|
// substitutes variables and creates bxversion.h.
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
#define VER_STRING "@VER_STRING@"
|
|
#define REL_STRING "@REL_STRING@"
|