diff options
| author | 2009-07-28 10:58:50 +0200 | |
|---|---|---|
| committer | 2009-07-28 10:58:50 +0200 | |
| commit | e169cf993dbf7515cad3da03993a4d224d6cf181 (patch) | |
| tree | 6aca7a4e59779232d9b50bd06ce25abf4ec1f294 /autogen.sh | |
| parent | c443a1fbc2fe5e9858015193628ef66623535766 (diff) | |
| download | libimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.gz libimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.bz2 | |
Move production ready tools into tools/ and do not install the dev/ ones
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,5 +6,5 @@ automake --add-missing | |||
| 6 | autoconf | 6 | autoconf |
| 7 | 7 | ||
| 8 | if [ -z "$NOCONFIGURE" ]; then | 8 | if [ -z "$NOCONFIGURE" ]; then |
| 9 | ./configure --enable-dev-tools "$@" | 9 | ./configure "$@" |
| 10 | fi | 10 | fi |
