CONFIGURE: fix building with automake-1.13

This commit is contained in:
hasufell 2013-04-27 16:40:04 +02:00
parent 1ed28d69a5
commit 6d0fe2f5b9

View File

@ -1,7 +1,7 @@
AC_PREREQ(2.52)
AC_INIT(src/udevil.c)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(udevil, 0.4.1+)