From 174e1cfcdb89f3c95fe8bcedd70fc741cff43aee Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 27 Jan 2020 11:57:32 -0300 Subject: [PATCH] Updating windows package --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0c6322c..97bf7b6 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PREREQ(2.61) dnl Initialise automake with the package name, version and dnl bug-reporting address. -AC_INIT([pw3270], [5.2], [perry.werneck@gmail.com]) +AC_INIT([pw3270], [5.3], [perry.werneck@gmail.com]) dnl Place auxilliary scripts here. AC_CONFIG_AUX_DIR([scripts]) @@ -91,6 +91,10 @@ dnl INSTALL_PACKAGES="windows-lib ${INSTALL_PACKAGES}" app_cv_nsisredir="EnableX64FSRedirection" fi + AC_SUBST(PROGRAMFILES,$app_cv_programfiles) + AC_SUBST(WINARCH,$app_cv_winarch) + AC_SUBST(NSISREDIR,$app_cv_nsisredir) + ;; *) -- libgit2 0.21.2