]> www.ginac.de Git - cln.git/commitdiff
build/autotools: fixed CL_VERSION substitution in cln.pc.in
authorAlexey Sheplyakov <asheplyakov@altlinux.org>
Wed, 6 Jan 2021 19:52:06 +0000 (23:52 +0400)
committerAlexey Sheplyakov <asheplyakov@altlinux.org>
Thu, 7 Jan 2021 15:49:35 +0000 (19:49 +0400)
configure.ac

index 5a5b552154215eddf4b62ad64d5b5651c5e135b9..60003a3e2a13058284dea9ef8aae769b366e5ae6 100644 (file)
@@ -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