libpng: 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:57:30 +01:00
parent e8f72865e8
commit 425dd19658

View File

@ -0,0 +1,12 @@
diff -Naur libpng-1.5.13-old/configure.ac libpng-1.5.13-new/configure.ac
--- libpng-1.5.13-old/configure.ac 2012-09-27 04:21:22.000000000 -0700
+++ libpng-1.5.13-new/configure.ac 2012-12-30 09:53:28.000000000 -0800
@@ -31,7 +31,7 @@
dnl End of version number stuff
AC_CONFIG_SRCDIR([pngget.c])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Checks for programs.
AC_LANG([C])