summaryrefslogtreecommitdiffstats
path: root/scripts/autotools
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/autotools
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/autotools')
-rw-r--r--scripts/autotools/automake-rtems.spec.in3
1 files changed, 2 insertions, 1 deletions
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