mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
build: Set release date correctly in web page
This was not being set because of some impenetrable problem with
autoconf. The actual line which set the shell variable was simply
being deleted for some reason. Using an m4 definition works.
Updates: commit f68752462e
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [51])
|
||||
m4_define([libguestfs_release], [1])
|
||||
RELEASE_DATE=2023-02-10
|
||||
m4_define([release_date], [2023-02-10])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
AC_SUBST([RELEASE_DATE])
|
||||
AC_SUBST([RELEASE_DATE],release_date)
|
||||
|
||||
# Headings within the configure script output.
|
||||
m4_define([HEADING],
|
||||
|
||||
Reference in New Issue
Block a user