use version from VERSION file

This commit is contained in:
john30
2015-05-25 13:32:53 +02:00
parent e0ffd28024
commit e2538caf35
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ebusd], [1.1.0], [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd])
AC_INIT([ebusd], m4_esyscmd_s([cat VERSION]), [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd])
AC_CONFIG_AUX_DIR([build])