mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
so that the commands still work even if POSIXLY_CORRECT is set.
This commit is contained in:
@@ -181,7 +181,7 @@ main (void)
|
||||
}
|
||||
]])
|
||||
|
||||
AT_CHECK([bison input.y -d -v -o input.c])
|
||||
AT_CHECK([bison -d -v -o input.c input.y])
|
||||
AT_COMPILE([input], [input.c main.c])
|
||||
AT_PARSER_CHECK([./input], 0,
|
||||
[[[1],
|
||||
|
||||
Reference in New Issue
Block a user