From: Andreas Reichel <[email protected]>

AC_INIT contains inconsistent version. Fix it to use content of
VERSION.

Signed-off-by: Andreas Reichel <[email protected]>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 784defa..a938c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 
 AC_INIT([efibootguard],
-       [0.1.0],
+       [m4_esyscmd_s([cat VERSION])],
        [],
        [efibootguard],
        [])
-- 
2.19.1

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/20181025153853.27705-4-andreas.reichel.ext%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to