gbranden pushed a commit to branch master
in repository groff.

commit 200837c1d6a9c7ebee451c9eaab46ddc032ed253
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue May 31 17:59:41 2022 -0500

    configure.ac: Give git-version-gen --fallback arg.
    
    * configure.ac (AC_INIT): Add `--fallback` argument to `git-version-gen`
      to facilitate snapshot builds.
---
 ChangeLog    | 5 +++++
 configure.ac | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ad887330..7a744c96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-31  G. Branden Robinson <[email protected]>
+
+       * configure.ac (AC_INIT): Add `--fallback` argument to
+       `git-version-gen` to facilitate snapshot builds.
+
 2022-05-31  G. Branden Robinson <[email protected]>
 
        * configure.ac: Report use of "g" prefix for commands and macro
diff --git a/configure.ac b/configure.ac
index 12cfa1be..8813aff5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,9 @@
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Troff],
-        m4_esyscmd([build-aux/git-version-gen --prefix "" .tarball-version]),
+AC_INIT([GNU roff],
+        m4_esyscmd([build-aux/git-version-gen --fallback 1.23.0.rc1 \
+          --prefix "" .tarball-version]),
         http://savannah.gnu.org/bugs/?group=groff,
         [groff])
 

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to