Don't force a specific autotools version
authorSenko Rasic <senko.rasic@collabora.co.uk>
Tue, 30 Oct 2007 01:26:18 +0100
changeset 302 07e6d94f5032
parent 301 e83880152e77
child 303 2b9069a3ac84
Don't force a specific autotools version
autogen.sh
--- a/autogen.sh	Tue Oct 30 01:23:54 2007 +0100
+++ b/autogen.sh	Tue Oct 30 01:26:18 2007 +0100
@@ -3,8 +3,8 @@
 
 : ${AUTOCONF=autoconf}
 : ${AUTOHEADER=autoheader}
-: ${AUTOMAKE=automake-1.10}
-: ${ACLOCAL=aclocal-1.10}
+: ${AUTOMAKE=automake}
+: ${ACLOCAL=aclocal}
 : ${LIBTOOLIZE=libtoolize}
 : ${INTLTOOLIZE=intltoolize}
 : ${LIBTOOL=libtool}