[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 04/08: m4/groff.m4: Fix doubled word in configure output.
From: |
G. Branden Robinson |
Subject: |
[groff] 04/08: m4/groff.m4: Fix doubled word in configure output. |
Date: |
Fri, 15 Nov 2024 17:21:39 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 96e7d3cc556060373bcb53f728faa1fbbc49abf5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Nov 15 15:00:01 2024 -0600
m4/groff.m4: Fix doubled word in configure output.
---
m4/groff.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/groff.m4 b/m4/groff.m4
index 6ee813ff3..786489248 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -33,7 +33,7 @@ AC_DEFUN([GROFF_MAKE_SHORT_VERSION], [
AC_DEFUN([GROFF_CHECK_VERSION_FORMAT], [
AC_REQUIRE([GROFF_MAKE_SHORT_VERSION])
groff_version_format_validity=invalid
- AC_MSG_CHECKING([checking that groff version string has valid format])
+ AC_MSG_CHECKING([that groff version string has valid format])
if expr "$SHORT_VERSION" : \
'[[0-9]][[0-9]]*\.[[0-9]][[0-9]]*\.[[0-9]][[0-9]]*' \
> /dev/null
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 04/08: m4/groff.m4: Fix doubled word in configure output.,
G. Branden Robinson <=