2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootstrap: remove/add automake added files.
	* .cvsignore: reflect changes to bootstrap.
This commit is contained in:
Joel Sherrill
2001-09-21 15:01:28 +00:00
parent 2543311206
commit ceb9f8f0e4
7 changed files with 13 additions and 1931 deletions

View File

@@ -82,7 +82,7 @@ generate)
aclocal $aclocal_args;
test -n "`grep CONFIG_HEADER ${configure}`" && autoheader \
&& test "$verbose" = "-v" && echo "autoheader";
test -f Makefile.am && automake $verbose ;
test -f Makefile.am && automake -a -c $verbose ;
autoconf;
test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \
&& echo timestamp > stamp-h.in
@@ -102,7 +102,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
rm -f $i
rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs
test "$verbose" = "-v" && echo "$i"
fi; done