diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ libtoolize autoheader automake --add-missing autoconf + +if [ -z "$NOCONFIGURE" ]; then + ./configure --enable-dev-tools "$@" +fi |