From 052194c0ffad7902a597f0876612ef1a9c80b39f Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 26 Aug 2014 13:18:07 +0200 Subject: [PATCH] use PACKAGE_VERSION to obtain version instead seems to work more reliably? --- tool/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/tests/Makefile.am b/tool/tests/Makefile.am index a25a3f1..7b2e6f4 100644 --- a/tool/tests/Makefile.am +++ b/tool/tests/Makefile.am @@ -24,7 +24,7 @@ # non-source form of such a combination shall include the source code # for the parts of OpenSSL used as well as that of the covered work. -TESTS_ENVIRONMENT = export VERSION=$(VERSION); export EXEEXT=$(EXEEXT); +TESTS_ENVIRONMENT = export VERSION=$(PACKAGE_VERSION); export EXEEXT=$(EXEEXT); AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib