- correct license and style (prepare_spec)

- minor build fixes, avoid deprecated macros to be more portable

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2011-12-19 14:32:29 +00:00
committed by Git OBS Bridge
parent 2fdc054297
commit f2a7bd1466
6 changed files with 59 additions and 31 deletions

View File

@@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: autoconf
BuildRequires: help2man
BuildRequires: xz
Url: http://www.gnu.org/software/autoconf
Requires: m4 >= 1.4.6
Requires(pre): info
Requires: info
Version: 2.68
Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code
@@ -51,7 +49,6 @@ only required for the generation of the scripts, not their use.
%patch0
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?_smp_mflags}