]> git.pld-linux.org Git - packages/evolution.git/blob - automake-1.12.patch
- updated to 3.4.4
[packages/evolution.git] / automake-1.12.patch
1 diff -uNr evolution-3.4.3.orig/configure.ac evolution-3.4.3/configure.ac
2 --- evolution-3.4.3.orig/configure.ac   2012-06-23 12:23:51.000000000 +0200
3 +++ evolution-3.4.3/configure.ac        2012-06-23 12:32:46.082934664 +0200
4 @@ -23,11 +23,15 @@
5  dnl Autoconf / Automake Initialization
6  AC_PREREQ(2.58)
7  AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
8 -AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Werror foreign])
9 +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall foreign])
10  AC_CONFIG_MACRO_DIR([m4])
11  AC_CONFIG_HEADERS(config.h)
12  AC_CONFIG_SRCDIR(README)
13  
14 +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
15 +m4_pattern_allow([AM_PROG_AR])
16 +AM_PROG_AR
17 +
18  dnl This is for the autoconf tests only - it set's the language we use
19  AC_LANG(C)
20  
This page took 0.032283 seconds and 3 git commands to generate.