]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2832] remove LIBYANG_VERSION and SYSREPO_VERSION
authorAndrei Pavel <andrei@isc.org>
Wed, 10 May 2023 15:54:03 +0000 (18:54 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 16 May 2023 12:38:17 +0000 (15:38 +0300)
commitd977d9430d863594419e88ed48b90a621340f951
tree471b2a538309743f8049b8483a801c3d0dab74e9
parent2181cef68d6b49d68e4acb8f1c31f0cf978e2c26
[#2832] remove LIBYANG_VERSION and SYSREPO_VERSION

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}"
m4macros/ax_netconf.m4