From 881499a1f9bc915154c9f46adc9e8f2564e5b99a Mon Sep 17 00:00:00 2001 From: germeier Date: Fri, 23 Apr 2004 10:27:30 +0000 Subject: remove all files from CVS which can be automagically generated by the build environment --- autogen.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index a92008e..4b4074f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,8 +5,15 @@ # Andreas Buesching # $id$ +# minimum needed software versions: +# +# * libtoolize (GNU libtool) 1.4.3 +# * aclocal (GNU automake) 1.6.3 +# * autoconf (GNU Autoconf) 2.57 +# * automake (GNU automake) 1.6.3 + export WANT_AUTOMAKE="1.7" -aclocal && autoconf && automake -a && ./configure $@ +libtoolize -c -f && aclocal && autoconf && automake -a -c -f && ./configure $@ # end of autogen.sh -- cgit v1.2.3