version.sh: remove

This was added back in commit
6187644b66
to support the NSIS windows installer.

It is now unused.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230330094226.487951-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26560.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Frank Lichtenheld 2023-03-30 11:42:26 +02:00 committed by Gert Doering
parent dbd7e3bea4
commit 93343fdf00
4 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View file

@ -46,7 +46,6 @@ m4/ltversion.m4
m4/lt~obsolete.m4
vcpkg_installed
version.sh
msvc-env-local.bat
config-msvc-local.h
config-msvc-version.h

View file

@ -70,11 +70,6 @@ dist_noinst_HEADERS = \
config-msvc.h \
config-msvc-version.h.in
if WIN32
rootdir=$(prefix)
root_DATA = version.sh
endif
config-version.h:
@CONFIGURE_GIT_CHFILES="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-files --name-status -r --ignore-submodules --quiet -- || echo \"+\"`"; \
CONFIGURE_GIT_UNCOMMITTED="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-index --cached --quiet --ignore-submodules HEAD || echo \"*\"`"; \

View file

@ -1502,7 +1502,6 @@ AC_SUBST([TEST_LDFLAGS])
AC_SUBST([TEST_CFLAGS])
AC_CONFIG_FILES([
version.sh
Makefile
build/Makefile
build/msvc/Makefile

View file

@ -1,4 +0,0 @@
OPENVPN_PACKAGE_NAME="@PACKAGE_NAME@"
OPENVPN_PACKAGE_TARNAME="@PACKAGE_TARNAME@"
OPENVPN_PACKAGE_VERSION="@PACKAGE_VERSION@"
OPENVPN_PACKAGE_HOST="@host@"