Add --install option to autoreconf.

This commit is contained in:
Eric Smith 2013-04-29 13:03:30 -06:00
parent 03572f22ce
commit 3c939cdafa
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Zile Is Lossy Emacs
Name: zile
Version: 2.3.21
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv3+
Group: Applications/Editors
URL: http://www.gnu.org/software/%{name}/
@ -22,7 +22,7 @@ iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
mv THANKS{.utf8,}
%build
autoreconf --force
autoreconf --force --install
%configure
make %{?_smp_mflags}
@ -37,6 +37,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%{_datadir}/%{name}/
%changelog
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-9
- Added --install option to autoreconf.
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-8
- Added missing BuildRequires for autoconf, automake.