summaryrefslogtreecommitdiff
path: root/m4/version-etc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/version-etc.m4')
-rw-r--r--m4/version-etc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/version-etc.m4 b/m4/version-etc.m4
index 76b5d3e88e..a948ef624d 100644
--- a/m4/version-etc.m4
+++ b/m4/version-etc.m4
@@ -1,4 +1,4 @@
-# version-etc.m4 serial 1
+# version-etc.m4 serial 2
# Copyright (C) 2009-2023 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -8,7 +8,7 @@ dnl $1 - configure flag and define name
dnl $2 - human readable description
m4_define([gl_VERSION_ETC_FLAG],
[dnl
- AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1], [$2])],
+ AC_ARG_WITH([$1], [AS_HELP_STRING([[--with-]$1], [$2])],
[dnl
case $withval in
yes|no) ;;