]> git.pld-linux.org Git - packages/gavl.git/blob - gavl-am.patch
- added am patch (fixes build with automake 1.13)
[packages/gavl.git] / gavl-am.patch
1 --- gavl-1.4.0/configure.ac.orig        2013-03-03 14:47:21.945882577 +0100
2 +++ gavl-1.4.0/configure.ac     2013-03-03 14:53:11.459201241 +0100
3 @@ -2,7 +2,7 @@
4  
5  AC_INIT(include/gavl/gavl.h)
6  
7 -AM_CONFIG_HEADER(include/gavl/config.h)
8 +AC_CONFIG_HEADERS(include/gavl/config.h)
9  
10  AM_INIT_AUTOMAKE(gavl, 1.4.0)
11  
This page took 0.05066 seconds and 4 git commands to generate.