summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-07-29 11:00:51 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-29 18:43:54 +0200
commitf1ca8285f8375760d2fa651e125a99120e5050d4 (patch)
treebbe3ca8241160a4b72fdaa674cabd8803d3acfa0 /configure.ac
parent80aff364dbd8d78392582124b51b46b556db7e4c (diff)
The package should know its release date to generate a doap description
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cce3239..d1a37aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ AM_SILENT_RULES([yes])
AC_ARG_ENABLE([--enable-indent-check],
[When running tests, also check that the source code is indented])
+AC_SUBST([RELEASE_DATE], m4_esyscmd([bash ./get-release]))
AM_CONDITIONAL([INDENT_CHECK_ENABLED], [test "x$enable_indent_check" = "xyes"])
AC_PROG_CC