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