]> git.pld-linux.org Git - packages/gmp.git/blob - gmp-am.patch
2f0ea9728178ec35a20a4b7555289b7de8957bdd
[packages/gmp.git] / gmp-am.patch
1 --- gmp-5.0.5/configure.in.orig 2012-05-09 18:42:22.071302791 +0200
2 +++ gmp-5.0.5/configure.in      2012-05-09 18:43:35.227967934 +0200
3 @@ -65,7 +65,7 @@
4  dnl  Note that there's a copy of these options in the top-level Makefile.am,
5  dnl  so update there too if changing anything.
6  dnl
7 -AM_INIT_AUTOMAKE([1.8 gnu no-dependencies $(top_builddir)/ansi2knr])
8 +AM_INIT_AUTOMAKE([1.8 gnu no-dependencies])
9  AM_CONFIG_HEADER(config.h:config.in)
10  AM_MAINTAINER_MODE
11  
12 @@ -2231,9 +2231,6 @@
13  echo "      MPN_PATH=\"$path\""
14  
15  
16 -# Automake ansi2knr support.
17 -AM_C_PROTOTYPES
18 -
19  CL_AS_NOEXECSTACK
20  
21  GMP_PROG_AR
22 --- gmp-5.0.5/Makefile.am.orig  2012-05-06 13:19:49.000000000 +0200
23 +++ gmp-5.0.5/Makefile.am       2012-05-09 18:49:43.637960258 +0200
24 @@ -25,7 +25,7 @@
25  # Makefiles in subdirectories, but here we must omit it so automake gives
26  # the actual ansi2knr build rule, not "cd $(top_builddir) && make ansi2knr".
27  #
28 -AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies ansi2knr
29 +AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
30  
31  
32  # Libtool -version-info for libgmp.la and libmp.la.  See "Versioning" in the
This page took 0.046169 seconds and 2 git commands to generate.