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.
This commit is contained in:
Joel Sherrill
2002-01-24 14:14:55 +00:00
parent b96a7b14f9
commit d7aabb7c3f
3 changed files with 9 additions and 2 deletions

View File

@@ -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