summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:14:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:14:55 +0000
commitd7aabb7c3f1156b72b9cc8d405c363faac64d1c9 (patch)
tree2074cf60d775baa4989ed154104a12fa11c27bf6 /bootstrap
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7aabb7c3f1156b72b9cc8d405c363faac64d1c9.tar.bz2
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 8dec6f3f52..50a7dbcad4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -104,7 +104,8 @@ clean)
files=`find . -name 'configure' -print` ;
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
for i in $files; do if test -f $i; then
- rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs
+ rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \
+ mkinstalldirs texinfo.tex
test "$verbose" = "-v" && echo "$i"
fi; done