summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-13 13:47:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-13 13:47:28 +0000
commit0e136bed1483e76a0944b8c4f39c393a598fb59e (patch)
treec4388710d3c07908ca71660f9846ccd70bcf1f18 /bootstrap
parentModified CVS Id. (diff)
downloadrtems-0e136bed1483e76a0944b8c4f39c393a598fb59e.tar.bz2
Patch rtems-rc-4.5.0-12-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The patch contains two mid-severity bug fixes: - bootstrap: fix autoheader invocation - make/host.cfg.in: comment out RM, required by c/src/make/host.cfg.in, which is generated from make/host.cfg.in
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c06dc86d06..b0af7ca9ec 100755
--- a/bootstrap
+++ b/bootstrap
@@ -76,8 +76,8 @@ generate)
cd $dir;
aclocal -I $aclocal_dir;
autoconf;
- test -f Makefile.am && automake $verbose ;
test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
+ test -f Makefile.am && automake $verbose ;
test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \
&& echo timestamp > stamp-h.in
)