Have configure build version string instead of relying on ANSI string

concatentation.
This commit is contained in:
Jesse Thilo
1999-06-14 22:22:25 +00:00
parent 2411ba6bea
commit 6ed6122606
6 changed files with 7 additions and 12 deletions

View File

@@ -8,6 +8,9 @@
/* Version of package. */
#undef VERSION
/* Version string. */
#undef VERSION_STRING
/* Define if the compiler understands prototypes. */
#undef PROTOTYPES