pm-utils: add patch to support automake-1.13

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 18:04:38 +01:00
parent 36adf16fa1
commit 58e4b02ad9

View File

@ -0,0 +1,12 @@
diff -Naur pm-utils-1.4.1/configure.ac pm-utils-1.4.1.patch/configure.ac
--- pm-utils-1.4.1/configure.ac 2010-07-04 16:50:59.000000000 +0200
+++ pm-utils-1.4.1.patch/configure.ac 2013-01-12 16:48:21.954203172 +0100
@@ -2,7 +2,7 @@
AC_INIT(pm-utils, 1.4.1)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AC_PROG_LN_S