From: Jakub Bogusz Date: Sun, 3 Mar 2013 14:40:23 +0000 (+0100) Subject: - added am patch (fixes build with automake 1.13) X-Git-Tag: auto/ti/gavl-1.4.0-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=inline;h=fc8bfaf5ed1a8011fbce4b02a74cf12355604a02;p=packages%2Fgavl.git - added am patch (fixes build with automake 1.13) --- diff --git a/gavl-am.patch b/gavl-am.patch new file mode 100644 index 0000000..a5076d5 --- /dev/null +++ b/gavl-am.patch @@ -0,0 +1,11 @@ +--- gavl-1.4.0/configure.ac.orig 2013-03-03 14:47:21.945882577 +0100 ++++ gavl-1.4.0/configure.ac 2013-03-03 14:53:11.459201241 +0100 +@@ -2,7 +2,7 @@ + + AC_INIT(include/gavl/gavl.h) + +-AM_CONFIG_HEADER(include/gavl/config.h) ++AC_CONFIG_HEADERS(include/gavl/config.h) + + AM_INIT_AUTOMAKE(gavl, 1.4.0) +