summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-28 01:32:54 +0100
committerGravatar Martin Szulecki2015-01-28 01:32:54 +0100
commit64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5 (patch)
tree79beea61702d5ee22ada725a7f76327dd19801cf /configure.ac
parentbf3223b972d60a82f394e8a2482f1b75c6caf0e4 (diff)
downloadlibimobiledevice-64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5.tar.gz
libimobiledevice-64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5.tar.bz2
Remove dev tools which are not installed and unmaintained anyways
Some might return as proper tools or be used as examples within the website documentation sooner or later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index 79e1590..c2678f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,26 +156,6 @@ else
156 AC_SUBST(ssl_requires) 156 AC_SUBST(ssl_requires)
157fi 157fi
158 158
159AC_ARG_ENABLE([dev-tools],
160 [AS_HELP_STRING([--enable-dev-tools],
161 [build development helper tools (default is no)])],
162 [build_dev_tools=true],
163 [build_dev_tools=false])
164if test "$build_dev_tools" = true; then
165 DEV_SUB=dev
166 AC_CHECK_HEADERS([readline/readline.h],
167 [],
168 [AC_MSG_ERROR([Please install readline development headers])]
169 )
170 building_dev_tools=yes
171else
172 DEV_SUB=
173 building_dev_tools=no
174fi
175
176AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"])
177AC_SUBST([DEV_SUB])
178
179AC_ARG_ENABLE([debug-code], 159AC_ARG_ENABLE([debug-code],
180 [AS_HELP_STRING([--enable-debug-code], 160 [AS_HELP_STRING([--enable-debug-code],
181 [enable debug message reporting in library (default is no)])], 161 [enable debug message reporting in library (default is no)])],
@@ -230,7 +210,6 @@ Makefile
230common/Makefile 210common/Makefile
231src/Makefile 211src/Makefile
232include/Makefile 212include/Makefile
233dev/Makefile
234tools/Makefile 213tools/Makefile
235cython/Makefile 214cython/Makefile
236docs/Makefile 215docs/Makefile
@@ -244,7 +223,6 @@ Configuration for $PACKAGE $VERSION:
244 223
245 Install prefix: .........: $prefix 224 Install prefix: .........: $prefix
246 Debug code ..............: $building_debug_code 225 Debug code ..............: $building_debug_code
247 Dev tools ...............: $building_dev_tools
248 Python bindings .........: $cython_python_bindings 226 Python bindings .........: $cython_python_bindings
249 SSL support backend .....: $ssl_provider 227 SSL support backend .....: $ssl_provider
250 228