summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-31 17:59:41 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-31 18:39:14 -0500
commit200837c1d6a9c7ebee451c9eaab46ddc032ed253 (patch)
tree4665eb9ac602e23beeaadacd45a63a268fcbc016
parent98db4d6cfddf4a07ca9fac5f828f5f26d8ddc128 (diff)
downloadgroff-git-200837c1d6a9c7ebee451c9eaab46ddc032ed253.tar.gz
configure.ac: Give git-version-gen --fallback arg.
* configure.ac (AC_INIT): Add `--fallback` argument to `git-version-gen` to facilitate snapshot builds.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad8873307..7a744c96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-05-31 G. Branden Robinson <g.branden.robinson@gmail.com>
+ * configure.ac (AC_INIT): Add `--fallback` argument to
+ `git-version-gen` to facilitate snapshot builds.
+
+2022-05-31 G. Branden Robinson <g.branden.robinson@gmail.com>
+
* configure.ac: Report use of "g" prefix for commands and macro
package compatibility wrappers.
* m4/groff.m4 (GROFF_G): Fix code style nits. Update
diff --git a/configure.ac b/configure.ac
index 12cfa1be0..8813aff58 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])