]> git.pld-linux.org Git - packages/liferea.git/blob - automake-1.12.patch
- updated to 1.8.7
[packages/liferea.git] / automake-1.12.patch
1 diff -uNr liferea-1.8.6.orig/configure.ac liferea-1.8.6/configure.ac
2 --- liferea-1.8.6.orig/configure.ac     2012-06-15 14:19:23.000000000 +0200
3 +++ liferea-1.8.6/configure.ac  2012-06-23 16:47:14.433609516 +0200
4 @@ -10,6 +10,10 @@
5  
6  AC_PREREQ(2.59)
7  
8 +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
9 +m4_pattern_allow([AM_PROG_AR])
10 +AM_PROG_AR
11 +
12  LT_INIT
13  IT_PROG_INTLTOOL([0.35.0])
14  
This page took 0.47884 seconds and 3 git commands to generate.