Accepting request 182613 from Base:System

- Override broken configure checks (forwarded request 182588 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/182613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/m4?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2013-07-11 11:30:03 +00:00 committed by Git OBS Bridge
commit 0847817a33
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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