Build version.c automatically.

This commit is contained in:
Jesse Thilo
1998-11-25 23:17:35 +00:00
parent 4562bb7764
commit 6f82addcd5
3 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@ AC_C_CONST
dnl Checks for library functions.
AC_FUNC_ALLOCA
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile version.c:version.cin)

View File

@@ -1 +0,0 @@
char *version_string = "GNU Bison version 1.25\n";

1
version.cin Normal file
View File

@@ -0,0 +1 @@
char *version_string = "GNU Bison version @VERSION@\n";