From ddfcb8c43c65c7d350cb31dd7ee007adb2d1817f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 17 Nov 2020 15:20:12 +0100 Subject: configure: remove CONFIG_FILEVERSION and CONFIG_PRODUCTVERSION version.rc can just use existing preprocessor symbols. Reviewed-by: Marc-André Lureau Signed-off-by: Paolo Bonzini --- configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c84f5b71a4..b6d29a0b30 100755 --- a/configure +++ b/configure @@ -5928,15 +5928,6 @@ if test "$bigendian" = "yes" ; then fi if test "$mingw32" = "yes" ; then echo "CONFIG_WIN32=y" >> $config_host_mak - rc_version=$(cat $source_path/VERSION) - version_major=${rc_version%%.*} - rc_version=${rc_version#*.} - version_minor=${rc_version%%.*} - rc_version=${rc_version#*.} - version_subminor=${rc_version%%.*} - version_micro=0 - echo "CONFIG_FILEVERSION=$version_major,$version_minor,$version_subminor,$version_micro" >> $config_host_mak - echo "CONFIG_PRODUCTVERSION=$version_major,$version_minor,$version_subminor,$version_micro" >> $config_host_mak if test "$guest_agent_with_vss" = "yes" ; then echo "CONFIG_QGA_VSS=y" >> $config_host_mak echo "QGA_VSS_PROVIDER=$qga_vss_provider" >> $config_host_mak -- cgit v1.2.3-55-g7522