mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/Makefile.am, autotools/automake.add: Update to automake-1.10.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* autotools/Makefile.am, autotools/automake.add: Update to
|
||||||
|
automake-1.10.
|
||||||
|
|
||||||
2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* rtems4.7/arm/gcc-sources.add, rtems4.7/h8300/gcc-sources.add,
|
* rtems4.7/arm/gcc-sources.add, rtems4.7/h8300/gcc-sources.add,
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ AUTOCONF_VERS = 2.60
|
|||||||
AUTOCONF_RPMREL = 1
|
AUTOCONF_RPMREL = 1
|
||||||
include ./autoconf.am
|
include ./autoconf.am
|
||||||
|
|
||||||
AUTOMAKE_VERS = 1.9.6
|
AUTOMAKE_VERS = 1.10
|
||||||
AUTOMAKE_RPMREL = 1
|
AUTOMAKE_RPMREL = 2
|
||||||
include ./automake.am
|
include ./automake.am
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
%define rpmvers 1.9.6
|
%define rpmvers 1.10
|
||||||
%define srcvers 1.9.6
|
%define srcvers 1.10
|
||||||
%define amvers 1.9
|
%define amvers 1.10
|
||||||
|
|
||||||
%if "%{_prefix}" != "/usr"
|
%if "%{_prefix}" != "/usr"
|
||||||
%define name @rpmprefix@automake-rtems
|
%define name @rpmprefix@automake-rtems
|
||||||
%define requirements @rpmprefix@autoconf-rtems >= 2.59
|
%define requirements @rpmprefix@autoconf-rtems >= 2.60
|
||||||
%else
|
%else
|
||||||
%define name automake
|
%define name automake
|
||||||
%define requirements autoconf >= 2.60
|
%define requirements autoconf >= 2.60
|
||||||
@@ -26,7 +26,7 @@ Requires(post): /sbin/install-info
|
|||||||
Requires(preun):/sbin/install-info
|
Requires(preun):/sbin/install-info
|
||||||
|
|
||||||
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
|
||||||
Patch0: automake-1.8.1-rtems-20040112-1.diff
|
# Patch0: automake-1.8.1-rtems-20040112-1.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Automake is a tool for automatically generating "Makefile.in"s from
|
Automake is a tool for automatically generating "Makefile.in"s from
|
||||||
@@ -37,12 +37,15 @@ standards.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n automake-%{srcvers}
|
%setup -q -n automake-%{srcvers}
|
||||||
%patch0 -p0
|
# %patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
PATH=%{_prefix}/bin:$PATH
|
PATH=%{_bindir}:$PATH
|
||||||
|
# Don't use %%configure, it replaces config.sub/config.guess with the
|
||||||
|
# outdated versions bundled with it.
|
||||||
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
|
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
|
||||||
--bindir=%{_bindir} --datadir=%{_datadir}
|
--bindir=%{_bindir} --datadir=%{_datadir} \
|
||||||
|
--docdir=%{_datadir}/automake-%{amvers}/doc
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Reference in New Issue
Block a user