Regenerate.

This commit is contained in:
Ralf Corsepius
2010-09-29 14:17:19 +00:00
parent bfbb701126
commit 384eb8b323

View File

@@ -50,13 +50,15 @@
%define name rtems-4.10-autoconf
# --with alltests enable all tests
%bcond_with alltests
Name: %{name}
License: GPL
URL: http://www.gnu.org/software/autoconf
Group: Development/Tools
Version: %{rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -136,7 +138,7 @@ TESTSUITEFLAGS='-198 200-'
TESTSUITEFLAGS='-204 206-'
%endif
make check TESTSUITEFLAGS="${TESTSUITEFLAGS}"
make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"}
%endif
%install