]> sigrok.org Git - libsigrok.git/blame - configure.ac
added pipistrello-ols
[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])
4bd80e12 132DRIVER([Pipistrello-OLS], [pipistrello-ols])
d4b38748
BV
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
6223feeb
BV
159AC_ARG_ENABLE(bindings,
160 AC_HELP_STRING([--enable-bindings],
161 [build language bindings [default=yes]]),
162 [BINDINGS_ALL="$enableval"], [BINDINGS_ALL="yes"])
163
164AC_ARG_ENABLE(cxx,
c23c8659
ML
165 AC_HELP_STRING([--enable-cxx],
166 [build C++ bindings [default=yes]]),
6223feeb 167 [BINDINGS_CXX="$enableval"], [BINDINGS_CXX=$BINDINGS_ALL])
c23c8659 168
f7740954
ML
169AC_ARG_ENABLE(python,
170 AC_HELP_STRING([--enable-python],
171 [build Python bindings [default=yes]]),
6223feeb 172 [BINDINGS_PYTHON="$enableval"], [BINDINGS_PYTHON=$BINDINGS_ALL])
f7740954 173
9fcf4d0b
ML
174AC_ARG_ENABLE(java,
175 AC_HELP_STRING([--enable-java],
176 [build Java bindings [default=yes]]),
6223feeb 177 [BINDINGS_JAVA="$enableval"], [BINDINGS_JAVA=$BINDINGS_ALL])
9fcf4d0b 178
3e27b177
MC
179AC_ARG_WITH(jni-include-path,
180 AC_HELP_STRING([--with-jni-include-path=path],
181 [specify include path for JNI [default=autodetect]]),
182 [JNI_INCLUDE_DIRS="$withval"], [JNI_INCLUDE_DIRS=auto])
183
c23c8659
ML
184# Check if the C++ compiler supports the C++11 standard.
185
f8158d56
BV
186m4_ifdef([AX_CXX_COMPILE_STDCXX_11], [AX_CXX_COMPILE_STDCXX_11(,[optional])],
187 [AC_MSG_NOTICE([Missing macro m4_toupper(aX_CXX_COMPILE_STDCXX_11), no C++11 check])])
c23c8659
ML
188
189if test "x$HAVE_CXX11" != "x1"; then
1029d384 190 BINDINGS_CXX="no"; cxx_msg="C++11 compiler required"
c23c8659
ML
191fi
192
3532ed01
ML
193# The C++ bindings use doxygen to parse libsigrok symbols.
194AC_CHECK_PROG([HAVE_DOXYGEN], [doxygen], [yes])
195if test "x$HAVE_DOXYGEN" != "xyes"; then
196 BINDINGS_CXX="no"; cxx_msg="doxygen required"
bcacb863
BV
197fi
198
de44e114
BV
199# Python is needed for the C++ bindings.
200AC_CHECK_PROG([HAVE_PYTHON], [python], [yes])
201if test "x$HAVE_PYTHON" != "xyes"; then
202 BINDINGS_CXX="no"; cxx_msg="Python required"
203fi
204
205# The Python bindings need Python development files
57d62c4c 206PKG_CHECK_MODULES([python], [python >= 2.7],
bcacb863
BV
207 [CXXFLAGS="$CXXFLAGS $python_CFLAGS";
208 CXXLIBS="$CXXLIBS $python_LIBS"],
2ba308ec
MC
209[PKG_CHECK_MODULES([python27], [python-2.7 >= 2.7],
210 [CXXFLAGS="$CXXFLAGS $python27_CFLAGS";
211 CXXLIBS="$CXXLIBS $python27_LIBS"],
212 [BINDINGS_PYTHON="no"; python_msg="Python headers required"])])
bcacb863 213
de44e114 214# The Python bindings need the setuptools Python module.
0afa91b7
BV
215m4_ifdef([AX_PYTHON_MODULE], [AX_PYTHON_MODULE([setuptools])],
216 # We'll let it go through even if the macro wasn't found, the python
217 # module may still be there.
218 [HAVE_PYTHON_SETUPTOOLS="yes";
219 AC_MSG_NOTICE([Missing macro m4_toupper(aX_PYTHON_MODULE), no setuptools check])]
220)
221if test "x$HAVE_PYMOD_SETUPTOOLS" != "xyes"; then
de44e114 222 BINDINGS_PYTHON="no"; python_msg="Python setuptools module required"
0afa91b7 223fi
f7740954 224
0afa91b7
BV
225# The Python and Java bindings use swig to generate code.
226AC_CHECK_PROG([HAVE_SWIG], [swig], [yes])
227if test "x$HAVE_SWIG" != "xyes"; then
1029d384
BV
228 BINDINGS_PYTHON="no"; python_msg="swig required"
229 BINDINGS_JAVA="no"; java_msg="swig required"
f7740954
ML
230fi
231
826938d8
UH
232# Checks for libraries.
233
1c6736ab
ML
234case "$host" in
235*mingw*)
236 # We need to link against the Winsock2 library for SCPI over TCP.
237 LIBS="$LIBS -lws2_32";;
238esac
239
826938d8
UH
240# This variable collects the pkg-config names of all detected libs.
241# It is then used to construct the "Requires.private:" field in the
242# libsigrok.pc file.
6dddd902 243SR_PKGLIBS=""
826938d8 244
ee8ddd8f
UH
245# libm (the standard math library) is always needed.
246AC_SEARCH_LIBS([pow], [m])
247
7d4874c1 248# RPC is only needed for VXI support.
d5876cfb
AJ
249AC_MSG_CHECKING([for RPC support])
250AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <rpc/rpc.h>],
823b4e58
MH
251 [CLIENT *rpc_test(void)],
252 [{ return clnt_create("", 0, 0, ""); }])],
253 [AC_MSG_RESULT([yes]); have_rpc=1],
254 [AC_MSG_RESULT([no]); have_rpc=0])
d5876cfb 255# Define HAVE_RPC in config.h if we found RPC support.
7d4874c1 256AC_DEFINE_UNQUOTED(HAVE_RPC, [$have_rpc], [Specifies whether we have RPC support.])
d5876cfb 257# VXI support is only compiled if RPC support was found.
7d4874c1 258AM_CONDITIONAL(NEED_RPC, test "x$have_rpc" != "x0")
d5876cfb 259
aba69262 260# libglib-2.0 is always needed. Abort if it's not found.
826938d8 261# Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement).
406569dd
UH
262# We require at least 2.32.0 due to e.g. g_variant_new_fixed_array().
263AM_PATH_GLIB_2_0([2.32.0],
4f10853e 264 [LIB_CFLAGS="$LIB_CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
826938d8 265
aba69262 266# libzip is always needed. Abort if it's not found.
8819bf5a 267PKG_CHECK_MODULES([libzip], [libzip >= 0.10],
4f10853e 268 [LIB_CFLAGS="$LIB_CFLAGS $libzip_CFLAGS"; LIBS="$LIBS $libzip_LIBS";
6dddd902 269 SR_PKGLIBS="$SR_PKGLIBS libzip"])
826938d8 270
c4f2dfd0
UH
271# libserialport is only needed for some hardware drivers. Disable the
272# respective drivers if it is not found.
a4737997 273if test "x$enable_libserialport" != "xno"; then
81a69107 274 PKG_CHECK_MODULES([libserialport], [libserialport >= 0.2.0],
a4737997
MF
275 [have_libserialport="yes"; LIB_CFLAGS="$LIB_CFLAGS $libserialport_CFLAGS";
276 LIBS="$LIBS $libserialport_LIBS";
277 SR_PKGLIBS="$SR_PKGLIBS libserialport"],
278 [have_libserialport="no"])
279 if test "x$enable_libserialport$have_libserialport" = "xyesno"; then
280 AC_MSG_ERROR([libserialport support requested, but it was not found])
281 fi
282else
283 have_libserialport="no"
284fi
285
286# Define HAVE_LIBSERIALPORT in config.h if we found libserialport.
287if test "x$have_libserialport" = "xno"; then
288 HW_AGILENT_DMM="no"; HW_APPA_55II="no";
1c183900 289 HW_ATTEN_PPS3XXX="no"; HW_BRYMEN_DMM="no"; HW_CEM_DT_885X="no";
823b4e58 290 HW_CENTER_3XX="no"; HW_COLEAD_SLM="no"; HW_CONRAD_DIGI_35_CPU="no";
8c21897f 291 HW_FLUKE_DMM="no"; HW_GMC_MH_1X_2X="no"; HW_HAMEG_HMO="no";
adeae78f 292 HW_MANSON_HCS_3XXX="no"; HW_MIC_985XX="no"; HW_MOTECH_LPS_30X="no";
d4b38748
BV
293 HW_NORMA_DMM="no"; HW_OPENBENCH_LOGIC_SNIFFER="no"; HW_SERIAL_DMM="no";
294 HW_TELEINFO="no"; HW_TONDAJ_SL_814="no";
a4737997 295else
c4f2dfd0
UH
296 AC_DEFINE_UNQUOTED(HAVE_LIBSERIALPORT, [1],
297 [Specifies whether we have libserialport.])
298fi
299
300# Serial port helper code is only compiled in if libserialport was found.
301AM_CONDITIONAL(NEED_SERIAL, test "x$have_libserialport" != xno)
a9bce5a5 302
1fb2312f 303PKG_CHECK_MODULES([librevisa], [librevisa >= 0.0.20130812],
4f10853e 304 [have_librevisa="yes"; LIB_CFLAGS="$LIB_CFLAGS $librevisa_CFLAGS";
1fb2312f 305 LIBS="$LIBS $librevisa_LIBS";
b84b7ee7
ML
306 SR_PKGLIBS="$SR_PKGLIBS librevisa"],
307 [have_librevisa="no"])
1fb2312f
ML
308
309# VISA SCPI backend is only compiled in if librevisa was found.
310AM_CONDITIONAL(NEED_VISA, test "x$have_librevisa" != xno)
311
312# Define HAVE_LIBREVISA in config.h if we found librevisa.
313if test "x$have_librevisa" != "xno"; then
314 AC_DEFINE_UNQUOTED(HAVE_LIBREVISA, [1],
315 [Specifies whether we have librevisa.])
316fi
317
aba69262
UH
318# libusb-1.0 is only needed for some hardware drivers. Disable the respective
319# drivers if it is not found.
a4737997
MF
320if test "x$enable_libusb" != "xno"; then
321 case "$host" in
322 *freebsd*)
323 # FreeBSD comes with an "integrated" libusb-1.0-style USB API.
324 # This means libusb-1.0 is always available, no need to check for it,
325 # and no need to (potentially) disable any drivers if it's not found.
326 have_libusb1_0="yes"
327 ;;
328 *)
329 PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.16],
330 [have_libusb1_0="yes"; LIB_CFLAGS="$LIB_CFLAGS $libusb_CFLAGS";
331 LIBS="$LIBS $libusb_LIBS";
332 SR_PKGLIBS="$SR_PKGLIBS libusb-1.0"],
333 [have_libusb1_0="no"])
334 if test "x$enable_libusb$have_libusb1_0" = "xyesno"; then
335 AC_MSG_ERROR([libusb support requested, but it was not found])
336 fi
337 ;;
338 esac
339else
340 have_libusb1_0="no"
341fi
342
343# Define HAVE_LIBUSB_1_0 in config.h if we found libusb-1.0.
344if test "x$have_libusb1_0" = "xno"; then
345 HW_BRYMEN_BM86X="no"; HW_FX2LAFW="no";
346 HW_HANTEK_DSO="no"; HW_IKALOGIC_SCANALOGIC2="no";
347 HW_KECHENG_KC_330B="no"; HW_LASCAR_EL_USB="no";
0acdd793 348 HW_SYSCLK_LWLA="no"; HW_TESTO="no"; HW_UNI_T_DMM="no";
a4737997
MF
349 HW_UNI_T_UT32X="no"; HW_VICTOR_DMM="no";
350 HW_ZEROPLUS_LOGIC_CUBE="no"; HW_SALEAE_LOGIC16="no";
351else
aba69262
UH
352 AC_DEFINE_UNQUOTED(HAVE_LIBUSB_1_0, [1],
353 [Specifies whether we have a libusb.h header.])
a4737997 354fi
aba69262 355
3fd1d0ee
UH
356# USB + FX2 firmware helper code is only compiled in if libusb-1.0 was found.
357AM_CONDITIONAL(NEED_USB, test "x$have_libusb1_0" != xno)
358
aba69262 359# libftdi is only needed for some hardware drivers. Disable them if not found.
a4737997
MF
360if test "x$enable_libftdi" != "xno"; then
361 PKG_CHECK_MODULES([libftdi], [libftdi >= 0.16],
362 [have_libftdi="yes"; LIB_CFLAGS="$LIB_CFLAGS $libftdi_CFLAGS";
363 LIBS="$LIBS $libftdi_LIBS";
364 SR_PKGLIBS="$SR_PKGLIBS libftdi"],
c78bcc6f 365 [PKG_CHECK_MODULES([libftdi1], [libftdi1 >= 1.0],
92506359
DH
366 [LIB_CFLAGS="$LIB_CFLAGS $libftdi1_CFLAGS";
367 LIBS="$LIBS $libftdi1_LIBS";
368 SR_PKGLIBS="$SR_PKGLIBS libftdi1"],
369 [have_libftdi="no"])])
a4737997
MF
370 if test "x$enable_libftdi$have_libftdi" = "xyesno"; then
371 AC_MSG_ERROR([libftdi support requested, but it was not found])
372 fi
373else
374 have_libftdi="no"
375fi
376
377if test "x$have_libftdi" = "xno"; then
378 HW_ASIX_SIGMA="no"; HW_CHRONOVU_LA="no"; HW_IKALOGIC_SCANAPLUS="no";
4bd80e12 379 HW_PIPISTRELLO_OLS="no";
a4737997 380fi
aba69262 381
c23c8659
ML
382# glibmm-2.4 is needed for the C++ bindings.
383PKG_CHECK_MODULES([glibmm], [glibmm-2.4 >= 2.32.0],
384 [CXXFLAGS="$CXXFLAGS $glibmm_CFLAGS";
1029d384
BV
385 CXXLIBS="$CXXLIBS $glibmm_LIBS"],
386 [BINDINGS_CXX="no"; cxx_msg="glibmm required"])
c23c8659 387
f7740954 388# PyGObject is needed for the Python bindings.
022a7fe0 389PKG_CHECK_MODULES([pygobject], [pygobject-3.0 >= 3.0.0],
f7740954 390 [CXXFLAGS="$CXXFLAGS $pygobject_CFLAGS";
abc7146d
ML
391 CXXLIBS="$CXXLIBS $pygobject_LIBS";
392 PKG_CHECK_MODULES([pygobject_3_7_91], [pygobject-3.0 >= 3.7.91],
393 [pyg_flags_signed=0], [pyg_flags_signed=1]);
394 AC_DEFINE_UNQUOTED(PYGOBJECT_FLAGS_SIGNED, [$pyg_flags_signed],
395 [Whether last argument to pyg_flags_get_value() is signed])],
1029d384 396 [BINDINGS_PYTHON="no"; python_msg="Python pygobject module required"])
f7740954 397
aba69262 398# The Check unit testing framework is optional. Disable if not found.
79bb0e97 399PKG_CHECK_MODULES([check], [check >= 0.9.4],
82bfb646 400 [have_check="yes"], [have_check="no"])
79bb0e97
UH
401AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
402
37fa80b4
ML
403# The OLS driver uses serial port file descriptors directly, and therefore
404# will not currently work on Windows.
405case "$host" in
406*mingw*)
d4b38748 407 HW_OPENBENCH_LOGIC_SNIFFER="no"
d0a92abd 408 ;;
37fa80b4
ML
409esac
410
375340a7
UH
411# The BeagleLogic driver needs sys/mman.h and sys/ioctl.h. Don't try to
412# build it if these headers aren't available.
413AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
414
6dddd902 415AC_SUBST(SR_PKGLIBS)
826938d8 416
55e55a3f 417CFLAGS="$CFLAGS -Iinclude/libsigrok -I${srcdir}/include/libsigrok $LIB_CFLAGS"
33c84e81 418CXXFLAGS="$CXXFLAGS -Iinclude/libsigrok -I${srcdir}/include -Ibindings/cxx -Ibindings/cxx/include/libsigrok -I${srcdir}/bindings/cxx/include $LIB_CFLAGS"
4f10853e 419
9fcf4d0b
ML
420# Find Java compiler and JNI includes for Java bindings.
421
422AC_CHECK_PROG([HAVE_JAVAC], [javac], [yes], [no])
423
424if test "x$HAVE_JAVAC" = "xyes"; then
425 AX_PROG_JAVAC
3e27b177
MC
426 if test "x$JNI_INCLUDE_DIRS" = "xauto"; then
427 if test "x$cross_compiling" = "xyes"; then
428 JNI_INCLUDE_DIRS=
429 else
430 AX_JNI_INCLUDE_DIR
431 fi
432 fi
9fcf4d0b
ML
433 for JNI_INCLUDE_DIR in $JNI_INCLUDE_DIRS; do
434 CXXFLAGS="$CXXFLAGS -I$JNI_INCLUDE_DIR"
435 done
3e27b177
MC
436 AC_LANG_PUSH([C++])
437 AC_CHECK_HEADERS([jni.h], [], [BINDINGS_JAVA="no"; java_msg="Java JNI headers required"])
438 AC_LANG_POP([C++])
9fcf4d0b 439else
1029d384
BV
440 BINDINGS_JAVA="no"; java_msg="Java compiler required"
441fi
442
443# Python and Java bindings depend on C++ bindings.
444if test "x$BINDINGS_CXX" != "xyes"; then
445 BINDINGS_PYTHON="no"; python_msg="C++ bindings required"
446 BINDINGS_JAVA="no"; java_msg="C++ bindings required"
9fcf4d0b
ML
447fi
448
ae4c3d04
UH
449# Now set AM_CONDITIONALs and AC_DEFINEs for the enabled/disabled drivers.
450
451AM_CONDITIONAL(HW_AGILENT_DMM, test x$HW_AGILENT_DMM = xyes)
452if test "x$HW_AGILENT_DMM" = "xyes"; then
453 AC_DEFINE(HAVE_HW_AGILENT_DMM, 1, [Agilent DMM support])
454fi
455
5e7a8e57
AJ
456AM_CONDITIONAL(HW_APPA_55II, test x$HW_APPA_55II = xyes)
457if test "x$HW_APPA_55II" = "xyes"; then
458 AC_DEFINE(HAVE_HW_APPA_55II, 1, [APPA 55II support])
459fi
460
9e165e74
UH
461AM_CONDITIONAL(HW_ASIX_SIGMA, test x$HW_ASIX_SIGMA = xyes)
462if test "x$HW_ASIX_SIGMA" = "xyes"; then
463 AC_DEFINE(HAVE_HW_ASIX_SIGMA, 1, [ASIX SIGMA/SIGMA2 support])
ae4c3d04
UH
464fi
465
1c183900
MS
466AM_CONDITIONAL(HW_ATTEN_PPS3XXX, test x$HW_ATTEN_PPS3XXX = xyes)
467if test "x$HW_ATTEN_PPS3XXX" = "xyes"; then
d0a92abd 468 AC_DEFINE(HAVE_HW_ATTEN_PPS3XXX, 1, [Atten PPS3xxx support])
1c183900
MS
469fi
470
bb993797
KA
471AM_CONDITIONAL(HW_BEAGLELOGIC, test x$HW_BEAGLELOGIC = xyes)
472if test "x$HW_BEAGLELOGIC" = "xyes"; then
473 AC_DEFINE(HAVE_HW_BEAGLELOGIC, 1, [BeagleLogic support])
474fi
475
1b950bc7
UH
476AM_CONDITIONAL(HW_BRYMEN_BM86X, test x$HW_BRYMEN_BM86X = xyes)
477if test "x$HW_BRYMEN_BM86X" = "xyes"; then
478 AC_DEFINE(HAVE_HW_BRYMEN_BM86X, 1, [Brymen BM86X support])
479fi
480
ae4c3d04
UH
481AM_CONDITIONAL(HW_BRYMEN_DMM, test x$HW_BRYMEN_DMM = xyes)
482if test "x$HW_BRYMEN_DMM" = "xyes"; then
e4fad80b 483 AC_DEFINE(HAVE_HW_BRYMEN_DMM, 1, [Brymen DMM support])
ae4c3d04
UH
484fi
485
32be5b22
UH
486AM_CONDITIONAL(HW_CEM_DT_885X, test x$HW_CEM_DT_885X = xyes)
487if test "x$HW_CEM_DT_885X" = "xyes"; then
488 AC_DEFINE(HAVE_HW_CEM_DT_885X, 1, [CEM DT-885x support])
489fi
490
4433145f
UH
491AM_CONDITIONAL(HW_CENTER_3XX, test x$HW_CENTER_3XX = xyes)
492if test "x$HW_CENTER_3XX" = "xyes"; then
493 AC_DEFINE(HAVE_HW_CENTER_3XX, 1, [Center 3xx support])
494fi
495
7b356712
UH
496AM_CONDITIONAL(HW_CHRONOVU_LA, test x$HW_CHRONOVU_LA = xyes)
497if test "x$HW_CHRONOVU_LA" = "xyes"; then
498 AC_DEFINE(HAVE_HW_CHRONOVU_LA, 1, [ChronoVu LA support])
ae4c3d04
UH
499fi
500
501AM_CONDITIONAL(HW_COLEAD_SLM, test x$HW_COLEAD_SLM = xyes)
502if test "x$HW_COLEAD_SLM" = "xyes"; then
503 AC_DEFINE(HAVE_HW_COLEAD_SLM, 1, [Colead SLM support])
504fi
505
823b4e58
MH
506AM_CONDITIONAL(HW_CONRAD_DIGI_35_CPU, test x$HW_CONRAD_DIGI_35_CPU = xyes)
507if test "x$HW_CONRAD_DIGI_35_CPU" = "xyes"; then
508 AC_DEFINE(HAVE_HW_CONRAD_DIGI_35_CPU, 1, [Conrad DIGI 35 CPU support])
509fi
510
9e165e74
UH
511AM_CONDITIONAL(HW_DEMO, test x$HW_DEMO = xyes)
512if test "x$HW_DEMO" = "xyes"; then
513 AC_DEFINE(HAVE_HW_DEMO, 1, [Demo driver support])
ae4c3d04
UH
514fi
515
516AM_CONDITIONAL(HW_FLUKE_DMM, test x$HW_FLUKE_DMM = xyes)
517if test "x$HW_FLUKE_DMM" = "xyes"; then
518 AC_DEFINE(HAVE_HW_FLUKE_DMM, 1, [Fluke DMM support])
519fi
520
9e165e74
UH
521AM_CONDITIONAL(HW_FX2LAFW, test x$HW_FX2LAFW = xyes)
522if test "x$HW_FX2LAFW" = "xyes"; then
523 AC_DEFINE(HAVE_HW_FX2LAFW, 1, [fx2lafw support])
ae4c3d04
UH
524fi
525
7b4edcb6
MH
526AM_CONDITIONAL(HW_GMC_MH_1X_2X, test x$HW_GMC_MH_1X_2X = xyes)
527if test "x$HW_GMC_MH_1X_2X" = "xyes"; then
528 AC_DEFINE(HAVE_HW_GMC_MH_1X_2X, 1, [gmc-mh-1x-2x support])
529fi
530
ae4c3d04
UH
531AM_CONDITIONAL(HW_HANTEK_DSO, test x$HW_HANTEK_DSO = xyes)
532if test "x$HW_HANTEK_DSO" = "xyes"; then
533 AC_DEFINE(HAVE_HW_HANTEK_DSO, 1, [Hantek DSO support])
534fi
535
582b3d21
UH
536AM_CONDITIONAL(HW_HAMEG_HMO, test x$HW_HAMEG_HMO = xyes)
537if test "x$HW_HAMEG_HMO" = "xyes"; then
538 AC_DEFINE(HAVE_HW_HAMEG_HMO, 1, [Hameg HMO support])
539fi
540
1f36a6c6
UH
541AM_CONDITIONAL(HW_IKALOGIC_SCANALOGIC2, test x$HW_IKALOGIC_SCANALOGIC2 = xyes)
542if test "x$HW_IKALOGIC_SCANALOGIC2" = "xyes"; then
ce95428c 543 AC_DEFINE(HAVE_HW_IKALOGIC_SCANALOGIC2, 1, [IKALOGIC Scanalogic-2 support])
1f36a6c6
UH
544fi
545
fdf4a1f5
UH
546AM_CONDITIONAL(HW_IKALOGIC_SCANAPLUS, test x$HW_IKALOGIC_SCANAPLUS = xyes)
547if test "x$HW_IKALOGIC_SCANAPLUS" = "xyes"; then
ce95428c 548 AC_DEFINE(HAVE_HW_IKALOGIC_SCANAPLUS, 1, [IKALOGIC ScanaPLUS support])
fdf4a1f5
UH
549fi
550
ed759a08
BV
551AM_CONDITIONAL(HW_KECHENG_KC_330B, test x$HW_KECHENG_KC_330B = xyes)
552if test "x$HW_KECHENG_KC_330B" = "xyes"; then
553 AC_DEFINE(HAVE_HW_KECHENG_KC_330B, 1, [Kecheng KC-330B support])
554fi
555
ae4c3d04
UH
556AM_CONDITIONAL(HW_LASCAR_EL_USB, test x$HW_LASCAR_EL_USB = xyes)
557if test "x$HW_LASCAR_EL_USB" = "xyes"; then
558 AC_DEFINE(HAVE_HW_LASCAR_EL_USB, 1, [Lascar EL-USB support])
559fi
560
8f4e922f
UH
561AM_CONDITIONAL(HW_MANSON_HCS_3XXX, test x$HW_MANSON_HCS_3XXX = xyes)
562if test "x$HW_MANSON_HCS_3XXX" = "xyes"; then
563 AC_DEFINE(HAVE_HW_MANSON_HCS_3XXX, 1, [Manson HCS-3xxx support])
564fi
565
ae4c3d04
UH
566AM_CONDITIONAL(HW_MIC_985XX, test x$HW_MIC_985XX = xyes)
567if test "x$HW_MIC_985XX" = "xyes"; then
568 AC_DEFINE(HAVE_HW_MIC_985XX, 1, [MIC 985xx support])
569fi
570
41b7bd01
MH
571AM_CONDITIONAL(HW_MOTECH_LPS_30X, test x$HW_MOTECH_LPS_30X = xyes)
572if test "x$HW_MOTECH_LPS_30X" = "xyes"; then
573 AC_DEFINE(HAVE_HW_MOTECH_LPS_30X, 1, [motech-lps-30x support])
574fi
575
bfd48770
MH
576AM_CONDITIONAL(HW_NORMA_DMM, test x$HW_NORMA_DMM = xyes)
577if test "x$HW_NORMA_DMM" = "xyes"; then
d0a92abd 578 AC_DEFINE(HAVE_HW_NORMA_DMM, 1, [Norma DMM support])
bfd48770
MH
579fi
580
d4b38748
BV
581AM_CONDITIONAL(HW_OPENBENCH_LOGIC_SNIFFER, test x$HW_OPENBENCH_LOGIC_SNIFFER = xyes)
582if test "x$HW_OPENBENCH_LOGIC_SNIFFER" = "xyes"; then
583 AC_DEFINE(HAVE_HW_OPENBENCH_LOGIC_SNIFFER, 1, [OpenBench Logic Sniffer (OLS) support])
ae4c3d04
UH
584fi
585
4bd80e12 586AM_CONDITIONAL(HW_PIPISTRELLO_OLS, test x$HW_PIPISTRELLO_OLS = xyes)
587if test "x$HW_PIPISTRELLO_OLS" = "xyes"; then
588 AC_DEFINE(HAVE_HW_PIPISTRELLO_OLS, 1, [Pipistrello OLS support])
589fi
590
3086efdd
ML
591AM_CONDITIONAL(HW_RIGOL_DS, test x$HW_RIGOL_DS = xyes)
592if test "x$HW_RIGOL_DS" = "xyes"; then
593 AC_DEFINE(HAVE_HW_RIGOL_DS, 1, [Rigol DS support])
ae4c3d04
UH
594fi
595
5724a20a
UH
596AM_CONDITIONAL(HW_SALEAE_LOGIC16, test x$HW_SALEAE_LOGIC16 = xyes)
597if test "x$HW_SALEAE_LOGIC16" = "xyes"; then
598 AC_DEFINE(HAVE_HW_SALEAE_LOGIC16, 1, [Saleae Logic16 support])
599fi
600
ae4c3d04
UH
601AM_CONDITIONAL(HW_SERIAL_DMM, test x$HW_SERIAL_DMM = xyes)
602if test "x$HW_SERIAL_DMM" = "xyes"; then
603 AC_DEFINE(HAVE_HW_SERIAL_DMM, 1, [Serial DMM support])
604fi
605
87283d98
UH
606AM_CONDITIONAL(HW_SYSCLK_LWLA, test x$HW_SYSCLK_LWLA = xyes)
607if test "x$HW_SYSCLK_LWLA" = "xyes"; then
608 AC_DEFINE(HAVE_HW_SYSCLK_LWLA, 1, [Sysclk LWLA support])
609fi
610
122d33d4
UH
611AM_CONDITIONAL(HW_TELEINFO, test x$HW_TELEINFO = xyes)
612if test "x$HW_TELEINFO" = "xyes"; then
613 AC_DEFINE(HAVE_HW_TELEINFO, 1, [Teleinfo support])
614fi
615
0acdd793
BV
616AM_CONDITIONAL(HW_TESTO, test x$HW_TESTO = xyes)
617if test "x$HW_TESTO" = "xyes"; then
618 AC_DEFINE(HAVE_HW_TESTO, 1, [Testo support])
619fi
620
ae4c3d04
UH
621AM_CONDITIONAL(HW_TONDAJ_SL_814, test x$HW_TONDAJ_SL_814 = xyes)
622if test "x$HW_TONDAJ_SL_814" = "xyes"; then
623 AC_DEFINE(HAVE_HW_TONDAJ_SL_814, 1, [Tondaj SL-814 support])
624fi
625
626AM_CONDITIONAL(HW_UNI_T_DMM, test x$HW_UNI_T_DMM = xyes)
627if test "x$HW_UNI_T_DMM" = "xyes"; then
628 AC_DEFINE(HAVE_HW_UNI_T_DMM, 1, [UNI-T DMM support])
629fi
630
3877dde4
BV
631AM_CONDITIONAL(HW_UNI_T_UT32X, test x$HW_UNI_T_UT32X = xyes)
632if test "x$HW_UNI_T_UT32X" = "xyes"; then
633 AC_DEFINE(HAVE_HW_UNI_T_UT32X, 1, [UNI-T UT32x support])
634fi
635
ae4c3d04
UH
636AM_CONDITIONAL(HW_VICTOR_DMM, test x$HW_VICTOR_DMM = xyes)
637if test "x$HW_VICTOR_DMM" = "xyes"; then
e4fad80b 638 AC_DEFINE(HAVE_HW_VICTOR_DMM, 1, [Victor DMM support])
ae4c3d04
UH
639fi
640
9e165e74
UH
641AM_CONDITIONAL(HW_ZEROPLUS_LOGIC_CUBE, test x$HW_ZEROPLUS_LOGIC_CUBE = xyes)
642if test "x$HW_ZEROPLUS_LOGIC_CUBE" = "xyes"; then
643 AC_DEFINE(HAVE_HW_ZEROPLUS_LOGIC_CUBE, 1, [ZEROPLUS Logic Cube support])
ae4c3d04
UH
644fi
645
c23c8659
ML
646AM_CONDITIONAL(BINDINGS_CXX, test x$BINDINGS_CXX = xyes)
647
f7740954
ML
648AM_CONDITIONAL(BINDINGS_PYTHON, test x$BINDINGS_PYTHON = xyes)
649
9fcf4d0b
ML
650AM_CONDITIONAL(BINDINGS_JAVA, test x$BINDINGS_JAVA = xyes)
651
826938d8 652# Checks for header files.
375340a7
UH
653# These are already implicitly checked: inttypes.h stdint.h stdlib.h string.h
654# unistd.h memory.h strings.h dlfcn.h sys/types.h sys/stat.h.
826938d8
UH
655
656# Checks for typedefs, structures, and compiler characteristics.
7b5daad4 657AC_C_BIGENDIAN
826938d8 658
fb6f1978 659AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware")
826938d8
UH
660AC_SUBST(MAKEFLAGS, '--no-print-directory')
661AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
662
6dddd902
UH
663SR_PACKAGE_VERSION_MAJOR=sr_package_version_major
664SR_PACKAGE_VERSION_MINOR=sr_package_version_minor
665SR_PACKAGE_VERSION_MICRO=sr_package_version_micro
666SR_PACKAGE_VERSION=sr_package_version
3af71f0d 667
6dddd902
UH
668AC_SUBST(SR_PACKAGE_VERSION_MAJOR)
669AC_SUBST(SR_PACKAGE_VERSION_MINOR)
670AC_SUBST(SR_PACKAGE_VERSION_MICRO)
671AC_SUBST(SR_PACKAGE_VERSION)
3af71f0d 672
c23c8659
ML
673AC_CONFIG_FILES([Makefile include/libsigrok/version.h libsigrok.pc
674 bindings/cxx/libsigrokxx.pc])
826938d8
UH
675
676AC_OUTPUT
677
678echo
45aed072 679echo "libsigrok configuration summary:"
826938d8 680echo
6dddd902
UH
681echo " - Package version (major.minor.micro): $SR_PACKAGE_VERSION"
682echo " - Library version (current:revision:age): $SR_LIB_VERSION"
45aed072 683echo " - Prefix: $prefix"
6bad8487
UH
684echo " - Building on: $build"
685echo " - Building for: $host"
45aed072
UH
686echo
687echo "Detected libraries:"
688echo
689
690# Note: This only works for libs with pkg-config integration.
81a69107 691for 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
692 optional="OPTIONAL"
693 if test "x$lib" = "xglib-2.0 >= 2.32.0"; then optional="REQUIRED"; fi
694 if test "x$lib" = "xlibzip >= 0.10"; then optional="REQUIRED"; fi
45aed072
UH
695 if `$PKG_CONFIG --exists $lib`; then
696 ver=`$PKG_CONFIG --modversion $lib`
697 answer="yes ($ver)"
698 else
699 answer="no"
700 fi
958326f8 701 echo " - ($optional) $lib: $answer"
45aed072
UH
702done
703
43cd4637 704eval echo -e "@Enabled hardware drivers:@@${driver_summary}" | tr @ \\n
826938d8 705
1029d384
BV
706# Prepare final bindings report messages
707final_cxx=""
708final_python=""
709final_java=""
710if test "$enable_bindings" = "no"; then
711 final_cxx=" (disabled)"
712 final_python=" (disabled)"
713 final_java=" (disabled)"
714else
715 if test "$enable_cxx" = "no"; then
716 final_cxx=" (disabled)"
717 elif test "$BINDINGS_CXX" = "no"; then
718 final_cxx=" ($cxx_msg)"
719 fi
720 if test "$enable_python" = "no"; then
721 final_python=" (disabled)"
722 elif test "$BINDINGS_PYTHON" = "no"; then
723 final_python=" ($python_msg)"
724 fi
725 if test "$enable_java" = "no"; then
726 final_java=" (disabled)"
727 elif test "$BINDINGS_JAVA" = "no"; then
728 final_java=" ($java_msg)"
729 fi
730fi
731
43cd4637 732echo -e "Enabled language bindings:\n"
1029d384
BV
733echo " - C++............................. $BINDINGS_CXX$final_cxx"
734echo " - Python.......................... $BINDINGS_PYTHON$final_python"
735echo " - Java............................ $BINDINGS_JAVA$final_java"
c23c8659 736echo