From c3933d08ae719af9595a10af1b158ed0ddb6a1be Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 30 Jan 2003 20:27:43 +0000 Subject: [PATCH] - Actually call automake 1.6 --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 26db1b6..fc16945 100755 --- a/bootstrap +++ b/bootstrap @@ -20,8 +20,8 @@ fi # no version checking is done here, it's too hard and not worth the effort # when one can just read the README -aclocal && \ +aclocal-1.6 && \ autoheader && \ libtoolize --copy --automake && \ -automake1.6 --foreign --add-missing --copy && \ +automake-1.6 --foreign --add-missing --copy && \ autoconf