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 | |||
| 4 | autoheader | 4 | autoheader |
| 5 | automake --add-missing | 5 | automake --add-missing |
| 6 | autoconf | 6 | autoconf |
| 7 | |||
| 8 | if [ -z "$NOCONFIGURE" ]; then | ||
| 9 | ./configure --enable-dev-tools "$@" | ||
| 10 | fi | ||
