]> sigrok.org Git - libsigrok.git/blame - configure.ac
hameg-hmo / rigol-ds: Restore compatibility with std_dev_clear()
[libsigrok.git] / configure.ac
CommitLineData
826938d8 1##
50985c20 2## This file is part of the libsigrok project.
826938d8 3##
c73d2ea4 4## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
d375b3c3 5## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
826938d8
UH
6##
7## This program is free software: you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation, either version 3 of the License, or
10## (at your option) any later version.
11##
12## This program is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with this program. If not, see <http://www.gnu.org/licenses/>.
19##
20
ef7228ba
UH
21# We require at least autoconf 2.63 (AC_INIT format changed there).
22AC_PREREQ([2.63])
826938d8 23
3af71f0d 24# libsigrok package version number (NOT the same as shared lib version!).
6dddd902 25m4_define([sr_package_version_major], [0])
4133caab
UH
26m4_define([sr_package_version_minor], [3])
27m4_define([sr_package_version_micro], [0])
6dddd902 28m4_define([sr_package_version], [sr_package_version_major.sr_package_version_minor.sr_package_version_micro])
826938d8 29
6dddd902 30AC_INIT([libsigrok], [sr_package_version], [sigrok-devel@lists.sourceforge.net],
db8ae7b9 31 [libsigrok], [http://www.sigrok.org])
826938d8 32AC_CONFIG_HEADER([config.h])
d8521c93
UH
33AC_CONFIG_MACRO_DIR([autostuff])
34AC_CONFIG_AUX_DIR([autostuff])
826938d8 35
ef7228ba 36# We require at least automake 1.11 (needed for 'silent rules').
67bd8055 37AM_INIT_AUTOMAKE([1.11 -Wall -Werror subdir-objects check-news color-tests])
826938d8 38m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
432e5e95 39m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
826938d8 40
6dddd902
UH
41AH_TOP([#ifndef SR_CONFIG_H
42#define SR_CONFIG_H /* To stop multiple inclusions. */])
43AH_BOTTOM([#endif /* SR_CONFIG_H */])
826938d8 44
1a081ca6
UH
45# Enable more compiler warnings via -Wall and -Wextra. Add -fvisibility=hidden
46# and enforce use of SR_API to explicitly mark all public API functions.
4f10853e
ML
47COMMON_FLAGS="$CFLAGS -Wall -Wextra -fvisibility=hidden"
48CFLAGS="$COMMON_FLAGS -Wmissing-prototypes"
c23c8659 49CXXFLAGS="-std=c++11 $COMMON_FLAGS"
826938d8
UH
50
51# Checks for programs.
826938d8
UH
52AC_PROG_CC
53AC_PROG_CPP
c23c8659 54AC_PROG_CXX
826938d8
UH
55AC_PROG_INSTALL
56AC_PROG_LN_S
57
bb203cde
UH
58# Required for per-target flags or subdir-objects with C sources.
59AM_PROG_CC_C_O
60
826938d8
UH
61# Initialize libtool.
62LT_INIT
63
64# Initialize pkg-config.
65# We require at least 0.22, as "Requires.private" behaviour changed there.
66PKG_PROG_PKG_CONFIG([0.22])
67
3af71f0d 68# Library version for libsigrok (NOT the same as the package version).
826938d8
UH
69# Carefully read the libtool docs before updating these numbers!
70# The algorithm for determining which number to change (and how) is nontrivial!
71# http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
85ca913c
UH
72SR_LIB_VERSION_CURRENT=2
73SR_LIB_VERSION_REVISION=0
6dddd902
UH
74SR_LIB_VERSION_AGE=0
75SR_LIB_VERSION="$SR_LIB_VERSION_CURRENT:$SR_LIB_VERSION_REVISION:$SR_LIB_VERSION_AGE"
76SR_LIB_LDFLAGS="-version-info $SR_LIB_VERSION"
77AC_SUBST(SR_LIB_VERSION_CURRENT)
78AC_SUBST(SR_LIB_VERSION_REVISION)
79AC_SUBST(SR_LIB_VERSION_AGE)
80AC_SUBST(SR_LIB_VERSION)
81AC_SUBST(SR_LIB_LDFLAGS)
826938d8 82
dbf2482e
BV
83AC_ARG_ENABLE(all-drivers, AC_HELP_STRING([--enable-all-drivers],
84 [enable all drivers by default [default=yes]]),
85 [HW_ENABLED_DEFAULT="$enableval"],
86 [HW_ENABLED_DEFAULT="yes"])
87
d4b38748
BV
88# Usage: DRIVER([Device name], [driver-name])
89# An optional third argument [no] disables that driver.
90m4_define([driverize], [m4_tolower(m4_bpatsubst([$1], [[^0-9a-zA-Z-]+], [-]))])
91m4_define([upperize], [m4_toupper(m4_bpatsubst([$1], [[^0-9a-zA-Z_]+], [_]))])
92AC_DEFUN([DRIVER], [
93 if test -z "$3"; then
94 default=$HW_ENABLED_DEFAULT
95 else
96 default="$3"
97 fi
98 AC_ARG_ENABLE($2, AC_HELP_STRING([--enable-$2], [enable $1 support]),
99 [m4_join([], [HW_], upperize([$2]))="$enableval"],
100 [m4_join([], [HW_], upperize([$2]))=$default])
43cd4637
BV
101 dots=$(echo -n ".............................." | cut -c 1-$(expr 32 - $(echo -n $2|wc -c)))
102 driver_summary="${driver_summary} - $2${dots} \${m4_join([], [HW_], upperize([$2]))}@"
d4b38748
BV
103])
104
105DRIVER([Agilent DMM], [agilent-dmm])
106DRIVER([Appa 55II], [appa-55ii])
107DRIVER([ASIX SIGMA/SIGMA2], [asix-sigma])
108DRIVER([Atten PPS3xxx], [atten-pps3xxx])
bb993797 109DRIVER([BeagleLogic], [beaglelogic])
d4b38748
BV
110DRIVER([Brymen BM86x], [brymen-bm86x])
111DRIVER([Brymen DMM], [brymen-dmm])
112DRIVER([CEM DT-885x], [cem-dt-885x])
113DRIVER([Center 3xx], [center-3xx])
114DRIVER([ChronoVu LA], [chronovu-la])
115DRIVER([Colead SLM], [colead-slm])
116DRIVER([Conrad DIGI 35 CPU], [conrad-digi-35-cpu])
117DRIVER([demo], [demo])
118DRIVER([Fluke DMM], [fluke-dmm])
119DRIVER([fx2lafw], [fx2lafw])
120DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x])
121DRIVER([Hameg HMO], [hameg-hmo])
122DRIVER([Hantek DSO], [hantek-dso])
123DRIVER([Ikalogic Scanalogic-2], [ikalogic-scanalogic2])
124DRIVER([Ikalogic Scanaplus], [ikalogic-scanaplus])
125DRIVER([Kecheng KC-330B], [kecheng-kc-330b])
126DRIVER([Lascar EL-USB], [lascar-el-usb])
127DRIVER([Manson HCS-3xxx], [manson-hcs-3xxx])
128DRIVER([MIC 985xx], [mic-985xx])
129DRIVER([Motech LPS 30x], [motech-lps-30x])
130DRIVER([Norma DMM], [norma-dmm])
131DRIVER([OpenBench Logic Sniffer], [openbench-logic-sniffer])
132DRIVER([Rigol DS], [rigol-ds])
133DRIVER([Saleae Logic16], [saleae-logic16])
134DRIVER([serial DMM], [serial-dmm])
135DRIVER([Sysclk LWLA], [sysclk-lwla])
136DRIVER([Teleinfo], [teleinfo])
137DRIVER([Testo], [testo])
138DRIVER([Tondaj SL-814], [tondaj-sl-814])
139DRIVER([UNI-T DMM], [uni-t-dmm])
140DRIVER([UNI-T UT32x], [uni-t-ut32x])
141DRIVER([Victor DMM], [victor-dmm])
142DRIVER([ZEROPLUS Logic Cube], [zeroplus-logic-cube])
826938d8 143
a4737997
MF
144AC_ARG_ENABLE(libserialport,
145 AC_HELP_STRING([--disable-libserialport],
146 [disable libserialport support [default=detect]]))
147
148AC_ARG_ENABLE(libftdi,
149 AC_HELP_STRING([--disable-libftdi],
150 [disable libftdi support [default=detect]]))
151
152AC_ARG_ENABLE(libusb,
153 AC_HELP_STRING([--disable-libusb],
154 [disable libusb support [default=detect]]))
155
c23c8659
ML
156# Language binding '--enable' options
157
6223feeb
BV
158AC_ARG_ENABLE(bindings,
159 AC_HELP_STRING([--enable-bindings],
160 [build language bindings [default=yes]]),
161 [BINDINGS_ALL="$enableval"], [BINDINGS_ALL="yes"])
162
163AC_ARG_ENABLE(cxx,
c23c8659
ML
164 AC_HELP_STRING([--enable-cxx],
165 [build C++ bindings [default=yes]]),
6223feeb 166 [BINDINGS_CXX="$enableval"], [BINDINGS_CXX=$BINDINGS_ALL])
c23c8659 167
f7740954
ML
168AC_ARG_ENABLE(python,
169 AC_HELP_STRING([--enable-python],
170 [build Python bindings [default=yes]]),
6223feeb 171 [BINDINGS_PYTHON="$enableval"], [BINDINGS_PYTHON=$BINDINGS_ALL])
f7740954 172
9fcf4d0b
ML
173AC_ARG_ENABLE(java,
174 AC_HELP_STRING([--enable-java],
175 [build Java bindings [default=yes]]),
6223feeb 176 [BINDINGS_JAVA="$enableval"], [BINDINGS_JAVA=$BINDINGS_ALL])
9fcf4d0b 177
3e27b177
MC
178AC_ARG_WITH(jni-include-path,
179 AC_HELP_STRING([--with-jni-include-path=path],
180 [specify include path for JNI [default=autodetect]]),
181 [JNI_INCLUDE_DIRS="$withval"], [JNI_INCLUDE_DIRS=auto])
182
c23c8659
ML
183# Check if the C++ compiler supports the C++11 standard.
184
f8158d56
BV
185m4_ifdef([AX_CXX_COMPILE_STDCXX_11], [AX_CXX_COMPILE_STDCXX_11(,[optional])],
186 [AC_MSG_NOTICE([Missing macro m4_toupper(aX_CXX_COMPILE_STDCXX_11), no C++11 check])])
c23c8659
ML
187
188if test "x$HAVE_CXX11" != "x1"; then
1029d384 189 BINDINGS_CXX="no"; cxx_msg="C++11 compiler required"
c23c8659
ML
190fi
191
3532ed01
ML
192# The C++ bindings use doxygen to parse libsigrok symbols.
193AC_CHECK_PROG([HAVE_DOXYGEN], [doxygen], [yes])
194if test "x$HAVE_DOXYGEN" != "xyes"; then
195 BINDINGS_CXX="no"; cxx_msg="doxygen required"
bcacb863
BV
196fi
197
de44e114
BV
198# Python is needed for the C++ bindings.
199AC_CHECK_PROG([HAVE_PYTHON], [python], [yes])
200if test "x$HAVE_PYTHON" != "xyes"; then
201 BINDINGS_CXX="no"; cxx_msg="Python required"
202fi
203
204# The Python bindings need Python development files
57d62c4c 205PKG_CHECK_MODULES([python], [python >= 2.7],
bcacb863
BV
206 [CXXFLAGS="$CXXFLAGS $python_CFLAGS";
207 CXXLIBS="$CXXLIBS $python_LIBS"],
2ba308ec
MC
208[PKG_CHECK_MODULES([python27], [python-2.7 >= 2.7],
209 [CXXFLAGS="$CXXFLAGS $python27_CFLAGS";
210 CXXLIBS="$CXXLIBS $python27_LIBS"],
211 [BINDINGS_PYTHON="no"; python_msg="Python headers required"])])
bcacb863 212
de44e114 213# The Python bindings need the setuptools Python module.
0afa91b7
BV
214m4_ifdef([AX_PYTHON_MODULE], [AX_PYTHON_MODULE([setuptools])],
215 # We'll let it go through even if the macro wasn't found, the python
216 # module may still be there.
217 [HAVE_PYTHON_SETUPTOOLS="yes";
218 AC_MSG_NOTICE([Missing macro m4_toupper(aX_PYTHON_MODULE), no setuptools check])]
219)
220if test "x$HAVE_PYMOD_SETUPTOOLS" != "xyes"; then
de44e114 221 BINDINGS_PYTHON="no"; python_msg="Python setuptools module required"
0afa91b7 222fi
f7740954 223
0afa91b7
BV
224# The Python and Java bindings use swig to generate code.
225AC_CHECK_PROG([HAVE_SWIG], [swig], [yes])
226if test "x$HAVE_SWIG" != "xyes"; then
1029d384
BV
227 BINDINGS_PYTHON="no"; python_msg="swig required"
228 BINDINGS_JAVA="no"; java_msg="swig required"
f7740954
ML
229fi
230
826938d8
UH
231# Checks for libraries.
232
1c6736ab
ML
233case "$host" in
234*mingw*)
235 # We need to link against the Winsock2 library for SCPI over TCP.
236 LIBS="$LIBS -lws2_32";;
237esac
238
826938d8
UH
239# This variable collects the pkg-config names of all detected libs.
240# It is then used to construct the "Requires.private:" field in the
241# libsigrok.pc file.
6dddd902 242SR_PKGLIBS=""
826938d8 243
ee8ddd8f
UH
244# libm (the standard math library) is always needed.
245AC_SEARCH_LIBS([pow], [m])
246
7d4874c1 247# RPC is only needed for VXI support.
d5876cfb
AJ
248AC_MSG_CHECKING([for RPC support])
249AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <rpc/rpc.h>],
823b4e58
MH
250 [CLIENT *rpc_test(void)],
251 [{ return clnt_create("", 0, 0, ""); }])],
252 [AC_MSG_RESULT([yes]); have_rpc=1],
253 [AC_MSG_RESULT([no]); have_rpc=0])
d5876cfb 254# Define HAVE_RPC in config.h if we found RPC support.
7d4874c1 255AC_DEFINE_UNQUOTED(HAVE_RPC, [$have_rpc], [Specifies whether we have RPC support.])
d5876cfb 256# VXI support is only compiled if RPC support was found.
7d4874c1 257AM_CONDITIONAL(NEED_RPC, test "x$have_rpc" != "x0")
d5876cfb 258
aba69262 259# libglib-2.0 is always needed. Abort if it's not found.
826938d8 260# Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement).
406569dd
UH
261# We require at least 2.32.0 due to e.g. g_variant_new_fixed_array().
262AM_PATH_GLIB_2_0([2.32.0],
4f10853e 263 [LIB_CFLAGS="$LIB_CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
826938d8 264
aba69262 265# libzip is always needed. Abort if it's not found.
8819bf5a 266PKG_CHECK_MODULES([libzip], [libzip >= 0.10],
4f10853e 267 [LIB_CFLAGS="$LIB_CFLAGS $libzip_CFLAGS"; LIBS="$LIBS $libzip_LIBS";
6dddd902 268 SR_PKGLIBS="$SR_PKGLIBS libzip"])
826938d8 269
c4f2dfd0
UH
270# libserialport is only needed for some hardware drivers. Disable the
271# respective drivers if it is not found.
a4737997 272if test "x$enable_libserialport" != "xno"; then
81a69107 273 PKG_CHECK_MODULES([libserialport], [libserialport >= 0.2.0],
a4737997
MF
274 [have_libserialport="yes"; LIB_CFLAGS="$LIB_CFLAGS $libserialport_CFLAGS";
275 LIBS="$LIBS $libserialport_LIBS";
276 SR_PKGLIBS="$SR_PKGLIBS libserialport"],
277 [have_libserialport="no"])
278 if test "x$enable_libserialport$have_libserialport" = "xyesno"; then
279 AC_MSG_ERROR([libserialport support requested, but it was not found])
280 fi
281else
282 have_libserialport="no"
283fi
284
285# Define HAVE_LIBSERIALPORT in config.h if we found libserialport.
286if test "x$have_libserialport" = "xno"; then
287 HW_AGILENT_DMM="no"; HW_APPA_55II="no";
1c183900 288 HW_ATTEN_PPS3XXX="no"; HW_BRYMEN_DMM="no"; HW_CEM_DT_885X="no";
823b4e58 289 HW_CENTER_3XX="no"; HW_COLEAD_SLM="no"; HW_CONRAD_DIGI_35_CPU="no";
8c21897f 290 HW_FLUKE_DMM="no"; HW_GMC_MH_1X_2X="no"; HW_HAMEG_HMO="no";
adeae78f 291 HW_MANSON_HCS_3XXX="no"; HW_MIC_985XX="no"; HW_MOTECH_LPS_30X="no";
d4b38748
BV
292 HW_NORMA_DMM="no"; HW_OPENBENCH_LOGIC_SNIFFER="no"; HW_SERIAL_DMM="no";
293 HW_TELEINFO="no"; HW_TONDAJ_SL_814="no";
a4737997 294else
c4f2dfd0
UH
295 AC_DEFINE_UNQUOTED(HAVE_LIBSERIALPORT, [1],
296 [Specifies whether we have libserialport.])
297fi
298
299# Serial port helper code is only compiled in if libserialport was found.
300AM_CONDITIONAL(NEED_SERIAL, test "x$have_libserialport" != xno)
a9bce5a5 301
1fb2312f 302PKG_CHECK_MODULES([librevisa], [librevisa >= 0.0.20130812],
4f10853e 303 [have_librevisa="yes"; LIB_CFLAGS="$LIB_CFLAGS $librevisa_CFLAGS";
1fb2312f 304 LIBS="$LIBS $librevisa_LIBS";
b84b7ee7
ML
305 SR_PKGLIBS="$SR_PKGLIBS librevisa"],
306 [have_librevisa="no"])
1fb2312f
ML
307
308# VISA SCPI backend is only compiled in if librevisa was found.
309AM_CONDITIONAL(NEED_VISA, test "x$have_librevisa" != xno)
310
311# Define HAVE_LIBREVISA in config.h if we found librevisa.
312if test "x$have_librevisa" != "xno"; then
313 AC_DEFINE_UNQUOTED(HAVE_LIBREVISA, [1],
314 [Specifies whether we have librevisa.])
315fi
316
aba69262
UH
317# libusb-1.0 is only needed for some hardware drivers. Disable the respective
318# drivers if it is not found.
a4737997
MF
319if test "x$enable_libusb" != "xno"; then
320 case "$host" in
321 *freebsd*)
322 # FreeBSD comes with an "integrated" libusb-1.0-style USB API.
323 # This means libusb-1.0 is always available, no need to check for it,
324 # and no need to (potentially) disable any drivers if it's not found.
325 have_libusb1_0="yes"
326 ;;
327 *)
328 PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.16],
329 [have_libusb1_0="yes"; LIB_CFLAGS="$LIB_CFLAGS $libusb_CFLAGS";
330 LIBS="$LIBS $libusb_LIBS";
331 SR_PKGLIBS="$SR_PKGLIBS libusb-1.0"],
332 [have_libusb1_0="no"])
333 if test "x$enable_libusb$have_libusb1_0" = "xyesno"; then
334 AC_MSG_ERROR([libusb support requested, but it was not found])
335 fi
336 ;;
337 esac
338else
339 have_libusb1_0="no"
340fi
341
342# Define HAVE_LIBUSB_1_0 in config.h if we found libusb-1.0.
343if test "x$have_libusb1_0" = "xno"; then
344 HW_BRYMEN_BM86X="no"; HW_FX2LAFW="no";
345 HW_HANTEK_DSO="no"; HW_IKALOGIC_SCANALOGIC2="no";
346 HW_KECHENG_KC_330B="no"; HW_LASCAR_EL_USB="no";
0acdd793 347 HW_SYSCLK_LWLA="no"; HW_TESTO="no"; HW_UNI_T_DMM="no";
a4737997
MF
348 HW_UNI_T_UT32X="no"; HW_VICTOR_DMM="no";
349 HW_ZEROPLUS_LOGIC_CUBE="no"; HW_SALEAE_LOGIC16="no";
350else
aba69262
UH
351 AC_DEFINE_UNQUOTED(HAVE_LIBUSB_1_0, [1],
352 [Specifies whether we have a libusb.h header.])
a4737997 353fi
aba69262 354
3fd1d0ee
UH
355# USB + FX2 firmware helper code is only compiled in if libusb-1.0 was found.
356AM_CONDITIONAL(NEED_USB, test "x$have_libusb1_0" != xno)
357
aba69262 358# libftdi is only needed for some hardware drivers. Disable them if not found.
a4737997
MF
359if test "x$enable_libftdi" != "xno"; then
360 PKG_CHECK_MODULES([libftdi], [libftdi >= 0.16],
361 [have_libftdi="yes"; LIB_CFLAGS="$LIB_CFLAGS $libftdi_CFLAGS";
362 LIBS="$LIBS $libftdi_LIBS";
363 SR_PKGLIBS="$SR_PKGLIBS libftdi"],
c78bcc6f 364 [PKG_CHECK_MODULES([libftdi1], [libftdi1 >= 1.0],
92506359
DH
365 [LIB_CFLAGS="$LIB_CFLAGS $libftdi1_CFLAGS";
366 LIBS="$LIBS $libftdi1_LIBS";
367 SR_PKGLIBS="$SR_PKGLIBS libftdi1"],
368 [have_libftdi="no"])])
a4737997
MF
369 if test "x$enable_libftdi$have_libftdi" = "xyesno"; then
370 AC_MSG_ERROR([libftdi support requested, but it was not found])
371 fi
372else
373 have_libftdi="no"
374fi
375
376if test "x$have_libftdi" = "xno"; then
377 HW_ASIX_SIGMA="no"; HW_CHRONOVU_LA="no"; HW_IKALOGIC_SCANAPLUS="no";
378fi
aba69262 379
c23c8659
ML
380# glibmm-2.4 is needed for the C++ bindings.
381PKG_CHECK_MODULES([glibmm], [glibmm-2.4 >= 2.32.0],
382 [CXXFLAGS="$CXXFLAGS $glibmm_CFLAGS";
1029d384
BV
383 CXXLIBS="$CXXLIBS $glibmm_LIBS"],
384 [BINDINGS_CXX="no"; cxx_msg="glibmm required"])
c23c8659 385
f7740954 386# PyGObject is needed for the Python bindings.
022a7fe0 387PKG_CHECK_MODULES([pygobject], [pygobject-3.0 >= 3.0.0],
f7740954 388 [CXXFLAGS="$CXXFLAGS $pygobject_CFLAGS";
abc7146d
ML
389 CXXLIBS="$CXXLIBS $pygobject_LIBS";
390 PKG_CHECK_MODULES([pygobject_3_7_91], [pygobject-3.0 >= 3.7.91],
391 [pyg_flags_signed=0], [pyg_flags_signed=1]);
392 AC_DEFINE_UNQUOTED(PYGOBJECT_FLAGS_SIGNED, [$pyg_flags_signed],
393 [Whether last argument to pyg_flags_get_value() is signed])],
1029d384 394 [BINDINGS_PYTHON="no"; python_msg="Python pygobject module required"])
f7740954 395
aba69262 396# The Check unit testing framework is optional. Disable if not found.
79bb0e97 397PKG_CHECK_MODULES([check], [check >= 0.9.4],
82bfb646 398 [have_check="yes"], [have_check="no"])
79bb0e97
UH
399AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
400
37fa80b4
ML
401# The OLS driver uses serial port file descriptors directly, and therefore
402# will not currently work on Windows.
403case "$host" in
404*mingw*)
d4b38748 405 HW_OPENBENCH_LOGIC_SNIFFER="no"
d0a92abd 406 ;;
37fa80b4
ML
407esac
408
375340a7
UH
409# The BeagleLogic driver needs sys/mman.h and sys/ioctl.h. Don't try to
410# build it if these headers aren't available.
411AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
412
6dddd902 413AC_SUBST(SR_PKGLIBS)
826938d8 414
55e55a3f 415CFLAGS="$CFLAGS -Iinclude/libsigrok -I${srcdir}/include/libsigrok $LIB_CFLAGS"
33c84e81 416CXXFLAGS="$CXXFLAGS -Iinclude/libsigrok -I${srcdir}/include -Ibindings/cxx -Ibindings/cxx/include/libsigrok -I${srcdir}/bindings/cxx/include $LIB_CFLAGS"
4f10853e 417
9fcf4d0b
ML
418# Find Java compiler and JNI includes for Java bindings.
419
420AC_CHECK_PROG([HAVE_JAVAC], [javac], [yes], [no])
421
422if test "x$HAVE_JAVAC" = "xyes"; then
423 AX_PROG_JAVAC
3e27b177
MC
424 if test "x$JNI_INCLUDE_DIRS" = "xauto"; then
425 if test "x$cross_compiling" = "xyes"; then
426 JNI_INCLUDE_DIRS=
427 else
428 AX_JNI_INCLUDE_DIR
429 fi
430 fi
9fcf4d0b
ML
431 for JNI_INCLUDE_DIR in $JNI_INCLUDE_DIRS; do
432 CXXFLAGS="$CXXFLAGS -I$JNI_INCLUDE_DIR"
433 done
3e27b177
MC
434 AC_LANG_PUSH([C++])
435 AC_CHECK_HEADERS([jni.h], [], [BINDINGS_JAVA="no"; java_msg="Java JNI headers required"])
436 AC_LANG_POP([C++])
9fcf4d0b 437else
1029d384
BV
438 BINDINGS_JAVA="no"; java_msg="Java compiler required"
439fi
440
441# Python and Java bindings depend on C++ bindings.
442if test "x$BINDINGS_CXX" != "xyes"; then
443 BINDINGS_PYTHON="no"; python_msg="C++ bindings required"
444 BINDINGS_JAVA="no"; java_msg="C++ bindings required"
9fcf4d0b
ML
445fi
446
ae4c3d04
UH
447# Now set AM_CONDITIONALs and AC_DEFINEs for the enabled/disabled drivers.
448
449AM_CONDITIONAL(HW_AGILENT_DMM, test x$HW_AGILENT_DMM = xyes)
450if test "x$HW_AGILENT_DMM" = "xyes"; then
451 AC_DEFINE(HAVE_HW_AGILENT_DMM, 1, [Agilent DMM support])
452fi
453
5e7a8e57
AJ
454AM_CONDITIONAL(HW_APPA_55II, test x$HW_APPA_55II = xyes)
455if test "x$HW_APPA_55II" = "xyes"; then
456 AC_DEFINE(HAVE_HW_APPA_55II, 1, [APPA 55II support])
457fi
458
9e165e74
UH
459AM_CONDITIONAL(HW_ASIX_SIGMA, test x$HW_ASIX_SIGMA = xyes)
460if test "x$HW_ASIX_SIGMA" = "xyes"; then
461 AC_DEFINE(HAVE_HW_ASIX_SIGMA, 1, [ASIX SIGMA/SIGMA2 support])
ae4c3d04
UH
462fi
463
1c183900
MS
464AM_CONDITIONAL(HW_ATTEN_PPS3XXX, test x$HW_ATTEN_PPS3XXX = xyes)
465if test "x$HW_ATTEN_PPS3XXX" = "xyes"; then
d0a92abd 466 AC_DEFINE(HAVE_HW_ATTEN_PPS3XXX, 1, [Atten PPS3xxx support])
1c183900
MS
467fi
468
bb993797
KA
469AM_CONDITIONAL(HW_BEAGLELOGIC, test x$HW_BEAGLELOGIC = xyes)
470if test "x$HW_BEAGLELOGIC" = "xyes"; then
471 AC_DEFINE(HAVE_HW_BEAGLELOGIC, 1, [BeagleLogic support])
472fi
473
1b950bc7
UH
474AM_CONDITIONAL(HW_BRYMEN_BM86X, test x$HW_BRYMEN_BM86X = xyes)
475if test "x$HW_BRYMEN_BM86X" = "xyes"; then
476 AC_DEFINE(HAVE_HW_BRYMEN_BM86X, 1, [Brymen BM86X support])
477fi
478
ae4c3d04
UH
479AM_CONDITIONAL(HW_BRYMEN_DMM, test x$HW_BRYMEN_DMM = xyes)
480if test "x$HW_BRYMEN_DMM" = "xyes"; then
e4fad80b 481 AC_DEFINE(HAVE_HW_BRYMEN_DMM, 1, [Brymen DMM support])
ae4c3d04
UH
482fi
483
32be5b22
UH
484AM_CONDITIONAL(HW_CEM_DT_885X, test x$HW_CEM_DT_885X = xyes)
485if test "x$HW_CEM_DT_885X" = "xyes"; then
486 AC_DEFINE(HAVE_HW_CEM_DT_885X, 1, [CEM DT-885x support])
487fi
488
4433145f
UH
489AM_CONDITIONAL(HW_CENTER_3XX, test x$HW_CENTER_3XX = xyes)
490if test "x$HW_CENTER_3XX" = "xyes"; then
491 AC_DEFINE(HAVE_HW_CENTER_3XX, 1, [Center 3xx support])
492fi
493
7b356712
UH
494AM_CONDITIONAL(HW_CHRONOVU_LA, test x$HW_CHRONOVU_LA = xyes)
495if test "x$HW_CHRONOVU_LA" = "xyes"; then
496 AC_DEFINE(HAVE_HW_CHRONOVU_LA, 1, [ChronoVu LA support])
ae4c3d04
UH
497fi
498
499AM_CONDITIONAL(HW_COLEAD_SLM, test x$HW_COLEAD_SLM = xyes)
500if test "x$HW_COLEAD_SLM" = "xyes"; then
501 AC_DEFINE(HAVE_HW_COLEAD_SLM, 1, [Colead SLM support])
502fi
503
823b4e58
MH
504AM_CONDITIONAL(HW_CONRAD_DIGI_35_CPU, test x$HW_CONRAD_DIGI_35_CPU = xyes)
505if test "x$HW_CONRAD_DIGI_35_CPU" = "xyes"; then
506 AC_DEFINE(HAVE_HW_CONRAD_DIGI_35_CPU, 1, [Conrad DIGI 35 CPU support])
507fi
508
9e165e74
UH
509AM_CONDITIONAL(HW_DEMO, test x$HW_DEMO = xyes)
510if test "x$HW_DEMO" = "xyes"; then
511 AC_DEFINE(HAVE_HW_DEMO, 1, [Demo driver support])
ae4c3d04
UH
512fi
513
514AM_CONDITIONAL(HW_FLUKE_DMM, test x$HW_FLUKE_DMM = xyes)
515if test "x$HW_FLUKE_DMM" = "xyes"; then
516 AC_DEFINE(HAVE_HW_FLUKE_DMM, 1, [Fluke DMM support])
517fi
518
9e165e74
UH
519AM_CONDITIONAL(HW_FX2LAFW, test x$HW_FX2LAFW = xyes)
520if test "x$HW_FX2LAFW" = "xyes"; then
521 AC_DEFINE(HAVE_HW_FX2LAFW, 1, [fx2lafw support])
ae4c3d04
UH
522fi
523
7b4edcb6
MH
524AM_CONDITIONAL(HW_GMC_MH_1X_2X, test x$HW_GMC_MH_1X_2X = xyes)
525if test "x$HW_GMC_MH_1X_2X" = "xyes"; then
526 AC_DEFINE(HAVE_HW_GMC_MH_1X_2X, 1, [gmc-mh-1x-2x support])
527fi
528
ae4c3d04
UH
529AM_CONDITIONAL(HW_HANTEK_DSO, test x$HW_HANTEK_DSO = xyes)
530if test "x$HW_HANTEK_DSO" = "xyes"; then
531 AC_DEFINE(HAVE_HW_HANTEK_DSO, 1, [Hantek DSO support])
532fi
533
582b3d21
UH
534AM_CONDITIONAL(HW_HAMEG_HMO, test x$HW_HAMEG_HMO = xyes)
535if test "x$HW_HAMEG_HMO" = "xyes"; then
536 AC_DEFINE(HAVE_HW_HAMEG_HMO, 1, [Hameg HMO support])
537fi
538
1f36a6c6
UH
539AM_CONDITIONAL(HW_IKALOGIC_SCANALOGIC2, test x$HW_IKALOGIC_SCANALOGIC2 = xyes)
540if test "x$HW_IKALOGIC_SCANALOGIC2" = "xyes"; then
ce95428c 541 AC_DEFINE(HAVE_HW_IKALOGIC_SCANALOGIC2, 1, [IKALOGIC Scanalogic-2 support])
1f36a6c6
UH
542fi
543
fdf4a1f5
UH
544AM_CONDITIONAL(HW_IKALOGIC_SCANAPLUS, test x$HW_IKALOGIC_SCANAPLUS = xyes)
545if test "x$HW_IKALOGIC_SCANAPLUS" = "xyes"; then
ce95428c 546 AC_DEFINE(HAVE_HW_IKALOGIC_SCANAPLUS, 1, [IKALOGIC ScanaPLUS support])
fdf4a1f5
UH
547fi
548
ed759a08
BV
549AM_CONDITIONAL(HW_KECHENG_KC_330B, test x$HW_KECHENG_KC_330B = xyes)
550if test "x$HW_KECHENG_KC_330B" = "xyes"; then
551 AC_DEFINE(HAVE_HW_KECHENG_KC_330B, 1, [Kecheng KC-330B support])
552fi
553
ae4c3d04
UH
554AM_CONDITIONAL(HW_LASCAR_EL_USB, test x$HW_LASCAR_EL_USB = xyes)
555if test "x$HW_LASCAR_EL_USB" = "xyes"; then
556 AC_DEFINE(HAVE_HW_LASCAR_EL_USB, 1, [Lascar EL-USB support])
557fi
558
8f4e922f
UH
559AM_CONDITIONAL(HW_MANSON_HCS_3XXX, test x$HW_MANSON_HCS_3XXX = xyes)
560if test "x$HW_MANSON_HCS_3XXX" = "xyes"; then
561 AC_DEFINE(HAVE_HW_MANSON_HCS_3XXX, 1, [Manson HCS-3xxx support])
562fi
563
ae4c3d04
UH
564AM_CONDITIONAL(HW_MIC_985XX, test x$HW_MIC_985XX = xyes)
565if test "x$HW_MIC_985XX" = "xyes"; then
566 AC_DEFINE(HAVE_HW_MIC_985XX, 1, [MIC 985xx support])
567fi
568
41b7bd01
MH
569AM_CONDITIONAL(HW_MOTECH_LPS_30X, test x$HW_MOTECH_LPS_30X = xyes)
570if test "x$HW_MOTECH_LPS_30X" = "xyes"; then
571 AC_DEFINE(HAVE_HW_MOTECH_LPS_30X, 1, [motech-lps-30x support])
572fi
573
bfd48770
MH
574AM_CONDITIONAL(HW_NORMA_DMM, test x$HW_NORMA_DMM = xyes)
575if test "x$HW_NORMA_DMM" = "xyes"; then
d0a92abd 576 AC_DEFINE(HAVE_HW_NORMA_DMM, 1, [Norma DMM support])
bfd48770
MH
577fi
578
d4b38748
BV
579AM_CONDITIONAL(HW_OPENBENCH_LOGIC_SNIFFER, test x$HW_OPENBENCH_LOGIC_SNIFFER = xyes)
580if test "x$HW_OPENBENCH_LOGIC_SNIFFER" = "xyes"; then
581 AC_DEFINE(HAVE_HW_OPENBENCH_LOGIC_SNIFFER, 1, [OpenBench Logic Sniffer (OLS) support])
ae4c3d04
UH
582fi
583
3086efdd
ML
584AM_CONDITIONAL(HW_RIGOL_DS, test x$HW_RIGOL_DS = xyes)
585if test "x$HW_RIGOL_DS" = "xyes"; then
586 AC_DEFINE(HAVE_HW_RIGOL_DS, 1, [Rigol DS support])
ae4c3d04
UH
587fi
588
5724a20a
UH
589AM_CONDITIONAL(HW_SALEAE_LOGIC16, test x$HW_SALEAE_LOGIC16 = xyes)
590if test "x$HW_SALEAE_LOGIC16" = "xyes"; then
591 AC_DEFINE(HAVE_HW_SALEAE_LOGIC16, 1, [Saleae Logic16 support])
592fi
593
ae4c3d04
UH
594AM_CONDITIONAL(HW_SERIAL_DMM, test x$HW_SERIAL_DMM = xyes)
595if test "x$HW_SERIAL_DMM" = "xyes"; then
596 AC_DEFINE(HAVE_HW_SERIAL_DMM, 1, [Serial DMM support])
597fi
598
87283d98
UH
599AM_CONDITIONAL(HW_SYSCLK_LWLA, test x$HW_SYSCLK_LWLA = xyes)
600if test "x$HW_SYSCLK_LWLA" = "xyes"; then
601 AC_DEFINE(HAVE_HW_SYSCLK_LWLA, 1, [Sysclk LWLA support])
602fi
603
122d33d4
UH
604AM_CONDITIONAL(HW_TELEINFO, test x$HW_TELEINFO = xyes)
605if test "x$HW_TELEINFO" = "xyes"; then
606 AC_DEFINE(HAVE_HW_TELEINFO, 1, [Teleinfo support])
607fi
608
0acdd793
BV
609AM_CONDITIONAL(HW_TESTO, test x$HW_TESTO = xyes)
610if test "x$HW_TESTO" = "xyes"; then
611 AC_DEFINE(HAVE_HW_TESTO, 1, [Testo support])
612fi
613
ae4c3d04
UH
614AM_CONDITIONAL(HW_TONDAJ_SL_814, test x$HW_TONDAJ_SL_814 = xyes)
615if test "x$HW_TONDAJ_SL_814" = "xyes"; then
616 AC_DEFINE(HAVE_HW_TONDAJ_SL_814, 1, [Tondaj SL-814 support])
617fi
618
619AM_CONDITIONAL(HW_UNI_T_DMM, test x$HW_UNI_T_DMM = xyes)
620if test "x$HW_UNI_T_DMM" = "xyes"; then
621 AC_DEFINE(HAVE_HW_UNI_T_DMM, 1, [UNI-T DMM support])
622fi
623
3877dde4
BV
624AM_CONDITIONAL(HW_UNI_T_UT32X, test x$HW_UNI_T_UT32X = xyes)
625if test "x$HW_UNI_T_UT32X" = "xyes"; then
626 AC_DEFINE(HAVE_HW_UNI_T_UT32X, 1, [UNI-T UT32x support])
627fi
628
ae4c3d04
UH
629AM_CONDITIONAL(HW_VICTOR_DMM, test x$HW_VICTOR_DMM = xyes)
630if test "x$HW_VICTOR_DMM" = "xyes"; then
e4fad80b 631 AC_DEFINE(HAVE_HW_VICTOR_DMM, 1, [Victor DMM support])
ae4c3d04
UH
632fi
633
9e165e74
UH
634AM_CONDITIONAL(HW_ZEROPLUS_LOGIC_CUBE, test x$HW_ZEROPLUS_LOGIC_CUBE = xyes)
635if test "x$HW_ZEROPLUS_LOGIC_CUBE" = "xyes"; then
636 AC_DEFINE(HAVE_HW_ZEROPLUS_LOGIC_CUBE, 1, [ZEROPLUS Logic Cube support])
ae4c3d04
UH
637fi
638
c23c8659
ML
639AM_CONDITIONAL(BINDINGS_CXX, test x$BINDINGS_CXX = xyes)
640
f7740954
ML
641AM_CONDITIONAL(BINDINGS_PYTHON, test x$BINDINGS_PYTHON = xyes)
642
9fcf4d0b
ML
643AM_CONDITIONAL(BINDINGS_JAVA, test x$BINDINGS_JAVA = xyes)
644
826938d8 645# Checks for header files.
375340a7
UH
646# These are already implicitly checked: inttypes.h stdint.h stdlib.h string.h
647# unistd.h memory.h strings.h dlfcn.h sys/types.h sys/stat.h.
826938d8
UH
648
649# Checks for typedefs, structures, and compiler characteristics.
7b5daad4 650AC_C_BIGENDIAN
826938d8 651
fb6f1978 652AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware")
826938d8
UH
653AC_SUBST(MAKEFLAGS, '--no-print-directory')
654AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
655
6dddd902
UH
656SR_PACKAGE_VERSION_MAJOR=sr_package_version_major
657SR_PACKAGE_VERSION_MINOR=sr_package_version_minor
658SR_PACKAGE_VERSION_MICRO=sr_package_version_micro
659SR_PACKAGE_VERSION=sr_package_version
3af71f0d 660
6dddd902
UH
661AC_SUBST(SR_PACKAGE_VERSION_MAJOR)
662AC_SUBST(SR_PACKAGE_VERSION_MINOR)
663AC_SUBST(SR_PACKAGE_VERSION_MICRO)
664AC_SUBST(SR_PACKAGE_VERSION)
3af71f0d 665
c23c8659
ML
666AC_CONFIG_FILES([Makefile include/libsigrok/version.h libsigrok.pc
667 bindings/cxx/libsigrokxx.pc])
826938d8
UH
668
669AC_OUTPUT
670
671echo
45aed072 672echo "libsigrok configuration summary:"
826938d8 673echo
6dddd902
UH
674echo " - Package version (major.minor.micro): $SR_PACKAGE_VERSION"
675echo " - Library version (current:revision:age): $SR_LIB_VERSION"
45aed072 676echo " - Prefix: $prefix"
6bad8487
UH
677echo " - Building on: $build"
678echo " - Building for: $host"
45aed072
UH
679echo
680echo "Detected libraries:"
681echo
682
683# Note: This only works for libs with pkg-config integration.
81a69107 684for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.2.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "glibmm-2.4 >= 2.32.0" "pygobject-3.0 >= 3.0.0" "check >= 0.9.4"; do
958326f8
UH
685 optional="OPTIONAL"
686 if test "x$lib" = "xglib-2.0 >= 2.32.0"; then optional="REQUIRED"; fi
687 if test "x$lib" = "xlibzip >= 0.10"; then optional="REQUIRED"; fi
45aed072
UH
688 if `$PKG_CONFIG --exists $lib`; then
689 ver=`$PKG_CONFIG --modversion $lib`
690 answer="yes ($ver)"
691 else
692 answer="no"
693 fi
958326f8 694 echo " - ($optional) $lib: $answer"
45aed072
UH
695done
696
43cd4637 697eval echo -e "@Enabled hardware drivers:@@${driver_summary}" | tr @ \\n
826938d8 698
1029d384
BV
699# Prepare final bindings report messages
700final_cxx=""
701final_python=""
702final_java=""
703if test "$enable_bindings" = "no"; then
704 final_cxx=" (disabled)"
705 final_python=" (disabled)"
706 final_java=" (disabled)"
707else
708 if test "$enable_cxx" = "no"; then
709 final_cxx=" (disabled)"
710 elif test "$BINDINGS_CXX" = "no"; then
711 final_cxx=" ($cxx_msg)"
712 fi
713 if test "$enable_python" = "no"; then
714 final_python=" (disabled)"
715 elif test "$BINDINGS_PYTHON" = "no"; then
716 final_python=" ($python_msg)"
717 fi
718 if test "$enable_java" = "no"; then
719 final_java=" (disabled)"
720 elif test "$BINDINGS_JAVA" = "no"; then
721 final_java=" ($java_msg)"
722 fi
723fi
724
43cd4637 725echo -e "Enabled language bindings:\n"
1029d384
BV
726echo " - C++............................. $BINDINGS_CXX$final_cxx"
727echo " - Python.......................... $BINDINGS_PYTHON$final_python"
728echo " - Java............................ $BINDINGS_JAVA$final_java"
c23c8659 729echo