Last change
on this file since 1964 was 1964, checked in by Silvan Scherrer, 8 years ago |
cpio: update vendor to version 2.12
|
File size:
1.0 KB
|
Line | |
---|
1 | # serial 7
|
---|
2 |
|
---|
3 | # Copyright (C) 2002, 2005, 2009-2015 Free Software Foundation, Inc.
|
---|
4 | # This file is free software; the Free Software Foundation
|
---|
5 | # gives unlimited permission to copy and/or distribute it,
|
---|
6 | # with or without modifications, as long as this notice is preserved.
|
---|
7 |
|
---|
8 | AC_DEFUN([gl_BISON],
|
---|
9 | [
|
---|
10 | # parse-datetime.y works with bison only.
|
---|
11 | : ${YACC='bison -y'}
|
---|
12 | dnl
|
---|
13 | dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB
|
---|
14 | dnl requires an Autoconf greater than 2.59c, but it will probably still be
|
---|
15 | dnl useful to override the description of YACC in the --help output, re
|
---|
16 | dnl parse-datetime.y assuming 'bison -y'.
|
---|
17 | AC_ARG_VAR([YACC],
|
---|
18 | [The "Yet Another C Compiler" implementation to use. Defaults to 'bison -y'.
|
---|
19 | Values other than 'bison -y' will most likely break on most systems.])dnl
|
---|
20 | AC_ARG_VAR([YFLAGS],
|
---|
21 | [YFLAGS contains the list arguments that will be passed by default to Bison.
|
---|
22 | This script will default YFLAGS to the empty string to avoid a default value of
|
---|
23 | '-d' given by some make applications.])dnl
|
---|
24 | ])
|
---|
Note:
See
TracBrowser
for help on using the repository browser.