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