diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ #! /bin/sh -export WANT_AUTOMAKE_1_6=1 - -aclocal \ -&& automake --gnu --add-missing \ +aclocal-1.6 \ +&& automake-1.6 --gnu --add-missing \ && autoconf \ && ./configure --enable-maintainer-mode |