X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=configure.ac;h=ad5e626c6b9ff246b22cc85fe630f7ce60d2581f;hp=6105da23a4f336180426b30a5540043681ec016f;hb=307fcf90e9e537e97c4621bb3ba8f276a0f5d548;hpb=d71834acaacc7fd8af6e7293231ecd7cd2743ccf diff --git a/configure.ac b/configure.ac index 6105da2..ad5e626 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). -AM_INIT_AUTOMAKE([1.11 -Wall -Werror std-options check-news]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) @@ -84,7 +84,7 @@ AM_PATH_GLIB_2_0([2.24.0], # Python support. We require at least Python >= 3.0. AC_ARG_VAR([PYTHON3_CONFIG], [path to python3-config utility]) -AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python3.2-config python3.1-config python3.0-config]) +AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python-config-3.3 python3.2-config python-config-3.2 python3.1-config python-config-3.1 python3.0-config python-config-3.0]) CPPFLAGS_PYTHON="" LDFLAGS_PYTHON="" case "$build" in @@ -150,10 +150,12 @@ AC_SUBST(SRD_PACKAGE_VERSION) AC_CONFIG_FILES([Makefile sigrokdecode.h libsigrokdecode.pc + contrib/Makefile decoders/Makefile decoders/avr_isp/Makefile decoders/can/Makefile decoders/dcf77/Makefile + decoders/ds1307/Makefile decoders/edid/Makefile decoders/i2c/Makefile decoders/i2cdemux/Makefile