diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index efe6d360d9..92239bf3fc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,5 @@ aclocal && autoheader && autoconf && - automake --add-missing --copy -./configure - + automake --add-missing --copy && + ./configure |