diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #! /bin/sh -aclocal \ +aclocal-1.7 \ && autoheader \ -&& automake --gnu --add-missing \ +&& automake-1.7 --gnu --add-missing \ && autoconf \ && CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode |