From a47b29e328b612428cecbdf70c50b9889ba2feb4 Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov Date: Wed, 6 Jan 2021 23:52:06 +0400 Subject: [PATCH] build/autotools: fixed CL_VERSION substitution in cln.pc.in --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 5a5b552..60003a3 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,8 @@ AC_PROG_LIBTOOL LT_VERSION_INFO=cl_lt_version AC_SUBST(LT_VERSION_INFO) +CL_VERSION=cl_version +AC_SUBST(CL_VERSION) dnl checks for compiler characteristics dnl -- 2.47.0