Skip to content

Commit ac7c48b

Browse files
committed
build: don't include JIM_GITVERSION in jimautoconf.h
It is included in jim-config.h, so avoid duplicate definition. Signed-off-by: Steve Bennett <steveb@workware.net.au>
1 parent a55959d commit ac7c48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ foreach mod $extinfo(module-c) {
673673
define BUILD_SHOBJS [join $lines \n]
674674

675675
make-config-header jim-config.h -auto {HAVE_LONG_LONG* JIM_UTF8 JIM_TAINT JIM_GITVERSION SIZEOF_INT} -bare JIM_VERSION -none *
676-
make-config-header jimautoconf.h -auto {jim_ext_* TCL_PLATFORM_* TCL_LIBRARY USE_* JIM_* _FILE_OFFSET*} -bare {S_I*}
676+
make-config-header jimautoconf.h -none JIM_GITVERSION -auto {jim_ext_* TCL_PLATFORM_* TCL_LIBRARY USE_* JIM_* _FILE_OFFSET*} -bare {S_I*}
677677
make-template Makefile.in
678678
make-template tests/Makefile.in
679679
make-template examples.api/Makefile.in

0 commit comments

Comments
 (0)