configure.ac: AC_PREREQ changed.

This commit is contained in:
Roland Jax
2014-05-10 19:27:18 +02:00
parent 4635a3b3c0
commit 23b00280da
+1 -1
View File
@@ -1,4 +1,4 @@
AC_PREREQ([2.69])
AC_PREREQ([2.65])
AC_INIT([ebus-daemon], [0.1], [roland.jax@liwest.at], [ebus-daemon], [https://github.com/yuhu-/ebus-daemon])
AM_INIT_AUTOMAKE([1.11 -Wall no-define])