[Hamlib-developer] [Hamlib/Hamlib] daa5c8: Fix --enable-winradio[=yes] being considered =no
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-05-22 21:57:21
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: daa5c83a82f12fe397c8a553cb4940bb7b4a72b5 https://github.com/Hamlib/Hamlib/commit/daa5c83a82f12fe397c8a553cb4940bb7b4a72b5 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-13 (Tue, 13 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --enable-winradio[=yes] being considered =no Commit: 50462e65644056efd43de533798eda5b23097b7f https://github.com/Hamlib/Hamlib/commit/50462e65644056efd43de533798eda5b23097b7f Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-13 (Tue, 13 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --enable-parallel[=yes] being considered =no Commit: 5370bbd32e0d5d212357b2d0f9f4d608eb242b21 https://github.com/Hamlib/Hamlib/commit/5370bbd32e0d5d212357b2d0f9f4d608eb242b21 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-13 (Tue, 13 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --enable-html-matrix[=yes] being considered =no Commit: 9aee8f8343812a0e671f7b1fa330ba6a8f25da26 https://github.com/Hamlib/Hamlib/commit/9aee8f8343812a0e671f7b1fa330ba6a8f25da26 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-13 (Tue, 13 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --with-readline[=yes] being considered =no Commit: ce95b034c65251999c931403ba1228dbef252cf6 https://github.com/Hamlib/Hamlib/commit/ce95b034c65251999c931403ba1228dbef252cf6 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-13 (Tue, 13 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --with-libusb[=yes] being considered =no Commit: 435a354ee072f9e6fe033add021b5fe44a92b19d https://github.com/Hamlib/Hamlib/commit/435a354ee072f9e6fe033add021b5fe44a92b19d Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-17 (Sat, 17 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix --with-indi[=no] being considered =yes Commit: 94bf1d717aaa29678a98cf50455648a6410df795 https://github.com/Hamlib/Hamlib/commit/94bf1d717aaa29678a98cf50455648a6410df795 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-05-17 (Sat, 17 May 2025) Changed paths: M configure.ac Log Message: ----------- Fix failure of ./configure --with-tcl-binding --with-xml-support If pkg-config has found tcl.pc, then tclConfig.sh is not executed and $TCL_INCLUDE_SPEC is empty so the test for tcl.h fails. This patch moves the test inside the "else" case where the variable is always defined. The is a bug exposed by the fact that --with-xml-support redefines the macro PKG_CHECK_MODULES. Fix verified moving aside /usr/lib/x86_64-linux-gnu/pkgconfig/tcl.pc Fixes: configure: error: Unable to find Tcl headers Commit: 73607aeb5414c90e63f2c1f92ece65c550d76895 https://github.com/Hamlib/Hamlib/commit/73607aeb5414c90e63f2c1f92ece65c550d76895 Author: Nate Bargmann <n0...@n0...> Date: 2025-05-22 (Thu, 22 May 2025) Changed paths: M configure.ac Log Message: ----------- Merge branch 'dforsi-fix/ac_arg_enable' Reference GitHub PR #1731. Compare: https://github.com/Hamlib/Hamlib/compare/ad824fa85e42...73607aeb5414 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |