From f1b425638d2b8588b44ab7e937323361a6b2e58f575feb0db1f5135ee986cc70 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jul 2013 09:31:38 +0000 Subject: [PATCH] Accepting request 182588 from home:Andreas_Schwab:Factory - Override broken configure checks OBS-URL: https://build.opensuse.org/request/show/182588 OBS-URL: https://build.opensuse.org/package/show/Base:System/m4?expand=0&rev=25 --- m4.changes | 5 +++++ m4.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/m4.changes b/m4.changes index 63fe264..e85799b 100644 --- a/m4.changes +++ b/m4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 9 07:40:14 UTC 2013 - schwab@suse.de + +- Override broken configure checks + ------------------------------------------------------------------- Tue Jul 17 19:07:25 UTC 2012 - aj@suse.de diff --git a/m4.spec b/m4.spec index 8ab18af..e293efd 100644 --- a/m4.spec +++ b/m4.spec @@ -1,7 +1,7 @@ # # spec file for package m4 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,8 @@ GNU m4 is an implementation of the traditional Unix macro processor. %configure \ --without-included-regex \ gl_cv_func_isnanl_works=yes \ - gl_cv_func_printf_directive_n=yes + gl_cv_func_printf_directive_n=yes \ + gl_cv_func_printf_infinite_long_double=yes make %{?_smp_mflags} %check