Ver Fonte

Get the version from ./configure

Richard Laager há 15 anos atrás
pai
commit
4e4245f433
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      build_setup_template.nsi
  2. 1 1
      configure.in

+ 1 - 1
build_setup_template.nsi

@@ -6,7 +6,7 @@
 !include "MUI.nsh"
 
 !define MUI_PRODUCT "docsis"
-!define MUI_VERSION "0.9.3"
+!define MUI_VERSION "@VERSION@"
 
 !insertmacro MUI_PAGE_WELCOME
 !insertmacro MUI_PAGE_LICENSE

+ 1 - 1
configure.in

@@ -181,4 +181,4 @@ if test "x$GCC" = "xyes"; then
 	CFLAGS="-Wall $DEBUG_CFLAGS -g $CFLAGS"
 fi
 
-AC_OUTPUT(Makefile src/Makefile doc/Makefile examples/Makefile mibs/Makefile)
+AC_OUTPUT(build_setup_template.nsi Makefile src/Makefile doc/Makefile examples/Makefile mibs/Makefile)