summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-02 17:36:56 +0200
committerBruno Haible <bruno@clisp.org>2020-05-02 17:36:56 +0200
commit7f842b5b6fb4123c300f54aa716d93e1031002c9 (patch)
tree9eb4c6ce931af0af3c9395171539048a89c3eea3 /m4
parentacf8596eab886e80dcbca6bc8b8b28218cfce6ac (diff)
downloadgnulib-7f842b5b6fb4123c300f54aa716d93e1031002c9.tar.gz
bison-i18n: Fix typo in last commit.
* m4/bison-i18n.m4 (BISON_I18N): Fix typo in the --help output.
Diffstat (limited to 'm4')
-rw-r--r--m4/bison-i18n.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/bison-i18n.m4 b/m4/bison-i18n.m4
index 6a5c27df55..2e01a98170 100644
--- a/m4/bison-i18n.m4
+++ b/m4/bison-i18n.m4
@@ -30,7 +30,7 @@ AC_DEFUN([BISON_I18N],
dnl options --datarootdir and --localedir.
BISON_LOCALEDIR="${localedir}"
AC_ARG_WITH([bison-prefix],
- [[ with-bison-prefix=DIR search for bison's runtime data in DIR/share]],
+ [[ --with-bison-prefix=DIR search for bison's runtime data in DIR/share]],
[if test "X$withval" != "X" && test "X$withval" != "Xno"; then
BISON_LOCALEDIR="$withval/share/locale"
fi