mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Configure uses 2.3.x tags for version
* configure.ac: Only pick 2.3.x tags for the version. Will need to bump when we do 3.0.
This commit is contained in:
parent
4060728e0a
commit
9505263fda
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ License along with Guile. If not, see
|
|||
AC_PREREQ(2.61)
|
||||
|
||||
AC_INIT([GNU Guile],
|
||||
m4_esyscmd([build-aux/git-version-gen --match v2.\[12\].\* .tarball-version]),
|
||||
m4_esyscmd([build-aux/git-version-gen --match v2.3.\* .tarball-version]),
|
||||
[bug-guile@gnu.org])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue