mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bc: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c26257d69
commit
6b52405a3a
12
packages/tools/bc/patches/bc-1.06-automake-1.13.patch
Normal file
12
packages/tools/bc/patches/bc-1.06-automake-1.13.patch
Normal 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
|
Loading…
x
Reference in New Issue
Block a user