]> sigrok.org Git - libsigrok.git/blame - configure.ac
scpi_vxi: readability nits in the SCPI via VXI source code
[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
33b20ce8 24AC_INIT([libsigrok], [0.6.0],
7f289d14 25 [sigrok-devel@lists.sourceforge.net],
db8ae7b9 26 [libsigrok], [http://www.sigrok.org])
ea1d5351 27AC_CONFIG_MACRO_DIR([m4])
d8521c93 28AC_CONFIG_AUX_DIR([autostuff])
24138539 29AC_CONFIG_HEADERS([config.h include/libsigrok/version.h])
826938d8 30
ef7228ba 31# We require at least automake 1.11 (needed for 'silent rules').
9ac018d0 32AM_INIT_AUTOMAKE([1.11 -Wall -Werror no-define nostdinc subdir-objects check-news color-tests])
bbb3996c 33AM_SILENT_RULES([yes])
432e5e95 34m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
826938d8 35
bcc3694f
DE
36AC_CANONICAL_HOST
37
826938d8 38# Checks for programs.
826938d8 39AC_PROG_CC
c23c8659 40AC_PROG_CXX
826938d8
UH
41AC_PROG_INSTALL
42AC_PROG_LN_S
43
bb203cde
UH
44# Required for per-target flags or subdir-objects with C sources.
45AM_PROG_CC_C_O
46
56c8705e
DE
47# Set the standard the C library headers should conform to.
48AH_VERBATIM([_POSIX_C_SOURCE], [/* The targeted POSIX standard. */
49#ifndef _POSIX_C_SOURCE
50# define _POSIX_C_SOURCE 200112L
51#endif])
52
4512ccd3
DE
53# Get compiler versions.
54SR_PROG_VERSION([$CC], [sr_cc_version])
55SR_PROG_VERSION([$CXX], [sr_cxx_version])
56
3841c4c5 57# Check for optional make features.
5b9e9bba
DE
58SR_PROG_MAKE_ORDER_ONLY
59
826938d8
UH
60# Initialize libtool.
61LT_INIT
62
24138539
DE
63# Set up the libsigrok version defines.
64SR_PKG_VERSION_SET([SR_PACKAGE_VERSION], [AC_PACKAGE_VERSION])
b2478a23 65
3af71f0d 66# Library version for libsigrok (NOT the same as the package version).
826938d8
UH
67# Carefully read the libtool docs before updating these numbers!
68# The algorithm for determining which number to change (and how) is nontrivial!
69# http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
89c82260 70# Format: current:revision:age.
9b355aa1 71SR_LIB_VERSION_SET([SR_LIB_VERSION], [4:0:0])
826938d8 72
655b116c
DE
73AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"])
74
1f61c22f
DE
75#############################
76## Optional dependencies ##
77#############################
de44e114 78
8c2024e0
DE
79AC_LANG([C])
80
1f61c22f
DE
81# Initialize pkg-config.
82# We require at least 0.22, as "Requires.private" behaviour changed there.
83PKG_PROG_PKG_CONFIG([0.22])
bcacb863 84
1bb196e4
DE
85# Keep track of all checked modules so we can list them at the end.
86SR_PKG_CHECK_SUMMARY([sr_pkglibs_summary])
87
88# Collect the pkg-config module names of all dependencies in SR_PKGLIBS.
1f61c22f
DE
89# These are used to derive the compiler flags and for the "Requires.private"
90# field in the generated libsigrok.pc file.
1bb196e4 91SR_VAR_OPT_PKG([SR_PKGLIBS], [sr_deps_avail])
65489c1a 92SR_PKGLIBS_TESTS=
1f61c22f
DE
93SR_PKGLIBS_CXX=
94SR_PKGLIBS_PYTHON=
27d44cf6 95SR_PKGLIBS_RUBY=
8c2024e0 96SR_EXTRA_LIBS=
9d8f363d 97SR_EXTRA_CXX_LIBS=
1f61c22f 98
1df81f4b 99SR_ARG_OPT_PKG([libserialport], [LIBSERIALPORT], ,
1f61c22f 100 [libserialport >= 0.1.1])
1f61c22f 101
689749b7 102SR_ARG_OPT_PKG([libftdi], [LIBFTDI], , [libftdi1 >= 1.0])
1f61c22f 103
aa29b255 104# pkg-config file names: MinGW/MacOSX: hidapi; Linux: hidapi-hidraw/-libusb
4417074c
GS
105SR_ARG_OPT_PKG([libhidapi], [LIBHIDAPI], ,
106 [hidapi >= 0.8.0], [hidapi-hidraw >= 0.8.0], [hidapi-libusb >= 0.8.0])
107
aa29b255 108SR_ARG_OPT_PKG([libbluez], [LIBBLUEZ], , [bluez >= 4.0])
f085705f 109
cae33a58
AS
110SR_ARG_OPT_PKG([libnettle], [LIBNETTLE], , [nettle])
111
1f61c22f
DE
112# FreeBSD comes with an "integrated" libusb-1.0-style USB API.
113# This means libusb-1.0 is always available; no need to check for it.
c1adbb1e
DE
114# On Windows, require the latest version we can get our hands on,
115# until the new generic event handling has seen an official release.
116AS_CASE([$host_os],
117 [freebsd*], [sr_libusb_req='libusb-1.0' sr_have_libusb=yes],
118 [mingw*], [sr_libusb_req='libusb-1.0 >= 1.0.20'],
119 [sr_libusb_req='libusb-1.0 >= 1.0.16'])
1f61c22f 120
2cbde151 121SR_ARG_OPT_PKG([libusb], [LIBUSB_1_0], [NEED_USB],
c1adbb1e 122 [$sr_libusb_req])
c23c8659 123
2cbde151 124SR_ARG_OPT_PKG([librevisa], [LIBREVISA], [NEED_VISA],
1f61c22f 125 [librevisa >= 0.0.20130412])
d92de05a 126
2cbde151 127SR_ARG_OPT_PKG([libgpib], [LIBGPIB], [NEED_GPIB],
1f61c22f
DE
128 [libgpib])
129
8c2024e0
DE
130SR_ARG_OPT_CHECK([libieee1284], [LIBIEEE1284],, [
131 sr_save_LIBS=$LIBS
132 LIBS="-lieee1284 $LIBS"
133 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <ieee1284.h>]],
134 [[(void) ieee1284_open(0, 0, 0);]])],
135 [sr_have_libieee1284=yes], [sr_have_libieee1284=no])
39cf2004 136 LIBS=$sr_save_LIBS
8c2024e0
DE
137])
138AS_IF([test "x$sr_have_libieee1284" = xyes],
139 [SR_PREPEND([SR_EXTRA_LIBS], [-lieee1284])])
140
ebcd1aba
DH
141SR_ARG_OPT_PKG([libgio], [LIBGIO], , [gio-2.0 >= 2.24.0])
142
f085705f
GS
143# See if any of the (potentially platform specific) libs are available
144# which provide some means of Bluetooth communication.
145AS_IF([test "x$sr_have_libbluez" = xyes],
146 sr_have_bluetooth=yes, sr_have_bluetooth=no)
147AS_IF([test "x$sr_have_bluetooth" = xyes],
148 [AC_DEFINE([HAVE_BLUETOOTH], [1], [Specifies whether Bluetooth communication is supported.])])
ebcd1aba
DH
149AS_IF([test "x$sr_have_bluetooth" = xyes],
150 [SR_APPEND([sr_deps_avail], [bluetooth_comm])])
f085705f
GS
151
152AS_IF([test "x$sr_have_libserialport" = xyes -o "x$sr_have_libhidapi" = xyes -o "x$sr_have_bluetooth" = xyes],
1df81f4b
GS
153 sr_have_serial_comm=yes, sr_have_serial_comm=no)
154AS_IF([test "x$sr_have_serial_comm" = xyes],
155 [AC_DEFINE([HAVE_SERIAL_COMM], [1], [Specifies whether serial communication is supported.])])
156AS_IF([test "x$sr_have_serial_comm" = xyes],
157 [SR_APPEND([sr_deps_avail], [serial_comm])])
158AM_CONDITIONAL([NEED_SERIAL], [test "x$sr_have_serial_comm" = xyes])
159
1f61c22f
DE
160######################
161## Feature checks ##
162######################
f7740954 163
aba69262 164# The Check unit testing framework is optional. Disable if not found.
65489c1a 165SR_PKG_CHECK([check], [SR_PKGLIBS_TESTS], [check >= 0.9.4])
1f61c22f
DE
166AM_CONDITIONAL([HAVE_CHECK], [test "x$sr_have_check" = xyes])
167
e662d9e8 168# Enable the C99 standard if possible, and enforce the use
b84a7331
DE
169# of SR_API to explicitly mark all public API functions.
170SR_EXTRA_CFLAGS=
e662d9e8 171SR_CHECK_COMPILE_FLAGS([SR_EXTRA_CFLAGS], [C99], [-std=c99 -c99 -AC99 -qlanglvl=extc99])
b84a7331
DE
172SR_CHECK_COMPILE_FLAGS([SR_EXTRA_CFLAGS], [visibility], [-fvisibility=hidden])
173
4cf2f34f 174SR_ARG_ENABLE_WARNINGS([SR_WFLAGS], [-Wall], [-Wall -Wextra -Wmissing-prototypes])
1f61c22f
DE
175
176# Check host characteristics.
bbb3996c 177AC_SYS_LARGEFILE
1f61c22f 178AC_C_BIGENDIAN
79bb0e97 179
1bb196e4
DE
180AC_CHECK_HEADERS([sys/mman.h], [SR_APPEND([sr_deps_avail], [sys_mman_h])])
181AC_CHECK_HEADERS([sys/ioctl.h], [SR_APPEND([sr_deps_avail], [sys_ioctl_h])])
182AC_CHECK_HEADERS([sys/timerfd.h], [SR_APPEND([sr_deps_avail], [sys_timerfd_h])])
1f61c22f 183
bc8ff24d 184# We need to link against the Winsock2 library for SCPI over TCP.
8c2024e0 185AS_CASE([$host_os], [mingw*], [SR_PREPEND([SR_EXTRA_LIBS], [-lws2_32])])
bc8ff24d
DE
186
187# libm (the standard math library) is always needed.
188SR_SEARCH_LIBS([SR_EXTRA_LIBS], [pow], [m])
189
1f61c22f 190# RPC is only needed for VXI support.
a3fe36d0 191AC_CACHE_CHECK([for SunRPC support], [sr_cv_have_sunrpc],
1f61c22f
DE
192 [AC_LINK_IFELSE([AC_LANG_PROGRAM(
193 [[#include <rpc/rpc.h>]m4_newline[CLIENT *rpc_test(void);]],
194 [[(void) clnt_create("", 0, 0, "");]])],
a3fe36d0
SA
195 [RPC_CFLAGS=""; RPC_LIBS=""; sr_cv_have_sunrpc=yes],
196 [sr_cv_have_sunrpc=no])])
197PKG_CHECK_MODULES([TIRPC],
198 [libtirpc],
199 [RPC_CFLAGS=$TIRPC_CFLAGS; SR_PREPEND([SR_EXTRA_LIBS], [$TIRPC_LIBS]); sr_cv_have_tirpc=yes],
200 [sr_cv_have_tirpc=no])
201AS_IF([test "x$sr_cv_have_sunrpc" = xyes -o "x$sr_cv_have_tirpc" = xyes],
202 [sr_cv_have_rpc=yes], [sr_cv_have_rpc=no])
203
204AC_SUBST(RPC_CFLAGS)
205AC_SUBST(RPC_LIBS)
206
1f61c22f 207AS_IF([test "x$sr_cv_have_rpc" = xyes],
a3fe36d0
SA
208 [AC_DEFINE([HAVE_RPC], [1], [Specifies whether we have RPC support (either by SunRPC or libtirpc).])])
209
1f61c22f
DE
210# VXI support is only compiled if RPC support was found.
211AM_CONDITIONAL([NEED_RPC], [test "x$sr_cv_have_rpc" = xyes])
212
e9869966
SB
213# Check for compiler support of 128 bit integers
214AC_CHECK_TYPES([__int128_t, __uint128_t], [], [], [])
215
d37c7109
DE
216########################
217## Hardware drivers ##
218########################
219
220# Keep track of all drivers so we can list them at the end.
1bb196e4 221SR_VAR_SUMMARY([sr_driver_summary])
d37c7109
DE
222
223# Check whether the sr_deps_avail list contains all of the arguments.
224# Unavailable dependencies are collected in sr_deps_missing.
225sr_check_driver_deps() {
226 sr_deps_missing=
227 for sr_dep
228 do
229 AS_CASE([" $sr_deps_avail "], [*" $sr_dep "*],,
26b67f11 230 [SR_APPEND([sr_deps_missing], [', '], [$sr_dep])])
d37c7109 231 done
4ed3d9b6 232 test -z "$sr_deps_missing" || return 1
d37c7109
DE
233}
234
235AC_ARG_ENABLE([all-drivers],
236 [AS_HELP_STRING([--enable-all-drivers],
237 [enable all drivers by default [default=yes]])],
238 [], [enable_all_drivers=yes])
239
240## _SR_DRIVER(Device name, driver-name, var-name, [dependencies...])
241m4_define([_SR_DRIVER], [
b8b727e4 242 AC_ARG_ENABLE([$2],
d37c7109
DE
243 [AS_HELP_STRING([--enable-$2], [enable $1 support])],
244 [$3=$enableval], [$3=$enable_all_drivers])
245
246 AS_IF([test "x[$]$3" = xyes], [sr_hw_info=yes[]m4_ifval([$4], [
4ed3d9b6
DE
247 sr_check_driver_deps $4 \
248 || $3=no sr_hw_info="no (missing: $sr_deps_missing)"
d37c7109 249 ])], [sr_hw_info='no (disabled)'])
1bb196e4 250 sr_driver_summary_append "$2" "$sr_hw_info"
d37c7109
DE
251
252 AM_CONDITIONAL([$3], [test "x[$]$3" = xyes])
bf85ea21 253 AM_COND_IF([$3], [AC_DEFINE([HAVE_$3], [1], [Whether to support $1 device.]) AC_DEFINE([HAVE_DRIVERS], [1], [Whether at least one driver is enabled.])])
d37c7109
DE
254])
255
256## SR_DRIVER(Device name, driver-name, [dependencies...])
257m4_define([SR_DRIVER],
258 [_SR_DRIVER([$1], [$2], m4_expand([AS_TR_CPP([HW_$2])]), [$3])])
259
bb15350e
GS
260SR_DRIVER([Agilent DMM], [agilent-dmm], [serial_comm])
261SR_DRIVER([Appa 55II], [appa-55ii], [serial_comm])
262SR_DRIVER([Arachnid Labs Re:load Pro], [arachnid-labs-re-load-pro], [serial_comm])
d37c7109 263SR_DRIVER([ASIX SIGMA/SIGMA2], [asix-sigma], [libftdi])
bb15350e 264SR_DRIVER([Atten PPS3xxx], [atten-pps3xxx], [serial_comm])
d37c7109
DE
265SR_DRIVER([BayLibre ACME], [baylibre-acme], [sys_timerfd_h])
266SR_DRIVER([BeagleLogic], [beaglelogic], [sys_mman_h sys_ioctl_h])
bb15350e
GS
267SR_DRIVER([CEM DT-885x], [cem-dt-885x], [serial_comm])
268SR_DRIVER([Center 3xx], [center-3xx], [serial_comm])
382bea82 269SR_DRIVER([ChronoVu LA], [chronovu-la], [libusb libftdi])
bb15350e
GS
270SR_DRIVER([Colead SLM], [colead-slm], [serial_comm])
271SR_DRIVER([Conrad DIGI 35 CPU], [conrad-digi-35-cpu], [serial_comm])
d37c7109 272SR_DRIVER([demo], [demo])
44b46d70 273SR_DRIVER([DreamSourceLab DSLogic], [dreamsourcelab-dslogic], [libusb])
e756c595 274SR_DRIVER([Fluke 45], [fluke-45])
bb15350e 275SR_DRIVER([Fluke DMM], [fluke-dmm], [serial_comm])
f2273382 276SR_DRIVER([FTDI LA], [ftdi-la], [libusb libftdi])
d37c7109 277SR_DRIVER([fx2lafw], [fx2lafw], [libusb])
bb15350e
GS
278SR_DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x], [serial_comm])
279SR_DRIVER([GW Instek GDS-800], [gwinstek-gds-800], [serial_comm])
280SR_DRIVER([GW Instek GPD], [gwinstek-gpd], [serial_comm])
281SR_DRIVER([Hameg HMO], [hameg-hmo], [serial_comm])
5089a143 282SR_DRIVER([Hantek 4032L], [hantek-4032l], [libusb])
f2a66a8e 283SR_DRIVER([Hantek 6xxx], [hantek-6xxx], [libusb])
d37c7109 284SR_DRIVER([Hantek DSO], [hantek-dso], [libusb])
00b2a092 285SR_DRIVER([HP 3457A], [hp-3457a])
d2c1730a 286SR_DRIVER([HP 3478A], [hp-3478a], [libgpib])
12e7abe2 287SR_DRIVER([hp-59306a], [hp-59306a])
96e05afa 288SR_DRIVER([Hung-Chang DSO-2100], [hung-chang-dso-2100], [libieee1284])
d37c7109
DE
289SR_DRIVER([Ikalogic Scanalogic-2], [ikalogic-scanalogic2], [libusb])
290SR_DRIVER([Ikalogic Scanaplus], [ikalogic-scanaplus], [libftdi])
8a9788e2 291SR_DRIVER([IPDBG LA], [ipdbg-la])
f21b6983 292SR_DRIVER([ITECH IT8500], [itech-it8500], [serial_comm])
d37c7109 293SR_DRIVER([Kecheng KC-330B], [kecheng-kc-330b], [libusb])
bb15350e 294SR_DRIVER([KERN scale], [kern-scale], [serial_comm])
f2cd2deb 295SR_DRIVER([Kingst LA2016], [kingst-la2016], [libusb])
bb15350e 296SR_DRIVER([Korad KAxxxxP], [korad-kaxxxxp], [serial_comm])
d37c7109 297SR_DRIVER([Lascar EL-USB], [lascar-el-usb], [libusb])
c7b17bcb 298SR_DRIVER([LeCroy LogicStudio], [lecroy-logicstudio], [libusb])
bb08570f 299SR_DRIVER([LeCroy X-Stream], [lecroy-xstream])
bb15350e 300SR_DRIVER([Manson HCS-3xxx], [manson-hcs-3xxx], [serial_comm])
9b1101d6 301SR_DRIVER([Mastech MS6514], [mastech-ms6514], [serial_comm])
d37c7109 302SR_DRIVER([maynuo-m97], [maynuo-m97])
bb15350e 303SR_DRIVER([MIC 985xx], [mic-985xx], [serial_comm])
a5c0259c 304SR_DRIVER([Microchip PICkit2], [microchip-pickit2], [libusb])
ebcd1aba 305SR_DRIVER([Mooshimeter DMM], [mooshimeter-dmm], [bluetooth_comm libgio])
bb15350e
GS
306SR_DRIVER([Motech LPS 30x], [motech-lps-30x], [serial_comm])
307SR_DRIVER([Norma DMM], [norma-dmm], [serial_comm])
308SR_DRIVER([OpenBench Logic Sniffer], [openbench-logic-sniffer], [serial_comm])
309SR_DRIVER([PCE PCE-322A], [pce-322a], [serial_comm])
d37c7109 310SR_DRIVER([Pipistrello-OLS], [pipistrello-ols], [libftdi])
bb15350e 311SR_DRIVER([RDTech DPSxxxx/DPHxxxx], [rdtech-dps], [serial_comm])
8b607a24 312SR_DRIVER([RDTech UMXX], [rdtech-um], [serial_comm])
cae33a58 313SR_DRIVER([RDTech TCXX], [rdtech-tc], [serial_comm libnettle])
d37c7109 314SR_DRIVER([Rigol DS], [rigol-ds])
068db0fb 315SR_DRIVER([Rigol DG], [rigol-dg])
bb15350e 316SR_DRIVER([Rohde&Schwarz SME-0x], [rohde-schwarz-sme-0x], [serial_comm])
d37c7109 317SR_DRIVER([Saleae Logic16], [saleae-logic16], [libusb])
b6189f7c 318SR_DRIVER([Saleae Logic Pro], [saleae-logic-pro], [libusb])
7a396ff5 319SR_DRIVER([SCPI DMM], [scpi-dmm])
d37c7109 320SR_DRIVER([SCPI PPS], [scpi-pps])
bb15350e
GS
321SR_DRIVER([serial DMM], [serial-dmm], [serial_comm])
322SR_DRIVER([serial LCR], [serial-lcr], [serial_comm])
89f5fab9 323SR_DRIVER([Siglent SDS], [siglent-sds])
d37c7109 324SR_DRIVER([Sysclk LWLA], [sysclk-lwla], [libusb])
8da8c826 325SR_DRIVER([Sysclk SLA5032], [sysclk-sla5032], [libusb])
bb15350e 326SR_DRIVER([Teleinfo], [teleinfo], [serial_comm])
d37c7109 327SR_DRIVER([Testo], [testo], [libusb])
bb15350e 328SR_DRIVER([Tondaj SL-814], [tondaj-sl-814], [serial_comm])
d37c7109 329SR_DRIVER([UNI-T DMM], [uni-t-dmm], [libusb])
ebc51109 330SR_DRIVER([UNI-T UT181A], [uni-t-ut181a], [serial_comm])
164c5ae5 331SR_DRIVER([UNI-T UT32x], [uni-t-ut32x], [serial_comm])
d37c7109
DE
332SR_DRIVER([Yokogawa DL/DLM], [yokogawa-dlm])
333SR_DRIVER([ZEROPLUS Logic Cube], [zeroplus-logic-cube], [libusb])
bb15350e 334SR_DRIVER([ZKETECH EBD-USB], [zketech-ebd-usb], [serial_comm])
1f61c22f
DE
335
336###############################
337## Language bindings setup ##
338###############################
339
d37c7109 340AC_LANG([C++])
4cf2f34f 341SR_ARG_ENABLE_WARNINGS([SR_WXXFLAGS], [-Wall], [-Wall -Wextra])
d37c7109 342
1f61c22f
DE
343AC_ARG_ENABLE([bindings],
344 [AS_HELP_STRING([--enable-bindings], [build language bindings [default=yes]])],
345 [], [enable_bindings=yes])
176c7219 346
1f61c22f
DE
347AC_ARG_ENABLE([cxx],
348 [AS_HELP_STRING([--enable-cxx], [build C++ bindings [default=yes]])],
349 [], [enable_cxx=$enable_bindings])
a0b277ba 350
1f61c22f
DE
351AC_ARG_ENABLE([python],
352 [AS_HELP_STRING([--enable-python], [build Python bindings [default=yes]])],
353 [], [enable_python=$enable_bindings])
826938d8 354
27d44cf6 355AC_ARG_ENABLE([ruby],
856433b2
UH
356 [AS_HELP_STRING([--enable-ruby], [build Ruby bindings [default=yes]])],
357 [], [enable_ruby=$enable_bindings])
27d44cf6 358
1f61c22f
DE
359AC_ARG_ENABLE([java],
360 [AS_HELP_STRING([--enable-java], [build Java bindings [default=yes]])],
361 [], [enable_java=$enable_bindings])
362
363####################
364## C++ bindings ##
365####################
366
367sr_cxx_missing=
368
369# Check if the C++ compiler supports the C++11 standard.
b571f84c 370AX_CXX_COMPILE_STDCXX([11], [noext], [optional])
26b67f11
DE
371AS_IF([test "x$HAVE_CXX11" != x1],
372 [SR_APPEND([sr_cxx_missing], [', '], ['C++11'])])
1f61c22f
DE
373
374# The C++ bindings need glibmm.
375SR_PKG_CHECK([glibmm], [SR_PKGLIBS_CXX], [glibmm-2.4 >= 2.32.0])
26b67f11
DE
376AS_IF([test "x$sr_have_glibmm" != xyes],
377 [SR_APPEND([sr_cxx_missing], [', '], [glibmm])])
1f61c22f
DE
378
379# The C++ bindings use Doxygen to parse libsigrok symbols.
380AC_CHECK_PROG([HAVE_DOXYGEN], [doxygen], [yes], [no])
26b67f11
DE
381AS_IF([test "x$HAVE_DOXYGEN" != xyes],
382 [SR_APPEND([sr_cxx_missing], [', '], [Doxygen])])
1f61c22f 383
9d8f363d
MC
384# Link C++ code with gnustl_shared if it exists (Android)
385SR_SEARCH_LIBS([SR_EXTRA_CXX_LIBS], [__cxa_throw], [gnustl_shared])
386
1f61c22f
DE
387# Python is needed for the C++ bindings.
388AM_PATH_PYTHON([2.7],
389 [HAVE_PYTHON=yes],
26b67f11
DE
390 [HAVE_PYTHON=no
391 SR_APPEND([sr_cxx_missing], [', '], [Python])])
1f61c22f
DE
392
393AS_IF([test -z "$sr_cxx_missing"],
394 [BINDINGS_CXX=$enable_cxx], [BINDINGS_CXX=no])
395AM_CONDITIONAL([BINDINGS_CXX], [test "x$BINDINGS_CXX" = xyes])
396
397# C++ bindings want stoi and stod.
398AM_COND_IF([BINDINGS_CXX], [
399 AC_CACHE_CHECK([for stoi and stod], [sr_cv_have_stoi_stod],
400 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string>]],
401 [[(void) std::stoi("1"); (void) std::stod("1.0");]])],
402 [sr_cv_have_stoi_stod=yes], [sr_cv_have_stoi_stod=no])])
403 AS_IF([test "x$sr_cv_have_stoi_stod" = xyes],
404 [AC_DEFINE([HAVE_STOI_STOD], [1],
405 [Specifies whether we have the stoi and stod functions.])])
406])
407
408#######################
409## Python bindings ##
410#######################
411
26b67f11
DE
412AS_IF([test "x$BINDINGS_CXX" = xyes],
413 [sr_python_missing=],
414 [sr_python_missing='C++ bindings'])
1f61c22f 415
3d869132
DE
416# Extract major and minor version number of the Python interpreter.
417sr_pymajor=${PYTHON_VERSION%%.*}
418sr_pyminor=${PYTHON_VERSION#*.}
419
420# The Python bindings need Python development files. Check for either
421# Python 3 or Python 2 headers depending on the interpreter version.
1f61c22f 422SR_PKG_CHECK([python_dev], [SR_PKGLIBS_PYTHON],
3d869132
DE
423 [python = $PYTHON_VERSION],
424 [python$sr_pymajor = $PYTHON_VERSION],
425 [python$sr_pymajor$sr_pyminor = $PYTHON_VERSION],
426 [python-$PYTHON_VERSION = $PYTHON_VERSION])
427
26b67f11
DE
428AS_IF([test "x$sr_have_python_dev" != xyes],
429 [SR_APPEND([sr_python_missing], [', '], [Headers])])
1f61c22f
DE
430
431# PyGObject is needed for the Python bindings.
432SR_PKG_CHECK([pygobject], [SR_PKGLIBS_PYTHON], [pygobject-3.0 >= 3.0.0])
26b67f11
DE
433AS_IF([test "x$sr_have_pygobject" != xyes],
434 [SR_APPEND([sr_python_missing], [', '], [PyGObject])])
1f61c22f
DE
435
436PKG_CHECK_EXISTS([pygobject-3.0 < 3.7.91],
437 [AC_DEFINE([PYGOBJECT_FLAGS_SIGNED], [1],
438 [Whether last argument to pyg_flags_get_value() is signed.])])
439
eb2373f1
DE
440# The Python bindings need the setuptools and numpy Python modules.
441# We'll let it go through even if the AX macro wasn't found, as the
442# Python modules may still be there.
443m4_ifdef([AX_PYTHON_MODULE], [
444 AX_PYTHON_MODULE([setuptools])
445 AX_PYTHON_MODULE([numpy])
446], [
447 HAVE_PYMOD_SETUPTOOLS=yes
448 HAVE_PYMOD_NUMPY=yes
449 m4_warn([unsupported],
450 [Missing macro AX_PYTHON_MODULE: no check for setuptools and numpy])
451])
26b67f11
DE
452AS_IF([test "x$HAVE_PYMOD_SETUPTOOLS" != xyes],
453 [SR_APPEND([sr_python_missing], [', '], [setuptools])])
eb2373f1
DE
454AS_IF([test "x$HAVE_PYMOD_NUMPY" != xyes],
455 [SR_APPEND([sr_python_missing], [', '], [numpy])])
1f61c22f
DE
456
457# The Python bindings use SWIG to generate code.
c9901879 458AC_CHECK_PROGS([SWIG], [swig swig4.0 swig3.0 swig2.0])
e469259a
AJ
459AS_IF([test "x$SWIG" != x],
460 AC_MSG_CHECKING([for $SWIG version])
27272a70 461 [SWIG_VERSION=`$SWIG -version 2>&1 | sed -n 's/SWIG Version //p'`]
e469259a 462 AC_MSG_RESULT([$SWIG_VERSION]))
26b67f11
DE
463AS_IF([test "x$SWIG" = x],
464 [SR_APPEND([sr_python_missing], [', '], [SWIG])])
1f61c22f
DE
465
466AS_IF([test -z "$sr_python_missing"],
467 [BINDINGS_PYTHON=$enable_python], [BINDINGS_PYTHON=no])
468AM_CONDITIONAL([BINDINGS_PYTHON], [test "x$BINDINGS_PYTHON" = xyes])
469
27d44cf6
AJ
470#####################
471## Ruby bindings ##
472#####################
473
474AS_IF([test "x$BINDINGS_CXX" = xyes],
475 [sr_ruby_missing=],
476 [sr_ruby_missing='C++ bindings'])
477
e9227902
AJ
478AC_PATH_PROGS(RUBY, ["${RUBY-ruby}"], [])
479AS_IF([test "x$RUBY" != x],
480 AC_MSG_CHECKING([for Ruby version])
481 [RUBY_VERSION=`$RUBY -e 'puts RUBY_VERSION'`]
482 AC_MSG_RESULT([$RUBY_VERSION])
483 [RUBY_DLEXT=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["DLEXT"]]'`]
484 AC_SUBST(RUBY_DLEXT))
27d44cf6
AJ
485
486AS_IF([test "x$RUBY" = x],
e9227902 487 [SR_APPEND([sr_ruby_missing], [', '], [Ruby])])
27d44cf6
AJ
488
489# Extract major and minor version number of the Ruby interpreter.
490sr_rbmajor=${RUBY_VERSION%%.*}
491sr_rbminor=${RUBY_VERSION#*.}
492sr_rbminor=${sr_rbminor%%.*}
493
494# The Ruby bindings need Ruby development files.
495SR_PKG_CHECK([ruby_dev], [SR_PKGLIBS_RUBY],
339d12df
UH
496 [ruby >= 2.5.0],
497 [ruby-$sr_rbmajor.$sr_rbminor >= 2.5.0])
27d44cf6
AJ
498
499AS_IF([test "x$sr_have_ruby_dev" != xyes],
500 [SR_APPEND([sr_ruby_missing], [', '], [Headers])])
501
e469259a 502# The Ruby bindings use SWIG >= 3.0.8 to generate code.
27d44cf6 503AS_IF([test "x$SWIG" = x],
e469259a
AJ
504 [SR_APPEND([sr_ruby_missing], [', '], [SWIG])],
505 [AS_VERSION_COMPARE($SWIG_VERSION, "3.0.8",
506 [SR_APPEND([sr_ruby_missing], [', '], ['SWIG >= 3.0.8'])])])
27d44cf6
AJ
507
508AS_IF([test -z "$sr_ruby_missing"],
509 [BINDINGS_RUBY=$enable_ruby], [BINDINGS_RUBY=no])
510AM_CONDITIONAL([BINDINGS_RUBY], [test "x$BINDINGS_RUBY" = xyes])
27d44cf6 511
1f61c22f
DE
512####################
513## Java bindings ##
514####################
515
26b67f11
DE
516AS_IF([test "x$BINDINGS_CXX" = xyes],
517 [sr_java_missing=],
518 [sr_java_missing='C++ bindings'])
1f61c22f
DE
519
520# The Java bindings use SWIG to generate code.
26b67f11
DE
521AS_IF([test "x$SWIG" = x],
522 [SR_APPEND([sr_java_missing], [', '], [SWIG])])
4f10853e 523
9fcf4d0b 524# Find Java compiler and JNI includes for Java bindings.
9fcf4d0b 525AC_CHECK_PROG([HAVE_JAVAC], [javac], [yes], [no])
26b67f11
DE
526AS_IF([test "x$HAVE_JAVAC" = xno],
527 [SR_APPEND([sr_java_missing], [', '], [JavaC])])
1f61c22f
DE
528
529AC_ARG_WITH([jni-include-path],
530 [AS_HELP_STRING([[--with-jni-include-path=DIR-LIST (space-separated)]],
531 [specify JNI include directories [default=detect]])],
532 [JNI_INCLUDE_DIRS=" $withval"], [JNI_INCLUDE_DIRS=])
533
534JNI_CPPFLAGS=
535AS_IF([test "x$enable_java$HAVE_JAVAC" = xyesyes], [
9fcf4d0b 536 AX_PROG_JAVAC
1f61c22f
DE
537 AS_IF([test -z "$JNI_INCLUDE_DIRS" && test "x$cross_compiling" != xyes], [
538 ## Work around the totally broken logic in AX_JNI_INCLUDE_DIR:
539 ## If we can find jni.h without any special search path, skip
540 ## the execution of the broken macro to increase our chances of
541 ## success.
542 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <jni.h>]], [])],,
543 [AX_JNI_INCLUDE_DIR])
544 ])
545])
546for sr_dir in $JNI_INCLUDE_DIRS
547do
26b67f11 548 SR_APPEND([JNI_CPPFLAGS], ["-I$sr_dir"])
1f61c22f
DE
549done
550AC_SUBST([JNI_CPPFLAGS])
551
552sr_save_cppflags=$CPPFLAGS
26b67f11
DE
553SR_APPEND([CPPFLAGS], [$JNI_CPPFLAGS])
554AC_CHECK_HEADER([jni.h],,
555 [SR_APPEND([sr_java_missing], [', '], ['JNI headers'])])
1f61c22f
DE
556CPPFLAGS=$sr_save_cppflags
557
558AS_IF([test -z "$sr_java_missing"],
559 [BINDINGS_JAVA=$enable_java], [BINDINGS_JAVA=no])
560AM_CONDITIONAL([BINDINGS_JAVA], [test "x$BINDINGS_JAVA" = xyes])
561
562##############################
563## Finalize configuration ##
564##############################
565
566# Add mandatory dependencies to module list.
a6dc3dac 567SR_APPEND([SR_PKGLIBS], ['libzip >= 0.10'])
1f61c22f
DE
568AC_SUBST([SR_PKGLIBS])
569
570# Retrieve the compile and link flags for all modules combined.
571# Also, bail out at this point if any module dependency is not met.
572PKG_CHECK_MODULES([LIBSIGROK], [glib-2.0 >= 2.32.0 $SR_PKGLIBS])
65489c1a 573PKG_CHECK_MODULES([TESTS], [$SR_PKGLIBS_TESTS glib-2.0 $SR_PKGLIBS])
1f61c22f 574
da0763d0
DE
575# SR_PKGLIBS_CXX may be empty, so only invoke these checks when
576# the C++ bindings are enabled.
577AM_COND_IF([BINDINGS_CXX], [
578 PKG_CHECK_MODULES([LIBSIGROKCXX], [$SR_PKGLIBS_CXX])
579 PKG_CHECK_MODULES([PYSIGROK], [$SR_PKGLIBS_PYTHON $SR_PKGLIBS_CXX])
27d44cf6 580 PKG_CHECK_MODULES([RBSIGROK], [$SR_PKGLIBS_RUBY $SR_PKGLIBS_CXX], [AC_SUBST(RBSIGROK_EXTDIR, "lib/$($PKG_CONFIG --variable=sitearch $SR_PKGLIBS_RUBY)/$($PKG_CONFIG --variable=RUBY_BASE_NAME $SR_PKGLIBS_RUBY)/vendor_ruby/$($PKG_CONFIG --variable=ruby_version $SR_PKGLIBS_RUBY)")])
da0763d0 581])
c1adbb1e
DE
582
583# Check for specific libusb features, now that we know the CFLAGS.
584AC_LANG([C])
585sr_save_cflags=$CFLAGS
a6dc3dac 586sr_save_libs=$LIBS
c1adbb1e 587CFLAGS="$LIBSIGROK_CFLAGS $CFLAGS"
a6dc3dac 588LIBS="$LIBSIGROK_LIBS $LIBS"
c1adbb1e
DE
589AC_CHECK_TYPES([libusb_os_handle],
590 [sr_have_libusb_os_handle=yes], [sr_have_libusb_os_handle=no],
591 [[#include <libusb.h>]])
a6dc3dac
DE
592AC_CHECK_FUNCS([zip_discard])
593LIBS=$sr_save_libs
c1adbb1e 594CFLAGS=$sr_save_cflags
a6dc3dac 595
c1adbb1e
DE
596AM_COND_IF([NEED_USB], [AS_CASE([$sr_have_libusb_os_handle:$host_os], [no:mingw*],
597 [AC_MSG_ERROR([Windows builds require the event-abstraction branch of libusb])])])
598
1f61c22f
DE
599sr_glib_version=`$PKG_CONFIG --modversion glib-2.0 2>&AS_MESSAGE_LOG_FD`
600sr_libzip_version=`$PKG_CONFIG --modversion libzip 2>&AS_MESSAGE_LOG_FD`
601
2cbde151
DE
602AC_DEFINE_UNQUOTED([CONF_LIBZIP_VERSION], ["$sr_libzip_version"],
603 [Build-time version of libzip.])
604AC_DEFINE_UNQUOTED([CONF_HOST], ["$host"],
605 [The canonical host libsigrok will run on.])
1f61c22f 606
b2478a23 607AC_CONFIG_FILES([Makefile libsigrok.pc bindings/cxx/libsigrokcxx.pc])
826938d8
UH
608
609AC_OUTPUT
610
1f61c22f 611# Prepare bindings report messages.
d37c7109
DE
612m4_define([SR_PREPARE_BINDING_REPORT], [
613 sr_report_$1=
26b67f11 614 test -z "$sr_$1_missing" || sr_report_$1=" (missing: $sr_$1_missing)"
d37c7109 615 test "x$enable_$1" = xyes || sr_report_$1=' (disabled)'
1f61c22f 616])
27d44cf6 617m4_map_args([SR_PREPARE_BINDING_REPORT], [cxx], [python], [ruby], [java])
45aed072 618
1f61c22f
DE
619cat >&AS_MESSAGE_FD <<_EOF
620
621libsigrok configuration summary:
622 - Package version................. $SR_PACKAGE_VERSION
623 - Library ABI version............. $SR_LIB_VERSION
624 - Prefix.......................... $prefix
625 - Building on..................... $build
626 - Building for.................... $host
54d8d22a 627 - Building shared / static........ $enable_shared / $enable_static
4512ccd3
DE
628
629Compile configuration:
6aa7fcf1 630 - C compiler...................... $CC
4512ccd3 631 - C compiler version.............. $sr_cc_version
6aa7fcf1 632 - C compiler flags................ $CFLAGS
b84a7331 633 - Additional C compiler flags..... $SR_EXTRA_CFLAGS
4cf2f34f 634 - C compiler warnings............. $SR_WFLAGS
6aa7fcf1 635 - C++ compiler.................... $CXX
4512ccd3 636 - C++ compiler version............ $sr_cxx_version
6aa7fcf1 637 - C++ compiler flags.............. $CXXFLAGS
4cf2f34f 638 - C++ compiler warnings........... $SR_WXXFLAGS
f5066b2b 639 - Linker flags.................... $LDFLAGS
1f61c22f
DE
640
641Detected libraries (required):
965d6889 642 - glib-2.0 >= 2.32.0.............. $sr_glib_version
a6dc3dac 643 - libzip >= 0.10.................. $sr_libzip_version
1f61c22f
DE
644
645Detected libraries (optional):
646$sr_pkglibs_summary
c5f179a9 647Enabled hardware drivers:
d37c7109 648$sr_driver_summary
1df81f4b
GS
649Enabled serial communication transports:
650 - serial comm ................... $sr_have_serial_comm
651 - libserialport ................. $sr_have_libserialport
4417074c 652 - hidapi ........................ $sr_have_libhidapi
f085705f
GS
653 - bluetooth ..................... $sr_have_bluetooth
654 - bluez ......................... $sr_have_libbluez
1df81f4b 655
1f61c22f
DE
656Enabled SCPI backends:
657 - TCP............................. yes
a3fe36d0
SA
658 - SunRPC ......................... $sr_cv_have_sunrpc
659 - TI-RPC ......................... $sr_cv_have_tirpc
1f61c22f 660 - RPC............................. $sr_cv_have_rpc
1df81f4b 661 - serial.......................... $sr_have_serial_comm
1f61c22f
DE
662 - VISA............................ $sr_have_librevisa
663 - GPIB............................ $sr_have_libgpib
664 - USBTMC.......................... $sr_have_libusb
665
666Enabled language bindings:
667 - C++............................. $BINDINGS_CXX$sr_report_cxx
668 - Python.......................... $BINDINGS_PYTHON$sr_report_python
27d44cf6 669 - Ruby............................ $BINDINGS_RUBY$sr_report_ruby
1f61c22f 670 - Java............................ $BINDINGS_JAVA$sr_report_java
826938d8 671
1f61c22f 672_EOF
9bf09301
UH
673
674# Emit a warning if the C++ bindings are not being built.
675AM_COND_IF([BINDINGS_CXX], [], [
676cat >&AS_MESSAGE_FD <<_EOF
677===============================================================================
678WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
679===============================================================================
680=== ===
681=== The libsigrok C++ bindings are not being built since you ===
682=== are missing one or more dependencies (see above)! ===
683=== ===
684=== This means you won't be able to compile frontends that require ===
685=== the C++ bindings (such as PulseView)! You also won't be able to build ===
686=== other bindings and frontends using those (such as sigrok-meter)! ===
687=== ===
688===============================================================================
689WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
690===============================================================================
691
692_EOF
693])