Including from a relative path is interpreted differently
depending on where the caller is started. This allows running
nsis on the output nsi even if not located at the build directory.
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
echo "VIAddVersionKey ProductVersion \"$$VERSION\""; \
echo "VIAddVersionKey Comments \"OpenConnect multi-protocol VPN client for Windows (command-line version, built with $$TLS_LIBRARY). For more information, visit https://www.infradead.org/openconnect/\""; \
echo "OutFile \"$$INSTALLER_NAME\""; \
- echo "!include $(srcdir)/openconnect.nsi.in" ) > $@
+ cat "$(srcdir)/openconnect.nsi.in" ) > $@
AM_V_MAKENSIS = $(am__v_MAKENSIS_$(V))
am__v_MAKENSIS_ = $(am__v_MAKENSIS_$(AM_DEFAULT_VERBOSITY))