diff options
Diffstat (limited to 'packages/ubuntu/configure')
-rwxr-xr-x | packages/ubuntu/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ubuntu/configure b/packages/ubuntu/configure index 64900aa8d..c67f37e88 100755 --- a/packages/ubuntu/configure +++ b/packages/ubuntu/configure @@ -583,6 +583,7 @@ PACKAGE_URL='' ac_subst_vars='LTLIBOBJS LIBOBJS +MAJOR_RELEASE GIT_REVISION KERNEL DATE @@ -1705,6 +1706,7 @@ else fi NDPI_VERS=`../version.sh --release` +MAJOR_RELEASE=`../version.sh --major-release` GIT_REVISION=`../version.sh --revision` ac_config_files="$ac_config_files Makefile debian/changelog debian/files debian/control" @@ -1717,6 +1719,7 @@ ac_config_files="$ac_config_files Makefile debian/changelog debian/files debian/ + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure |