ratpoison: 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:09:30 +01:00
parent b36c5ef28a
commit 77163f36e6

View File

@ -0,0 +1,12 @@
diff -Naur ratpoison-1.4.5-old/configure.in ratpoison-1.4.5-new/configure.in
--- ratpoison-1.4.5-old/configure.in 2009-07-12 14:01:04.000000000 -0700
+++ ratpoison-1.4.5-new/configure.in 2013-01-03 19:26:12.000000000 -0800
@@ -24,7 +24,7 @@
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS(src/config.h)
dnl by default turn off debugging
AC_MSG_CHECKING(whether to enable debugging)