Skip to content

Commit 4db0642

Browse files
devin-ai-integration[bot]ColtonWilley
authored andcommitted
Fix version.h HEX_VERSION replacement to prevent changes after builds
Co-Authored-By: [email protected] <[email protected]>
1 parent e0dae05 commit 4db0642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
1414
dnl m4_include([m4/ax_check_openssl.m4])
1515
dnl m4_include([m4/ax_check_wolfssl.m4])
1616
m4_include([m4/hexversion.m4])
17+
m4_include([m4/hexversion.m4])
1718

1819
AM_INIT_AUTOMAKE([1.11 -Wall -Werror -Wno-portability foreign tar-ustar subdir-objects no-define color-tests])
1920
LT_INIT([disable-static pic-only])
@@ -132,6 +133,7 @@ AC_SUBST([AM_CPPFLAGS])
132133
AC_SUBST([AM_CFLAGS])
133134
AC_SUBST([AM_LDFLAGS])
134135
CREATE_HEX_VERSION
136+
CREATE_HEX_VERSION
135137

136138
AC_CONFIG_FILES([Makefile
137139
include/wolfprovider/version.h

0 commit comments

Comments
 (0)