This commit is contained in:
Ralf Corsepius
2006-10-19 13:30:56 +00:00
parent ae4894af57
commit c991316ed3

View File

@@ -26,7 +26,6 @@ Requires(post): /sbin/install-info
Requires(preun):/sbin/install-info
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
# Patch0: automake-1.8.1-rtems-20040112-1.diff
%description
Automake is a tool for automatically generating "Makefile.in"s from
@@ -37,12 +36,11 @@ standards.
%prep
%setup -q -n automake-%{srcvers}
# %patch0 -p0
%build
PATH=%{_bindir}:$PATH
# Don't use %%configure, it replaces config.sub/config.guess with the
# outdated versions bundled with it.
# outdated versions bundled with rpm.
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
--bindir=%{_bindir} --datadir=%{_datadir} \
--docdir=%{_datadir}/automake-%{amvers}/doc