mrxvt: 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 17:52:25 +01:00
parent cf092e35d4
commit 9f250c2e66

View File

@ -0,0 +1,12 @@
diff -Naur mrxvt-0.5.4/configure.ac mrxvt-0.5.4.patch/configure.ac
--- mrxvt-0.5.4/configure.ac 2008-05-12 19:21:56.000000000 +0200
+++ mrxvt-0.5.4.patch/configure.ac 2013-01-12 01:54:55.819541351 +0100
@@ -28,7 +28,7 @@
AC_INIT(mrxvt, 0.5.4, [jimmyzhou@users.sourceforge.net])
AM_INIT_AUTOMAKE(mrxvt, 0.5.4)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR([src/main.c])