diff options
| author | 2009-05-10 19:39:43 -0700 | |
|---|---|---|
| committer | 2009-05-10 19:39:43 -0700 | |
| commit | 4c68d5e2137ea605569c8789a7ef5366df3053af (patch) | |
| tree | a0252fd1bdb4247ea829e224d5cfa09715999e04 /autogen.sh | |
| parent | d6a310066d0ae9481f30bb68b1e01b405025eca7 (diff) | |
| download | libimobiledevice-4c68d5e2137ea605569c8789a7ef5366df3053af.tar.gz libimobiledevice-4c68d5e2137ea605569c8789a7ef5366df3053af.tar.bz2 | |
Fixes for 0.9.1 release.
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 | ||
