summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-13 16:21:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-13 16:21:33 +0000
commit23557f57c4dd05195eaac0cc126a60830fce9831 (patch)
tree78cc51955eb6a7286357efc2b1edf0425fe627dc /bootstrap
parent2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-23557f57c4dd05195eaac0cc126a60830fce9831.tar.bz2
2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config.sub: Remove (Automatically added by automake, again). * bootstrap: Reflect change above. * configure.ac: Require automake >= 1.7.6.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 3060d85dec..1ce3523456 100755
--- a/bootstrap
+++ b/bootstrap
@@ -160,9 +160,7 @@ clean)
files=`find . -name 'configure' -print` ;
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
for i in $files; do if test -f $i; then
- # The config.sub shipped with automake <= 1.7.5 does handle c4x/tic4x-* correctly.
- # rm -f config.sub
- rm -f $i config.guess depcomp install-sh mdate-sh missing \
+ rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \
mkinstalldirs texinfo.tex
test "$verbose" = "-v" && echo "$i"
fi; done