Commit 174e1cfcdb89f3c95fe8bcedd70fc741cff43aee

Authored by Perry Werneck
1 parent 920eab3e

Updating windows package

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
@@ -32,7 +32,7 @@ AC_PREREQ(2.61) @@ -32,7 +32,7 @@ AC_PREREQ(2.61)
32 32
33 dnl Initialise automake with the package name, version and 33 dnl Initialise automake with the package name, version and
34 dnl bug-reporting address. 34 dnl bug-reporting address.
35 -AC_INIT([pw3270], [5.2], [perry.werneck@gmail.com]) 35 +AC_INIT([pw3270], [5.3], [perry.werneck@gmail.com])
36 36
37 dnl Place auxilliary scripts here. 37 dnl Place auxilliary scripts here.
38 AC_CONFIG_AUX_DIR([scripts]) 38 AC_CONFIG_AUX_DIR([scripts])
@@ -91,6 +91,10 @@ dnl INSTALL_PACKAGES="windows-lib ${INSTALL_PACKAGES}" @@ -91,6 +91,10 @@ dnl INSTALL_PACKAGES="windows-lib ${INSTALL_PACKAGES}"
91 app_cv_nsisredir="EnableX64FSRedirection" 91 app_cv_nsisredir="EnableX64FSRedirection"
92 fi 92 fi
93 93
  94 + AC_SUBST(PROGRAMFILES,$app_cv_programfiles)
  95 + AC_SUBST(WINARCH,$app_cv_winarch)
  96 + AC_SUBST(NSISREDIR,$app_cv_nsisredir)
  97 +
94 ;; 98 ;;
95 99
96 *) 100 *)