summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:33:25 +0000
commit8784165c9d3d07641d26fc87eeab963f733df5d7 (patch)
tree81075c6becb477b2960a3d507b1bab2a86179920
parentRemove custom/nios2_iss.cfg. (diff)
downloadrtems-8784165c9d3d07641d26fc87eeab963f733df5d7.tar.bz2
Update to automake-1.10.
-rw-r--r--contrib/crossrpms/autotools/Makefile.am4
-rw-r--r--contrib/crossrpms/autotools/automake.add17
2 files changed, 11 insertions, 10 deletions
diff --git a/contrib/crossrpms/autotools/Makefile.am b/contrib/crossrpms/autotools/Makefile.am
index bb0f9237d8..8683895d52 100644
--- a/contrib/crossrpms/autotools/Makefile.am
+++ b/contrib/crossrpms/autotools/Makefile.am
@@ -8,6 +8,6 @@ AUTOCONF_VERS = 2.60
AUTOCONF_RPMREL = 1
include ./autoconf.am
-AUTOMAKE_VERS = 1.9.6
-AUTOMAKE_RPMREL = 1
+AUTOMAKE_VERS = 1.10
+AUTOMAKE_RPMREL = 2
include ./automake.am
diff --git a/contrib/crossrpms/autotools/automake.add b/contrib/crossrpms/autotools/automake.add
index 43b5245a6b..a9fe0126a1 100644
--- a/contrib/crossrpms/autotools/automake.add
+++ b/contrib/crossrpms/autotools/automake.add
@@ -1,10 +1,10 @@
-%define rpmvers 1.9.6
-%define srcvers 1.9.6
-%define amvers 1.9
+%define rpmvers 1.10
+%define srcvers 1.10
+%define amvers 1.10
%if "%{_prefix}" != "/usr"
%define name @rpmprefix@automake-rtems
-%define requirements @rpmprefix@autoconf-rtems >= 2.59
+%define requirements @rpmprefix@autoconf-rtems >= 2.60
%else
%define name automake
%define requirements autoconf >= 2.60
@@ -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,14 @@ standards.
%prep
%setup -q -n automake-%{srcvers}
-%patch0 -p0
%build
-PATH=%{_prefix}/bin:$PATH
+PATH=%{_bindir}:$PATH
+# Don't use %%configure, it replaces config.sub/config.guess with the
+# outdated versions bundled with rpm.
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
- --bindir=%{_bindir} --datadir=%{_datadir}
+ --bindir=%{_bindir} --datadir=%{_datadir} \
+ --docdir=%{_datadir}/automake-%{amvers}/doc
make
%install