forked from Imagelibrary/rtems
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/automake-rtems.spec.in: Fix my address. Set up PATH before running configure (Prep. for automake >= 1.7).
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
2002-10-25 Joel Sherrill <joel@OARcorp.com>
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* autotools/automake-rtems.spec.in: Fix my address. Set up PATH
|
||||||
|
before running configure (Prep. for automake >= 1.7).
|
||||||
|
|
||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* autotools/autoconf-rtems.spec.in: New.
|
* autotools/autoconf-rtems.spec.in: New.
|
||||||
Remove Provides: autoconf (Conflicts with RH-8.0).
|
Remove Provides: autoconf (Conflicts with RH-8.0).
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Vendor: http://www.rtems.com
|
Vendor: http://www.rtems.com
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Packager: Ralf Corsepius <ralf@links2linux.de>
|
Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: rtems
|
Group: rtems
|
||||||
@@ -49,6 +49,7 @@ standards.
|
|||||||
%setup -q -n %{_name}-%{srcvers}
|
%setup -q -n %{_name}-%{srcvers}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
PATH=%{_prefix}/bin:$PATH
|
||||||
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user