]> git.ipfire.org Git - thirdparty/plymouth.git/commit
configure: Generate version from date of last commit not current date
authorRay Strode <rstrode@redhat.com>
Tue, 15 Feb 2022 18:34:39 +0000 (13:34 -0500)
committerRay Strode <halfline@gmail.com>
Tue, 15 Feb 2022 20:11:54 +0000 (20:11 +0000)
commit4ca7abf03efafef671ed8898055c711003c6664e
tree4e68fd005e3127d25419b7108cfa07c39b614e3a
parent24160a53a7a72a929c2ec63d3ab99e65b942556f
configure: Generate version from date of last commit not current date

Using the date at build time prevents the build from being reproducible
later.

In order to facilitate reproducible builds, this commit changes the
logic to derive the version from the date of the last commit.
configure.ac