From ac7e31e57897bea77d934fe777e2d1fc9900233f Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 27 Jul 2012 09:35:49 +0000 Subject: Updated autotool files to get rid of obsolete macros (thanks to Daniel Richard G. for the patch; kept the autoconf requirement to 2.60 instead of changing it to 2.68 as done with autoupdate, since 2.60 seems to be sufficient according to the changes and 2.68 is too recent, e.g. Debian/stable still has 2.67). --- Note --- This update has another effect: The "Configs for Windows DLLs." code (from "case $host in" to "esac") is now executed at the right time, after options like --disable-static are taken into account. Juste before this change, the test if test "$enable_shared" = yes; then was always false. This could be seen on hydra: With r8360: [...] configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/95zhbb0v23syxsazx33hg3acbvixyq5a-mpfr-0-3.2.0-dev [...] checking for DLL/static GMP... static [...] checking whether to build shared libraries... yes checking whether to build static libraries... no [...] With r8367: [...] configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/8zblwffd2ww1z0smqlgwrfzcl6b48rim-mpfr-0-3.2.0-dev [...] checking whether to build shared libraries... yes checking whether to build static libraries... no checking for DLL/static GMP... static [...] git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8364 280ebfd0-de03-0410-8827-d642c229c3f4 --- tune/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tune') diff --git a/tune/Makefile.am b/tune/Makefile.am index 17cdd17ba..b0a8be194 100644 --- a/tune/Makefile.am +++ b/tune/Makefile.am @@ -23,7 +23,7 @@ bidimensional_sample_SOURCES = bidimensional_sample.c bidimensional_sample_LDADD = -lspeed $(top_builddir)/src/libmpfr.la bidimensional_sample_LDFLAGS = -static -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src tune: $(MAKE) $(AM_MAKEFLAGS) tuneup$(EXEEXT) -- cgit v1.2.1