From 7f842b5b6fb4123c300f54aa716d93e1031002c9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 2 May 2020 17:36:56 +0200 Subject: [PATCH] bison-i18n: Fix typo in last commit. * m4/bison-i18n.m4 (BISON_I18N): Fix typo in the --help output. --- m4/bison-i18n.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5