don't use buggy automake1.8 (install is broken)
authorMatthias Braun <matze@braunis.de>
Fri, 30 Apr 2004 14:31:02 +0000 (14:31 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 30 Apr 2004 14:31:02 +0000 (14:31 +0000)
SVN-Revision: 864

autogen.sh

index 7c432a4..f9a92f0 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
+export WANT_AUTOMAKE=1.6
+
 aclocal -I mk/autoconf
 automake --copy --add-missing
 autoconf