We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dae05 commit 4db0642Copy full SHA for 4db0642
configure.ac
@@ -14,6 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
14
dnl m4_include([m4/ax_check_openssl.m4])
15
dnl m4_include([m4/ax_check_wolfssl.m4])
16
m4_include([m4/hexversion.m4])
17
+m4_include([m4/hexversion.m4])
18
19
AM_INIT_AUTOMAKE([1.11 -Wall -Werror -Wno-portability foreign tar-ustar subdir-objects no-define color-tests])
20
LT_INIT([disable-static pic-only])
@@ -132,6 +133,7 @@ AC_SUBST([AM_CPPFLAGS])
132
133
AC_SUBST([AM_CFLAGS])
134
AC_SUBST([AM_LDFLAGS])
135
CREATE_HEX_VERSION
136
+CREATE_HEX_VERSION
137
138
AC_CONFIG_FILES([Makefile
139
include/wolfprovider/version.h
0 commit comments