~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to m4/bison.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# serial 6
 
1
# serial 7
2
2
 
3
 
# Copyright (C) 2002, 2005, 2009-2011 Free Software Foundation, Inc.
 
3
# Copyright (C) 2002, 2005, 2009-2012 Free Software Foundation, Inc.
4
4
# This file is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
13
13
dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB
14
14
dnl requires an Autoconf greater than 2.59c, but it will probably still be
15
15
dnl useful to override the description of YACC in the --help output, re
16
 
dnl parse-datetime.y assuming `bison -y'.
 
16
dnl parse-datetime.y assuming 'bison -y'.
17
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
 
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
20
  AC_ARG_VAR([YFLAGS],
21
21
[YFLAGS contains the list arguments that will be passed by default to Bison.
22
22
This script will default YFLAGS to the empty string to avoid a default value of
23
 
`-d' given by some make applications.])dnl
 
23
'-d' given by some make applications.])dnl
24
24
])