mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-09 08:59:57 -04:00
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:
parent
dbd7e3bea4
commit
93343fdf00
4 changed files with 0 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \"*\"`"; \
|
||||
|
|
|
|||
|
|
@ -1502,7 +1502,6 @@ AC_SUBST([TEST_LDFLAGS])
|
|||
AC_SUBST([TEST_CFLAGS])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
version.sh
|
||||
Makefile
|
||||
build/Makefile
|
||||
build/msvc/Makefile
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
OPENVPN_PACKAGE_NAME="@PACKAGE_NAME@"
|
||||
OPENVPN_PACKAGE_TARNAME="@PACKAGE_TARNAME@"
|
||||
OPENVPN_PACKAGE_VERSION="@PACKAGE_VERSION@"
|
||||
OPENVPN_PACKAGE_HOST="@host@"
|
||||
Loading…
Reference in a new issue