]> Savannah Git Hosting - gnulib.git/commitdiff
bison-i18n: Fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sat, 2 May 2020 15:36:56 +0000 (17:36 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 2 May 2020 15:36:56 +0000 (17:36 +0200)
* m4/bison-i18n.m4 (BISON_I18N): Fix typo in the --help output.

m4/bison-i18n.m4

index 6a5c27df5575dba38e3f4175c10094fcd4929674..2e01a98170704d38fd5d3dca623a92027d2a6331 100644 (file)
@@ -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