summaryrefslogtreecommitdiffstats
path: root/m4macros/ax_netconf.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2832] remove LIBYANG_VERSION and SYSREPO_VERSIONAndrei Pavel2023-05-161-2/+0
| | | | | | | | | | | They were not used and they were not properly expanded in config.h anyway. They showed up as: /* libyang version */ #define LIBYANG_VERSION "${LIBYANG_VERSION}" /* sysrepo version */ #define SYSREPO_VERSION "${SYSREPO_VERSION}"
* [#2311] rename AX_SYSREPO to AX_NETCONFAndrei Pavel2022-10-211-1/+1
|
* [#2311] detect C++20 in autoconfAndrei Pavel2022-10-211-0/+10
| | | | | And enforce -std=c++20 when building --with-libyang-cpp or --with-sysrepo-cpp.
* [#2311] migrate autoconf to libyang2 and sysrepo2Andrei Pavel2022-10-211-0/+266