gbranden pushed a commit to branch master
in repository groff.

commit 07abbc6099f24a7701a338c2f67cc72ce2b3f858
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Aug 3 16:42:52 2022 -0500

    Revert "configure.ac: Give git-version-gen --fallback arg."
    
    This reverts commit 200837c1d6a9c7ebee451c9eaab46ddc032ed253.
    
    The reward/effort ratio for supporting Savannah/cgit snapshot builds
    seems too low to bother with.
    
    See
    
    https://lists.gnu.org/archive/html/groff/2022-06/msg00025.html
    https://lists.gnu.org/archive/html/groff/2022-07/msg00066.html
    
    for discussion.
---
 ChangeLog    | 5 -----
 configure.ac | 5 ++---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b940717c4..c18326948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1149,11 +1149,6 @@
        Fixes <https://savannah.gnu.org/bugs/?62238>.  Thanks to Bjarni
        Ingi Gislason for the report.
 
-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 ef06727a2..350b32005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,9 +18,8 @@
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU roff],
-        m4_esyscmd([build-aux/git-version-gen --fallback 1.23.0.rc1 \
-          --prefix "" .tarball-version]),
+AC_INIT([GNU Troff],
+        m4_esyscmd([build-aux/git-version-gen --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