[Openvpn-devel] version.sh: remove
Commit Message
This was added back in commit
6187644b660ce284d0a706811eae2dce7cb411b2
to support the NSIS windows installer.
It is now unused.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
.gitignore | 1 -
Makefile.am | 5 -----
configure.ac | 1 -
version.sh.in | 4 ----
4 files changed, 11 deletions(-)
delete mode 100644 version.sh.in
Fallout of my quest to understand all users of version.m4
Comments
Acked-by: Gert Doering <gert@greenie.muc.de>
Tested on a normal MinGW build (no MSI installers, just openvpn.exe)
and this still works, as do GHA builds.
Your patch has been applied to the master branch.
commit 93343fdf00f44a683faf12c448a31ef66f6e39ee
Author: Frank Lichtenheld
Date: Thu Mar 30 11:42:26 2023 +0200
version.sh: remove
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>
--
kind regards,
Gert Doering
@@ -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
deleted file mode 100644
@@ -1,4 +0,0 @@
-OPENVPN_PACKAGE_NAME="@PACKAGE_NAME@"
-OPENVPN_PACKAGE_TARNAME="@PACKAGE_TARNAME@"
-OPENVPN_PACKAGE_VERSION="@PACKAGE_VERSION@"
-OPENVPN_PACKAGE_HOST="@host@"