libgcrypt: 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:03:15 +01:00
parent fc428e2590
commit babd9deabf

View File

@ -0,0 +1,12 @@
diff -Naur libgcrypt-1.5.0-old/configure.ac libgcrypt-1.5.0-new/configure.ac
--- libgcrypt-1.5.0-old/configure.ac 2011-06-29 01:53:22.000000000 -0700
+++ libgcrypt-1.5.0-new/configure.ac 2013-01-03 21:04:51.000000000 -0800
@@ -59,7 +59,7 @@
AC_CONFIG_SRCDIR([src/libgcrypt.vers])
AM_INIT_AUTOMAKE([])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_LIBOBJ_DIR([compat])
AC_CANONICAL_HOST