]> sigrok.org Git - libsigrok.git/blame - configure.ac
beaglelogic: Initial driver skeleton.
[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
7c1cb432 83# Hardware support '--enable' options.
826938d8 84
dbf2482e
BV
85AC_ARG_ENABLE(all-drivers, AC_HELP_STRING([--enable-all-drivers],
86 [enable all drivers by default [default=yes]]),
87 [HW_ENABLED_DEFAULT="$enableval"],
88 [HW_ENABLED_DEFAULT="yes"])
89
d4b38748
BV
90# Usage: DRIVER([Device name], [driver-name])
91# An optional third argument [no] disables that driver.
92m4_define([driverize], [m4_tolower(m4_bpatsubst([$1], [[^0-9a-zA-Z-]+], [-]))])
93m4_define([upperize], [m4_toupper(m4_bpatsubst([$1], [[^0-9a-zA-Z_]+], [_]))])
94AC_DEFUN([DRIVER], [
95 if test -z "$3"; then
96 default=$HW_ENABLED_DEFAULT
97 else
98 default="$3"
99 fi
100 AC_ARG_ENABLE($2, AC_HELP_STRING([--enable-$2], [enable $1 support]),
101 [m4_join([], [HW_], upperize([$2]))="$enableval"],
102 [m4_join([], [HW_], upperize([$2]))=$default])
103 dots=$(expr substr ".............................." 1 $(expr 32 - length $2))
104 driver_summary="${driver_summary} - $2${dots} ${m4_join([], [HW_], upperize([$2]))}\n"
105])
106
107DRIVER([Agilent DMM], [agilent-dmm])
108DRIVER([Appa 55II], [appa-55ii])
109DRIVER([ASIX SIGMA/SIGMA2], [asix-sigma])
110DRIVER([Atten PPS3xxx], [atten-pps3xxx])
bb993797 111DRIVER([BeagleLogic], [beaglelogic])
d4b38748
BV
112DRIVER([Brymen BM86x], [brymen-bm86x])
113DRIVER([Brymen DMM], [brymen-dmm])
114DRIVER([CEM DT-885x], [cem-dt-885x])
115DRIVER([Center 3xx], [center-3xx])
116DRIVER([ChronoVu LA], [chronovu-la])
117DRIVER([Colead SLM], [colead-slm])
118DRIVER([Conrad DIGI 35 CPU], [conrad-digi-35-cpu])
119DRIVER([demo], [demo])
120DRIVER([Fluke DMM], [fluke-dmm])
121DRIVER([fx2lafw], [fx2lafw])
122DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x])
123DRIVER([Hameg HMO], [hameg-hmo])
124DRIVER([Hantek DSO], [hantek-dso])
125DRIVER([Ikalogic Scanalogic-2], [ikalogic-scanalogic2])
126DRIVER([Ikalogic Scanaplus], [ikalogic-scanaplus])
127DRIVER([Kecheng KC-330B], [kecheng-kc-330b])
128DRIVER([Lascar EL-USB], [lascar-el-usb])
129DRIVER([Manson HCS-3xxx], [manson-hcs-3xxx])
130DRIVER([MIC 985xx], [mic-985xx])
131DRIVER([Motech LPS 30x], [motech-lps-30x])
132DRIVER([Norma DMM], [norma-dmm])
133DRIVER([OpenBench Logic Sniffer], [openbench-logic-sniffer])
134DRIVER([Rigol DS], [rigol-ds])
135DRIVER([Saleae Logic16], [saleae-logic16])
136DRIVER([serial DMM], [serial-dmm])
137DRIVER([Sysclk LWLA], [sysclk-lwla])
138DRIVER([Teleinfo], [teleinfo])
139DRIVER([Testo], [testo])
140DRIVER([Tondaj SL-814], [tondaj-sl-814])
141DRIVER([UNI-T DMM], [uni-t-dmm])
142DRIVER([UNI-T UT32x], [uni-t-ut32x])
143DRIVER([Victor DMM], [victor-dmm])
144DRIVER([ZEROPLUS Logic Cube], [zeroplus-logic-cube])
826938d8 145
a4737997
MF
146AC_ARG_ENABLE(libserialport,
147 AC_HELP_STRING([--disable-libserialport],
148 [disable libserialport support [default=detect]]))
149
150AC_ARG_ENABLE(libftdi,
151 AC_HELP_STRING([--disable-libftdi],
152 [disable libftdi support [default=detect]]))
153
154AC_ARG_ENABLE(libusb,
155 AC_HELP_STRING([--disable-libusb],
156 [disable libusb support [default=detect]]))
157
c23c8659
ML
158# Language binding '--enable' options
159
6223feeb
BV
160AC_ARG_ENABLE(bindings,
161 AC_HELP_STRING([--enable-bindings],
162 [build language bindings [default=yes]]),
163 [BINDINGS_ALL="$enableval"], [BINDINGS_ALL="yes"])
164
165AC_ARG_ENABLE(cxx,
c23c8659
ML
166 AC_HELP_STRING([--enable-cxx],
167 [build C++ bindings [default=yes]]),
6223feeb 168 [BINDINGS_CXX="$enableval"], [BINDINGS_CXX=$BINDINGS_ALL])
c23c8659 169
f7740954
ML
170AC_ARG_ENABLE(python,
171 AC_HELP_STRING([--enable-python],
172 [build Python bindings [default=yes]]),
6223feeb 173 [BINDINGS_PYTHON="$enableval"], [BINDINGS_PYTHON=$BINDINGS_ALL])
f7740954 174
9fcf4d0b
ML
175AC_ARG_ENABLE(java,
176 AC_HELP_STRING([--enable-java],
177 [build Java bindings [default=yes]]),
6223feeb 178 [BINDINGS_JAVA="$enableval"], [BINDINGS_JAVA=$BINDINGS_ALL])
9fcf4d0b 179
c23c8659
ML
180# Check if the C++ compiler supports the C++11 standard.
181
f8158d56
BV
182m4_ifdef([AX_CXX_COMPILE_STDCXX_11], [AX_CXX_COMPILE_STDCXX_11(,[optional])],
183 [AC_MSG_NOTICE([Missing macro m4_toupper(aX_CXX_COMPILE_STDCXX_11), no C++11 check])])
c23c8659
ML
184
185if test "x$HAVE_CXX11" != "x1"; then
186 BINDINGS_CXX="no"
187fi
188
bcacb863
BV
189# The C++ bindings use gccxml to parse libsigrok symbols.
190AC_CHECK_PROG([HAVE_GCCXML], [gccxml], [yes])
191if test "x$HAVE_GCCXML" != "xyes"; then
192 BINDINGS_CXX="no"
193fi
194
195# Python is needed for the C++ (and Python) bindings.
196PKG_CHECK_MODULES([python], [python3 >= 2.7],
197 [CXXFLAGS="$CXXFLAGS $python_CFLAGS";
198 CXXLIBS="$CXXLIBS $python_LIBS"],
199 [BINDINGS_CXX="no"])
200
201# The C++ bindings need the pygccxml Python module.
202m4_ifdef([AX_PYTHON_MODULE], [AX_PYTHON_MODULE([pygccxml])],
203 # We'll let it go through even if the macro wasn't found, the python
204 # module may still be there.
205 [HAVE_PYTHON_PYGCCXML="yes";
206 AC_MSG_NOTICE([Missing macro m4_toupper(aX_PYTHON_MODULE), no pygccxml check])]
207)
208if test "x$HAVE_PYMOD_PYGCCXML" != "xyes"; then
209 BINDINGS_CXX="no"
210fi
211
9fcf4d0b 212# Python and Java bindings depend on C++ bindings.
f7740954
ML
213
214if test "x$BINDINGS_CXX" != "xyes"; then
215 BINDINGS_PYTHON="no"
9fcf4d0b 216 BINDINGS_JAVA="no"
f7740954
ML
217fi
218
826938d8
UH
219# Checks for libraries.
220
1c6736ab
ML
221case "$host" in
222*mingw*)
223 # We need to link against the Winsock2 library for SCPI over TCP.
224 LIBS="$LIBS -lws2_32";;
225esac
226
826938d8
UH
227# This variable collects the pkg-config names of all detected libs.
228# It is then used to construct the "Requires.private:" field in the
229# libsigrok.pc file.
6dddd902 230SR_PKGLIBS=""
826938d8 231
ee8ddd8f
UH
232# libm (the standard math library) is always needed.
233AC_SEARCH_LIBS([pow], [m])
234
7d4874c1 235# RPC is only needed for VXI support.
d5876cfb
AJ
236AC_MSG_CHECKING([for RPC support])
237AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <rpc/rpc.h>],
823b4e58
MH
238 [CLIENT *rpc_test(void)],
239 [{ return clnt_create("", 0, 0, ""); }])],
240 [AC_MSG_RESULT([yes]); have_rpc=1],
241 [AC_MSG_RESULT([no]); have_rpc=0])
d5876cfb 242# Define HAVE_RPC in config.h if we found RPC support.
7d4874c1 243AC_DEFINE_UNQUOTED(HAVE_RPC, [$have_rpc], [Specifies whether we have RPC support.])
d5876cfb 244# VXI support is only compiled if RPC support was found.
7d4874c1 245AM_CONDITIONAL(NEED_RPC, test "x$have_rpc" != "x0")
d5876cfb 246
aba69262 247# libglib-2.0 is always needed. Abort if it's not found.
826938d8 248# Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement).
406569dd
UH
249# We require at least 2.32.0 due to e.g. g_variant_new_fixed_array().
250AM_PATH_GLIB_2_0([2.32.0],
4f10853e 251 [LIB_CFLAGS="$LIB_CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
826938d8 252
aba69262 253# libzip is always needed. Abort if it's not found.
8819bf5a 254PKG_CHECK_MODULES([libzip], [libzip >= 0.10],
4f10853e 255 [LIB_CFLAGS="$LIB_CFLAGS $libzip_CFLAGS"; LIBS="$LIBS $libzip_LIBS";
6dddd902 256 SR_PKGLIBS="$SR_PKGLIBS libzip"])
826938d8 257
c4f2dfd0
UH
258# libserialport is only needed for some hardware drivers. Disable the
259# respective drivers if it is not found.
a4737997
MF
260if test "x$enable_libserialport" != "xno"; then
261 PKG_CHECK_MODULES([libserialport], [libserialport >= 0.1.0],
262 [have_libserialport="yes"; LIB_CFLAGS="$LIB_CFLAGS $libserialport_CFLAGS";
263 LIBS="$LIBS $libserialport_LIBS";
264 SR_PKGLIBS="$SR_PKGLIBS libserialport"],
265 [have_libserialport="no"])
266 if test "x$enable_libserialport$have_libserialport" = "xyesno"; then
267 AC_MSG_ERROR([libserialport support requested, but it was not found])
268 fi
269else
270 have_libserialport="no"
271fi
272
273# Define HAVE_LIBSERIALPORT in config.h if we found libserialport.
274if test "x$have_libserialport" = "xno"; then
275 HW_AGILENT_DMM="no"; HW_APPA_55II="no";
1c183900 276 HW_ATTEN_PPS3XXX="no"; HW_BRYMEN_DMM="no"; HW_CEM_DT_885X="no";
823b4e58 277 HW_CENTER_3XX="no"; HW_COLEAD_SLM="no"; HW_CONRAD_DIGI_35_CPU="no";
8c21897f 278 HW_FLUKE_DMM="no"; HW_GMC_MH_1X_2X="no"; HW_HAMEG_HMO="no";
adeae78f 279 HW_MANSON_HCS_3XXX="no"; HW_MIC_985XX="no"; HW_MOTECH_LPS_30X="no";
d4b38748
BV
280 HW_NORMA_DMM="no"; HW_OPENBENCH_LOGIC_SNIFFER="no"; HW_SERIAL_DMM="no";
281 HW_TELEINFO="no"; HW_TONDAJ_SL_814="no";
a4737997 282else
c4f2dfd0
UH
283 AC_DEFINE_UNQUOTED(HAVE_LIBSERIALPORT, [1],
284 [Specifies whether we have libserialport.])
285fi
286
287# Serial port helper code is only compiled in if libserialport was found.
288AM_CONDITIONAL(NEED_SERIAL, test "x$have_libserialport" != xno)
a9bce5a5 289
1fb2312f 290PKG_CHECK_MODULES([librevisa], [librevisa >= 0.0.20130812],
4f10853e 291 [have_librevisa="yes"; LIB_CFLAGS="$LIB_CFLAGS $librevisa_CFLAGS";
1fb2312f 292 LIBS="$LIBS $librevisa_LIBS";
b84b7ee7
ML
293 SR_PKGLIBS="$SR_PKGLIBS librevisa"],
294 [have_librevisa="no"])
1fb2312f
ML
295
296# VISA SCPI backend is only compiled in if librevisa was found.
297AM_CONDITIONAL(NEED_VISA, test "x$have_librevisa" != xno)
298
299# Define HAVE_LIBREVISA in config.h if we found librevisa.
300if test "x$have_librevisa" != "xno"; then
301 AC_DEFINE_UNQUOTED(HAVE_LIBREVISA, [1],
302 [Specifies whether we have librevisa.])
303fi
304
aba69262
UH
305# libusb-1.0 is only needed for some hardware drivers. Disable the respective
306# drivers if it is not found.
a4737997
MF
307if test "x$enable_libusb" != "xno"; then
308 case "$host" in
309 *freebsd*)
310 # FreeBSD comes with an "integrated" libusb-1.0-style USB API.
311 # This means libusb-1.0 is always available, no need to check for it,
312 # and no need to (potentially) disable any drivers if it's not found.
313 have_libusb1_0="yes"
314 ;;
315 *)
316 PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.16],
317 [have_libusb1_0="yes"; LIB_CFLAGS="$LIB_CFLAGS $libusb_CFLAGS";
318 LIBS="$LIBS $libusb_LIBS";
319 SR_PKGLIBS="$SR_PKGLIBS libusb-1.0"],
320 [have_libusb1_0="no"])
321 if test "x$enable_libusb$have_libusb1_0" = "xyesno"; then
322 AC_MSG_ERROR([libusb support requested, but it was not found])
323 fi
324 ;;
325 esac
326else
327 have_libusb1_0="no"
328fi
329
330# Define HAVE_LIBUSB_1_0 in config.h if we found libusb-1.0.
331if test "x$have_libusb1_0" = "xno"; then
332 HW_BRYMEN_BM86X="no"; HW_FX2LAFW="no";
333 HW_HANTEK_DSO="no"; HW_IKALOGIC_SCANALOGIC2="no";
334 HW_KECHENG_KC_330B="no"; HW_LASCAR_EL_USB="no";
0acdd793 335 HW_SYSCLK_LWLA="no"; HW_TESTO="no"; HW_UNI_T_DMM="no";
a4737997
MF
336 HW_UNI_T_UT32X="no"; HW_VICTOR_DMM="no";
337 HW_ZEROPLUS_LOGIC_CUBE="no"; HW_SALEAE_LOGIC16="no";
338else
aba69262
UH
339 AC_DEFINE_UNQUOTED(HAVE_LIBUSB_1_0, [1],
340 [Specifies whether we have a libusb.h header.])
a4737997 341fi
aba69262 342
3fd1d0ee
UH
343# USB + FX2 firmware helper code is only compiled in if libusb-1.0 was found.
344AM_CONDITIONAL(NEED_USB, test "x$have_libusb1_0" != xno)
345
aba69262 346# libftdi is only needed for some hardware drivers. Disable them if not found.
a4737997
MF
347if test "x$enable_libftdi" != "xno"; then
348 PKG_CHECK_MODULES([libftdi], [libftdi >= 0.16],
349 [have_libftdi="yes"; LIB_CFLAGS="$LIB_CFLAGS $libftdi_CFLAGS";
350 LIBS="$LIBS $libftdi_LIBS";
351 SR_PKGLIBS="$SR_PKGLIBS libftdi"],
c78bcc6f 352 [PKG_CHECK_MODULES([libftdi1], [libftdi1 >= 1.0],
92506359
DH
353 [LIB_CFLAGS="$LIB_CFLAGS $libftdi1_CFLAGS";
354 LIBS="$LIBS $libftdi1_LIBS";
355 SR_PKGLIBS="$SR_PKGLIBS libftdi1"],
356 [have_libftdi="no"])])
a4737997
MF
357 if test "x$enable_libftdi$have_libftdi" = "xyesno"; then
358 AC_MSG_ERROR([libftdi support requested, but it was not found])
359 fi
360else
361 have_libftdi="no"
362fi
363
364if test "x$have_libftdi" = "xno"; then
365 HW_ASIX_SIGMA="no"; HW_CHRONOVU_LA="no"; HW_IKALOGIC_SCANAPLUS="no";
366fi
aba69262 367
c23c8659
ML
368# glibmm-2.4 is needed for the C++ bindings.
369PKG_CHECK_MODULES([glibmm], [glibmm-2.4 >= 2.32.0],
370 [CXXFLAGS="$CXXFLAGS $glibmm_CFLAGS";
371 CXXLIBS="$CXXLIBS $glibmm_LIBS"], [BINDINGS_CXX="no"])
372
f7740954
ML
373# PyGObject is needed for the Python bindings.
374PKG_CHECK_MODULES([pygobject], [pygobject-3.0],
375 [CXXFLAGS="$CXXFLAGS $pygobject_CFLAGS";
abc7146d
ML
376 CXXLIBS="$CXXLIBS $pygobject_LIBS";
377 PKG_CHECK_MODULES([pygobject_3_7_91], [pygobject-3.0 >= 3.7.91],
378 [pyg_flags_signed=0], [pyg_flags_signed=1]);
379 AC_DEFINE_UNQUOTED(PYGOBJECT_FLAGS_SIGNED, [$pyg_flags_signed],
380 [Whether last argument to pyg_flags_get_value() is signed])],
381 [BINDINGS_PYTHON="no"])
f7740954 382
aba69262 383# The Check unit testing framework is optional. Disable if not found.
79bb0e97 384PKG_CHECK_MODULES([check], [check >= 0.9.4],
82bfb646 385 [have_check="yes"], [have_check="no"])
79bb0e97
UH
386AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
387
37fa80b4
ML
388# The OLS driver uses serial port file descriptors directly, and therefore
389# will not currently work on Windows.
390case "$host" in
391*mingw*)
d4b38748 392 HW_OPENBENCH_LOGIC_SNIFFER="no"
d0a92abd 393 ;;
37fa80b4
ML
394esac
395
6dddd902 396AC_SUBST(SR_PKGLIBS)
826938d8 397
63d0fb75 398CFLAGS="$CFLAGS -I./include/libsigrok $LIB_CFLAGS"
c23c8659 399CXXFLAGS="$CXXFLAGS -I./include -I./bindings/cxx/include $LIB_CFLAGS"
4f10853e 400
9fcf4d0b
ML
401# Find Java compiler and JNI includes for Java bindings.
402
403AC_CHECK_PROG([HAVE_JAVAC], [javac], [yes], [no])
404
405if test "x$HAVE_JAVAC" = "xyes"; then
406 AX_PROG_JAVAC
407 AX_JNI_INCLUDE_DIR
408 for JNI_INCLUDE_DIR in $JNI_INCLUDE_DIRS; do
409 CXXFLAGS="$CXXFLAGS -I$JNI_INCLUDE_DIR"
410 done
411else
412 BINDINGS_JAVA="no"
413fi
414
ae4c3d04
UH
415# Now set AM_CONDITIONALs and AC_DEFINEs for the enabled/disabled drivers.
416
417AM_CONDITIONAL(HW_AGILENT_DMM, test x$HW_AGILENT_DMM = xyes)
418if test "x$HW_AGILENT_DMM" = "xyes"; then
419 AC_DEFINE(HAVE_HW_AGILENT_DMM, 1, [Agilent DMM support])
420fi
421
5e7a8e57
AJ
422AM_CONDITIONAL(HW_APPA_55II, test x$HW_APPA_55II = xyes)
423if test "x$HW_APPA_55II" = "xyes"; then
424 AC_DEFINE(HAVE_HW_APPA_55II, 1, [APPA 55II support])
425fi
426
9e165e74
UH
427AM_CONDITIONAL(HW_ASIX_SIGMA, test x$HW_ASIX_SIGMA = xyes)
428if test "x$HW_ASIX_SIGMA" = "xyes"; then
429 AC_DEFINE(HAVE_HW_ASIX_SIGMA, 1, [ASIX SIGMA/SIGMA2 support])
ae4c3d04
UH
430fi
431
1c183900
MS
432AM_CONDITIONAL(HW_ATTEN_PPS3XXX, test x$HW_ATTEN_PPS3XXX = xyes)
433if test "x$HW_ATTEN_PPS3XXX" = "xyes"; then
d0a92abd 434 AC_DEFINE(HAVE_HW_ATTEN_PPS3XXX, 1, [Atten PPS3xxx support])
1c183900
MS
435fi
436
bb993797
KA
437AM_CONDITIONAL(HW_BEAGLELOGIC, test x$HW_BEAGLELOGIC = xyes)
438if test "x$HW_BEAGLELOGIC" = "xyes"; then
439 AC_DEFINE(HAVE_HW_BEAGLELOGIC, 1, [BeagleLogic support])
440fi
441
1b950bc7
UH
442AM_CONDITIONAL(HW_BRYMEN_BM86X, test x$HW_BRYMEN_BM86X = xyes)
443if test "x$HW_BRYMEN_BM86X" = "xyes"; then
444 AC_DEFINE(HAVE_HW_BRYMEN_BM86X, 1, [Brymen BM86X support])
445fi
446
ae4c3d04
UH
447AM_CONDITIONAL(HW_BRYMEN_DMM, test x$HW_BRYMEN_DMM = xyes)
448if test "x$HW_BRYMEN_DMM" = "xyes"; then
e4fad80b 449 AC_DEFINE(HAVE_HW_BRYMEN_DMM, 1, [Brymen DMM support])
ae4c3d04
UH
450fi
451
32be5b22
UH
452AM_CONDITIONAL(HW_CEM_DT_885X, test x$HW_CEM_DT_885X = xyes)
453if test "x$HW_CEM_DT_885X" = "xyes"; then
454 AC_DEFINE(HAVE_HW_CEM_DT_885X, 1, [CEM DT-885x support])
455fi
456
4433145f
UH
457AM_CONDITIONAL(HW_CENTER_3XX, test x$HW_CENTER_3XX = xyes)
458if test "x$HW_CENTER_3XX" = "xyes"; then
459 AC_DEFINE(HAVE_HW_CENTER_3XX, 1, [Center 3xx support])
460fi
461
7b356712
UH
462AM_CONDITIONAL(HW_CHRONOVU_LA, test x$HW_CHRONOVU_LA = xyes)
463if test "x$HW_CHRONOVU_LA" = "xyes"; then
464 AC_DEFINE(HAVE_HW_CHRONOVU_LA, 1, [ChronoVu LA support])
ae4c3d04
UH
465fi
466
467AM_CONDITIONAL(HW_COLEAD_SLM, test x$HW_COLEAD_SLM = xyes)
468if test "x$HW_COLEAD_SLM" = "xyes"; then
469 AC_DEFINE(HAVE_HW_COLEAD_SLM, 1, [Colead SLM support])
470fi
471
823b4e58
MH
472AM_CONDITIONAL(HW_CONRAD_DIGI_35_CPU, test x$HW_CONRAD_DIGI_35_CPU = xyes)
473if test "x$HW_CONRAD_DIGI_35_CPU" = "xyes"; then
474 AC_DEFINE(HAVE_HW_CONRAD_DIGI_35_CPU, 1, [Conrad DIGI 35 CPU support])
475fi
476
9e165e74
UH
477AM_CONDITIONAL(HW_DEMO, test x$HW_DEMO = xyes)
478if test "x$HW_DEMO" = "xyes"; then
479 AC_DEFINE(HAVE_HW_DEMO, 1, [Demo driver support])
ae4c3d04
UH
480fi
481
482AM_CONDITIONAL(HW_FLUKE_DMM, test x$HW_FLUKE_DMM = xyes)
483if test "x$HW_FLUKE_DMM" = "xyes"; then
484 AC_DEFINE(HAVE_HW_FLUKE_DMM, 1, [Fluke DMM support])
485fi
486
9e165e74
UH
487AM_CONDITIONAL(HW_FX2LAFW, test x$HW_FX2LAFW = xyes)
488if test "x$HW_FX2LAFW" = "xyes"; then
489 AC_DEFINE(HAVE_HW_FX2LAFW, 1, [fx2lafw support])
ae4c3d04
UH
490fi
491
7b4edcb6
MH
492AM_CONDITIONAL(HW_GMC_MH_1X_2X, test x$HW_GMC_MH_1X_2X = xyes)
493if test "x$HW_GMC_MH_1X_2X" = "xyes"; then
494 AC_DEFINE(HAVE_HW_GMC_MH_1X_2X, 1, [gmc-mh-1x-2x support])
495fi
496
ae4c3d04
UH
497AM_CONDITIONAL(HW_HANTEK_DSO, test x$HW_HANTEK_DSO = xyes)
498if test "x$HW_HANTEK_DSO" = "xyes"; then
499 AC_DEFINE(HAVE_HW_HANTEK_DSO, 1, [Hantek DSO support])
500fi
501
582b3d21
UH
502AM_CONDITIONAL(HW_HAMEG_HMO, test x$HW_HAMEG_HMO = xyes)
503if test "x$HW_HAMEG_HMO" = "xyes"; then
504 AC_DEFINE(HAVE_HW_HAMEG_HMO, 1, [Hameg HMO support])
505fi
506
1f36a6c6
UH
507AM_CONDITIONAL(HW_IKALOGIC_SCANALOGIC2, test x$HW_IKALOGIC_SCANALOGIC2 = xyes)
508if test "x$HW_IKALOGIC_SCANALOGIC2" = "xyes"; then
ce95428c 509 AC_DEFINE(HAVE_HW_IKALOGIC_SCANALOGIC2, 1, [IKALOGIC Scanalogic-2 support])
1f36a6c6
UH
510fi
511
fdf4a1f5
UH
512AM_CONDITIONAL(HW_IKALOGIC_SCANAPLUS, test x$HW_IKALOGIC_SCANAPLUS = xyes)
513if test "x$HW_IKALOGIC_SCANAPLUS" = "xyes"; then
ce95428c 514 AC_DEFINE(HAVE_HW_IKALOGIC_SCANAPLUS, 1, [IKALOGIC ScanaPLUS support])
fdf4a1f5
UH
515fi
516
ed759a08
BV
517AM_CONDITIONAL(HW_KECHENG_KC_330B, test x$HW_KECHENG_KC_330B = xyes)
518if test "x$HW_KECHENG_KC_330B" = "xyes"; then
519 AC_DEFINE(HAVE_HW_KECHENG_KC_330B, 1, [Kecheng KC-330B support])
520fi
521
ae4c3d04
UH
522AM_CONDITIONAL(HW_LASCAR_EL_USB, test x$HW_LASCAR_EL_USB = xyes)
523if test "x$HW_LASCAR_EL_USB" = "xyes"; then
524 AC_DEFINE(HAVE_HW_LASCAR_EL_USB, 1, [Lascar EL-USB support])
525fi
526
8f4e922f
UH
527AM_CONDITIONAL(HW_MANSON_HCS_3XXX, test x$HW_MANSON_HCS_3XXX = xyes)
528if test "x$HW_MANSON_HCS_3XXX" = "xyes"; then
529 AC_DEFINE(HAVE_HW_MANSON_HCS_3XXX, 1, [Manson HCS-3xxx support])
530fi
531
ae4c3d04
UH
532AM_CONDITIONAL(HW_MIC_985XX, test x$HW_MIC_985XX = xyes)
533if test "x$HW_MIC_985XX" = "xyes"; then
534 AC_DEFINE(HAVE_HW_MIC_985XX, 1, [MIC 985xx support])
535fi
536
41b7bd01
MH
537AM_CONDITIONAL(HW_MOTECH_LPS_30X, test x$HW_MOTECH_LPS_30X = xyes)
538if test "x$HW_MOTECH_LPS_30X" = "xyes"; then
539 AC_DEFINE(HAVE_HW_MOTECH_LPS_30X, 1, [motech-lps-30x support])
540fi
541
bfd48770
MH
542AM_CONDITIONAL(HW_NORMA_DMM, test x$HW_NORMA_DMM = xyes)
543if test "x$HW_NORMA_DMM" = "xyes"; then
d0a92abd 544 AC_DEFINE(HAVE_HW_NORMA_DMM, 1, [Norma DMM support])
bfd48770
MH
545fi
546
d4b38748
BV
547AM_CONDITIONAL(HW_OPENBENCH_LOGIC_SNIFFER, test x$HW_OPENBENCH_LOGIC_SNIFFER = xyes)
548if test "x$HW_OPENBENCH_LOGIC_SNIFFER" = "xyes"; then
549 AC_DEFINE(HAVE_HW_OPENBENCH_LOGIC_SNIFFER, 1, [OpenBench Logic Sniffer (OLS) support])
ae4c3d04
UH
550fi
551
3086efdd
ML
552AM_CONDITIONAL(HW_RIGOL_DS, test x$HW_RIGOL_DS = xyes)
553if test "x$HW_RIGOL_DS" = "xyes"; then
554 AC_DEFINE(HAVE_HW_RIGOL_DS, 1, [Rigol DS support])
ae4c3d04
UH
555fi
556
5724a20a
UH
557AM_CONDITIONAL(HW_SALEAE_LOGIC16, test x$HW_SALEAE_LOGIC16 = xyes)
558if test "x$HW_SALEAE_LOGIC16" = "xyes"; then
559 AC_DEFINE(HAVE_HW_SALEAE_LOGIC16, 1, [Saleae Logic16 support])
560fi
561
ae4c3d04
UH
562AM_CONDITIONAL(HW_SERIAL_DMM, test x$HW_SERIAL_DMM = xyes)
563if test "x$HW_SERIAL_DMM" = "xyes"; then
564 AC_DEFINE(HAVE_HW_SERIAL_DMM, 1, [Serial DMM support])
565fi
566
87283d98
UH
567AM_CONDITIONAL(HW_SYSCLK_LWLA, test x$HW_SYSCLK_LWLA = xyes)
568if test "x$HW_SYSCLK_LWLA" = "xyes"; then
569 AC_DEFINE(HAVE_HW_SYSCLK_LWLA, 1, [Sysclk LWLA support])
570fi
571
122d33d4
UH
572AM_CONDITIONAL(HW_TELEINFO, test x$HW_TELEINFO = xyes)
573if test "x$HW_TELEINFO" = "xyes"; then
574 AC_DEFINE(HAVE_HW_TELEINFO, 1, [Teleinfo support])
575fi
576
0acdd793
BV
577AM_CONDITIONAL(HW_TESTO, test x$HW_TESTO = xyes)
578if test "x$HW_TESTO" = "xyes"; then
579 AC_DEFINE(HAVE_HW_TESTO, 1, [Testo support])
580fi
581
ae4c3d04
UH
582AM_CONDITIONAL(HW_TONDAJ_SL_814, test x$HW_TONDAJ_SL_814 = xyes)
583if test "x$HW_TONDAJ_SL_814" = "xyes"; then
584 AC_DEFINE(HAVE_HW_TONDAJ_SL_814, 1, [Tondaj SL-814 support])
585fi
586
587AM_CONDITIONAL(HW_UNI_T_DMM, test x$HW_UNI_T_DMM = xyes)
588if test "x$HW_UNI_T_DMM" = "xyes"; then
589 AC_DEFINE(HAVE_HW_UNI_T_DMM, 1, [UNI-T DMM support])
590fi
591
3877dde4
BV
592AM_CONDITIONAL(HW_UNI_T_UT32X, test x$HW_UNI_T_UT32X = xyes)
593if test "x$HW_UNI_T_UT32X" = "xyes"; then
594 AC_DEFINE(HAVE_HW_UNI_T_UT32X, 1, [UNI-T UT32x support])
595fi
596
ae4c3d04
UH
597AM_CONDITIONAL(HW_VICTOR_DMM, test x$HW_VICTOR_DMM = xyes)
598if test "x$HW_VICTOR_DMM" = "xyes"; then
e4fad80b 599 AC_DEFINE(HAVE_HW_VICTOR_DMM, 1, [Victor DMM support])
ae4c3d04
UH
600fi
601
9e165e74
UH
602AM_CONDITIONAL(HW_ZEROPLUS_LOGIC_CUBE, test x$HW_ZEROPLUS_LOGIC_CUBE = xyes)
603if test "x$HW_ZEROPLUS_LOGIC_CUBE" = "xyes"; then
604 AC_DEFINE(HAVE_HW_ZEROPLUS_LOGIC_CUBE, 1, [ZEROPLUS Logic Cube support])
ae4c3d04
UH
605fi
606
c23c8659
ML
607AM_CONDITIONAL(BINDINGS_CXX, test x$BINDINGS_CXX = xyes)
608
f7740954
ML
609AM_CONDITIONAL(BINDINGS_PYTHON, test x$BINDINGS_PYTHON = xyes)
610
9fcf4d0b
ML
611AM_CONDITIONAL(BINDINGS_JAVA, test x$BINDINGS_JAVA = xyes)
612
826938d8
UH
613# Checks for header files.
614# These are already checked: inttypes.h stdint.h stdlib.h string.h unistd.h.
826938d8
UH
615
616# Checks for typedefs, structures, and compiler characteristics.
7b5daad4 617AC_C_BIGENDIAN
826938d8 618
fb6f1978 619AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware")
826938d8
UH
620AC_SUBST(MAKEFLAGS, '--no-print-directory')
621AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
622
6dddd902
UH
623SR_PACKAGE_VERSION_MAJOR=sr_package_version_major
624SR_PACKAGE_VERSION_MINOR=sr_package_version_minor
625SR_PACKAGE_VERSION_MICRO=sr_package_version_micro
626SR_PACKAGE_VERSION=sr_package_version
3af71f0d 627
6dddd902
UH
628AC_SUBST(SR_PACKAGE_VERSION_MAJOR)
629AC_SUBST(SR_PACKAGE_VERSION_MINOR)
630AC_SUBST(SR_PACKAGE_VERSION_MICRO)
631AC_SUBST(SR_PACKAGE_VERSION)
3af71f0d 632
c23c8659
ML
633AC_CONFIG_FILES([Makefile include/libsigrok/version.h libsigrok.pc
634 bindings/cxx/libsigrokxx.pc])
826938d8
UH
635
636AC_OUTPUT
637
638echo
45aed072 639echo "libsigrok configuration summary:"
826938d8 640echo
6dddd902
UH
641echo " - Package version (major.minor.micro): $SR_PACKAGE_VERSION"
642echo " - Library version (current:revision:age): $SR_LIB_VERSION"
45aed072 643echo " - Prefix: $prefix"
6bad8487
UH
644echo " - Building on: $build"
645echo " - Building for: $host"
45aed072
UH
646echo
647echo "Detected libraries:"
648echo
649
650# Note: This only works for libs with pkg-config integration.
c78bcc6f 651for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.1.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "check >= 0.9.4"; do
958326f8
UH
652 optional="OPTIONAL"
653 if test "x$lib" = "xglib-2.0 >= 2.32.0"; then optional="REQUIRED"; fi
654 if test "x$lib" = "xlibzip >= 0.10"; then optional="REQUIRED"; fi
45aed072
UH
655 if `$PKG_CONFIG --exists $lib`; then
656 ver=`$PKG_CONFIG --modversion $lib`
657 answer="yes ($ver)"
658 else
659 answer="no"
660 fi
958326f8 661 echo " - ($optional) $lib: $answer"
45aed072
UH
662done
663
d4b38748 664echo -e "\nEnabled hardware drivers:\n${driver_summary}"
826938d8 665
c23c8659
ML
666echo -e "\nEnabled language bindings:\n"
667echo " - C++............................. $BINDINGS_CXX"
f7740954 668echo " - Python.......................... $BINDINGS_PYTHON"
9fcf4d0b 669echo " - Java............................ $BINDINGS_JAVA"
c23c8659 670echo