From 0e136bed1483e76a0944b8c4f39c393a598fb59e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Apr 2000 13:47:28 +0000 Subject: [PATCH] Patch rtems-rc-4.5.0-12-cvs.diff from Ralf Corsepius . 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 --- bootstrap | 2 +- make/host.cfg.in | 2 +- 2 files changed, 2 insertions(+), 2 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 ) diff --git a/make/host.cfg.in b/make/host.cfg.in index 15f5a11256..aa215b8eae 100644 --- a/make/host.cfg.in +++ b/make/host.cfg.in @@ -19,7 +19,7 @@ SHELL=@SHELL@ ECHO=echo CAT=cat -RM=@RM@ -f +## RM=@RM@ -f CP=@CP@ MV=@MV@ LN=@LN@