summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/configure.ac')
-rw-r--r--winsup/w32api/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/configure.ac b/winsup/w32api/configure.ac
index d447e5877..e16a2ffba 100644
--- a/winsup/w32api/configure.ac
+++ b/winsup/w32api/configure.ac
@@ -27,6 +27,9 @@ AC_DEFUN([MINGW_AC_CONFIG_SRCDIR],
AC_INIT([MS-Windows API],[__ver__],[http://mingw.org/reporting_bugs],[w32api])
MINGW_AC_CONFIG_SRCDIR([__W32API_VERSION],[include/w32api.h])
+AC_ARG_VAR([RELEASE],[release serial number for current package version])
+AC_SUBST([PACKAGE_RELEASE],[${RELEASE-"1"}])
+
AC_CANONICAL_SYSTEM
# Identify commands which are to be used for installation.