summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-28 10:58:50 +0200
committerGravatar Matt Colyer2009-07-28 21:32:13 -0700
commitd089bc54e88d7fa70be9f0c228403c6d02248b52 (patch)
tree2e8b1c8103727ae8a83d39dd59d4217430211de4 /autogen.sh
parentc57ebf917e30afd78dac8042552966811531c632 (diff)
downloadlibimobiledevice-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-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 460bc5e..cb3887a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,5 +6,5 @@ automake --add-missing
autoconf
if [ -z "$NOCONFIGURE" ]; then
- ./configure --enable-dev-tools "$@"
+ ./configure "$@"
fi