bc: 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:10:30 +01:00
parent 6c26257d69
commit 6b52405a3a

View File

@ -0,0 +1,12 @@
diff -Naur bc-1.06/configure.in bc-1.06.patch/configure.in
--- bc-1.06/configure.in 2000-07-08 01:34:09.000000000 +0200
+++ bc-1.06.patch/configure.in 2013-01-12 09:17:40.085444318 +0100
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(doc/bc.1)
AM_INIT_AUTOMAKE("bc", "1.06")
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_DEFINE(DC_VERSION,"1.3")
AC_DEFINE_UNQUOTED(BC_COPYRIGHT, dnl