diff options
author | Martin Szulecki | 2009-07-28 10:58:50 +0200 |
---|---|---|
committer | Matt Colyer | 2009-07-28 21:32:13 -0700 |
commit | d089bc54e88d7fa70be9f0c228403c6d02248b52 (patch) | |
tree | 2e8b1c8103727ae8a83d39dd59d4217430211de4 /autogen.sh | |
parent | c57ebf917e30afd78dac8042552966811531c632 (diff) | |
download | libimobiledevice-d089bc54e88d7fa70be9f0c228403c6d02248b52.tar.gz libimobiledevice-d089bc54e88d7fa70be9f0c228403c6d02248b52.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 autoconf if [ -z "$NOCONFIGURE" ]; then - ./configure --enable-dev-tools "$@" + ./configure "$@" fi |