summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:30:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:30:56 +0000
commitc991316ed30a3ce47d75fa26105eaec848ffe8da (patch)
treef47323e2005ed403dcf8ba91d85a3693a03cbf43 /contrib
parentRemove. (diff)
downloadrtems-c991316ed30a3ce47d75fa26105eaec848ffe8da.tar.bz2
Cleanup.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/automake.add4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/crossrpms/autotools/automake.add b/contrib/crossrpms/autotools/automake.add
index 3791e63132..a9fe0126a1 100644
--- a/contrib/crossrpms/autotools/automake.add
+++ b/contrib/crossrpms/autotools/automake.add
@@ -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