aboutsummaryrefslogtreecommitdiff
path: root/configure.seed
diff options
context:
space:
mode:
Diffstat (limited to 'configure.seed')
-rw-r--r--configure.seed3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed
index 1aa68f17c..77d733f01 100644
--- a/configure.seed
+++ b/configure.seed
@@ -8,6 +8,7 @@ LT_INIT
AC_PROG_CC
AM_PROG_CC_C_O
+AC_PROG_CXX
AX_PTHREAD
NDPI_VERSION_SHORT="@NDPI_VERSION_SHORT@"
@@ -30,7 +31,7 @@ if test -d ".git"; then :
GIT_RELEASE="${PACKAGE_VERSION}-${GIT_NUM}-${GIT_TAG}"
else
GIT_RELEASE="${PACKAGE_VERSION}"
- GIT_DATE=`date`
+ GIT_DATE=`date -u -r CHANGELOG.md`
fi
AC_DEFINE_UNQUOTED(NDPI_GIT_RELEASE, "${GIT_RELEASE}", [GIT Release])