summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-25 14:56:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-25 14:56:47 +0000
commitd08b8eb889cde91cfbfb8294645b8b8f6f74b8c4 (patch)
tree8d5147b50dade09487badd3127b61ebc55d7c4db /scripts
parent2002-10-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d08b8eb889cde91cfbfb8294645b8b8f6f74b8c4.tar.bz2
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).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog7
-rw-r--r--scripts/autotools/automake-rtems.spec.in3
2 files changed, 8 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 4ada8f7d79..95f6c2593a 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -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.
Remove Provides: autoconf (Conflicts with RH-8.0).
diff --git a/scripts/autotools/automake-rtems.spec.in b/scripts/autotools/automake-rtems.spec.in
index 2bf4c2c241..8c4cf42162 100644
--- a/scripts/autotools/automake-rtems.spec.in
+++ b/scripts/autotools/automake-rtems.spec.in
@@ -22,7 +22,7 @@
Vendor: http://www.rtems.com
Name: %{name}
-Packager: Ralf Corsepius <ralf@links2linux.de>
+Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Copyright: GPL
Group: rtems
@@ -49,6 +49,7 @@ standards.
%setup -q -n %{_name}-%{srcvers}
%build
+PATH=%{_prefix}/bin:$PATH
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make