From ceb9f8f0e43a299f59a90339fbb55a49f398156a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 Sep 2001 15:01:28 +0000 Subject: 2001-09-21 Ralf Corsepius * bootstrap: remove/add automake added files. * .cvsignore: reflect changes to bootstrap. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index dd6d707c5e..487ae92e86 100755 --- a/bootstrap +++ b/bootstrap @@ -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 -- cgit v1.2.3