doxygen: specifying builddir is not required
[platform/upstream/libevdev.git] / configure.ac
index 4de3aea..2e53d95 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.62])
 
 AC_INIT([libevdev],
-        [0.4],
+        [0.5],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
         [libevdev],
         [])
@@ -48,7 +48,7 @@ AC_SUBST(LIBEVDEV_LT_VERSION)
 AM_SILENT_RULES([yes])
 
 # Check for programs
-AC_PROG_CC
+AC_PROG_CC_C99
 
 # Initialize libtool
 LT_PREREQ([2.2])
@@ -115,8 +115,7 @@ AS_IF([test "x$enable_gcov" != "xno"],
        ],
 )
 
-AM_PATH_PYTHON()
-AC_SUBST(PYTHON)
+AM_PATH_PYTHON([2.6])
 AS_IF([$($PYTHON -c "import argparse")], [:],
        AC_MSG_ERROR([python argparse module is missing]))