]> git.saurik.com Git - bison.git/blobdiff - src/vmsgetargs.c
Also pass --install to the second invocation of autoreconf, to let automake install...
[bison.git] / src / vmsgetargs.c
index cea0522f79925e8d76b80e66759f347999afc394..e5faa5ad05c72cf34f329d5f371709f67e1e941d 100644 (file)
@@ -1,5 +1,5 @@
 /* VMS version of getargs; Uses DCL command parsing.
-   Copyright (C) 1989, 1992 Free Software Foundation, Inc.
+   Copyright 1989, 1992 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
@@ -37,10 +37,6 @@ extern int raw_flag;
 extern int yacc_flag;
 extern char * version_string;
 
-/* Allocate storgate and initialize, since bison uses them elsewhere.  */
-char *spec_name_prefix;
-char *spec_file_prefix;
-
 getargs(argc,argv)
      int argc;
      char *argv[];