diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ #! /bin/sh -aclocal -autoconf -libtoolize --force --copy -automake --add-missing --copy +aclocal && +autoconf && +libtoolize --force --copy && +automake --add-missing --copy && echo You may now run ./configure |