summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/autotools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-07-26 04:55:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-07-26 04:55:43 +0000
commitbcbfc091d6ef622cbd02475744247ecdd85183ed (patch)
tree3d60125e6906ca856143974d8ecc9ad05fb89b2b /contrib/crossrpms/autotools
parent2009-07-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bcbfc091d6ef622cbd02475744247ecdd85183ed.tar.bz2
Require help2man for automake < 1.11
Diffstat (limited to 'contrib/crossrpms/autotools')
-rw-r--r--contrib/crossrpms/autotools/automake.add4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/crossrpms/autotools/automake.add b/contrib/crossrpms/autotools/automake.add
index d0dae5975e..2b7ba3a595 100644
--- a/contrib/crossrpms/autotools/automake.add
+++ b/contrib/crossrpms/autotools/automake.add
@@ -21,6 +21,10 @@ Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: %{requirements} perl
+%if "%{version}" < "1.11"
+# automake >= 1.11 ships man-pages
+BuildRequires: help2man
+%endif
Requires: %{requirements}
Requires(post): /sbin/install-info
Requires(preun):/sbin/install-info