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

@@ -5,8 +5,7 @@ bin_PROGRAMS = bison
bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
print.c reader.c reduce.c symtab.c warshall.c version.c getopt.c \
getopt1.c
print.c reader.c reduce.c symtab.c warshall.c getopt.c getopt1.c
EXTRA_bison_SOURCES = vmsgetargs.c