summaryrefslogtreecommitdiff
path: root/m4/bison.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-10-05 13:51:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-10-05 13:51:34 -0700
commit464b2f68962f7dc7bbd072e2e8e02bbcbc3601a5 (patch)
tree7f359781e94135a3003df3682e4d93edd5d59d0f /m4/bison.m4
parent2bb63bfb25474ea147ee9f1523c0337997359a4c (diff)
downloadgnulib-464b2f68962f7dc7bbd072e2e8e02bbcbc3601a5.tar.gz
parse-datetime: do some more renaming
* doc/parse-datetime.texi (Authors of parse_datetime): Call it parse_datetime, not get_date. Mention the renaming. * lib/parse-datetime.y: Call it parse_datetime, not getdate, in comments. * m4/bison.m4: Likewise.
Diffstat (limited to 'm4/bison.m4')
-rw-r--r--m4/bison.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/bison.m4 b/m4/bison.m4
index bd8225dd5b..f4a97c3c57 100644
--- a/m4/bison.m4
+++ b/m4/bison.m4
@@ -13,7 +13,7 @@ dnl
dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB
dnl requires an Autoconf greater than 2.59c, but it will probably still be
dnl useful to override the description of YACC in the --help output, re
-dnl getdate.y assuming `bison -y'.
+dnl parse-datetime.y assuming `bison -y'.
AC_ARG_VAR([YACC],
[The `Yet Another C Compiler' implementation to use. Defaults to `bison -y'.
Values other than `bison -y' will most likely break on most systems.])dnl