]> git.pld-linux.org Git - packages/mpfr.git/blame - mpfr-automake-1_12.patch
- automake 1.12 patch
[packages/mpfr.git] / mpfr-automake-1_12.patch
CommitLineData
6073c9e3
JK
1diff -dur -x '*~' mpfr-3.1.0.orig/configure.ac mpfr-3.1.0/configure.ac
2--- mpfr-3.1.0.orig/configure.ac 2011-10-03 10:17:15.000000000 +0200
3+++ mpfr-3.1.0/configure.ac 2012-06-18 21:52:02.007039210 +0200
4@@ -301,7 +301,6 @@
5 fi
6
7 AM_PROG_CC_C_O
8-AM_C_PROTOTYPES
9
10 case $host in
11 *-apple-darwin*)
12diff -dur -x '*~' mpfr-3.1.0.orig/tests/Makefile.am mpfr-3.1.0/tests/Makefile.am
13--- mpfr-3.1.0.orig/tests/Makefile.am 2011-10-03 10:17:14.000000000 +0200
14+++ mpfr-3.1.0/tests/Makefile.am 2012-06-18 21:53:39.644345375 +0200
15@@ -9,7 +9,7 @@
16 # PARTICULAR PURPOSE.
17
18
19-AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr
20+AUTOMAKE_OPTIONS = 1.6 gnu
21
22 # tversion is run
23 # * at the beginning so that the user gets a possible version error
This page took 0.036789 seconds and 4 git commands to generate.