summaryrefslogtreecommitdiffstats
path: root/configure.ac.shared
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.shared')
-rw-r--r--configure.ac.shared8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac.shared b/configure.ac.shared
index c55a4660..8c686c1b 100644
--- a/configure.ac.shared
+++ b/configure.ac.shared
@@ -193,6 +193,14 @@ AC_ARG_VAR(DISTRIBUTION, [identify release by last distribution])
AH_TEMPLATE(DISTRIBUTION, [identify release by last distribution])
AC_DEFINE_UNQUOTED(DISTRIBUTION, ["$ac_env_DISTRIBUTION_value"])
+if test -n "${DISTRIBUTION}"; then
+ dist=".${DISTRIBUTION}"
+fi
+if test -n "${PATCHID}"; then
+ patchid="-${PATCHID}"
+fi
+full_version="${VERSION}${patchid}${dist}"
+
dnl ===========================================================================
dnl check compiler flags