1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix version computation for v3.0

* configure.ac: Fix git-version-gen invocation.
This commit is contained in:
Andy Wingo 2020-01-15 21:34:21 +01:00
parent e18a3b1c05
commit a0fdb4efc1

View file

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl dnl
define(GUILE_CONFIGURE_COPYRIGHT,[[ define(GUILE_CONFIGURE_COPYRIGHT,[[
Copyright 1998-2019 Free Software Foundation, Inc. Copyright 1998-2020 Free Software Foundation, Inc.
This file is part of Guile. This file is part of Guile.
@ -25,7 +25,7 @@ License along with Guile. If not, see
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT([GNU Guile], AC_INIT([GNU Guile],
m4_esyscmd([build-aux/git-version-gen --match v2.9.\* .tarball-version]), m4_esyscmd([build-aux/git-version-gen --match v3.0.\* .tarball-version]),
[bug-guile@gnu.org]) [bug-guile@gnu.org])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])