configure (n2n-3.0) | : | configure (n2n-3.1.1) | ||
---|---|---|---|---|
skipping to change at line 582 | skipping to change at line 582 | |||
PACKAGE_VERSION='1.0' | PACKAGE_VERSION='1.0' | |||
PACKAGE_STRING='Makefile.in 1.0' | PACKAGE_STRING='Makefile.in 1.0' | |||
PACKAGE_BUGREPORT='' | PACKAGE_BUGREPORT='' | |||
PACKAGE_URL='' | PACKAGE_URL='' | |||
ac_subst_vars='LTLIBOBJS | ac_subst_vars='LTLIBOBJS | |||
LIBOBJS | LIBOBJS | |||
EXTRA_DEP | EXTRA_DEP | |||
DATE | DATE | |||
EXTN | EXTN | |||
GIT_COMMITS | N2N_VERSION | |||
N2N_VERSION_SHORT | ||||
APP | APP | |||
target_alias | target_alias | |||
host_alias | host_alias | |||
build_alias | build_alias | |||
LIBS | LIBS | |||
ECHO_T | ECHO_T | |||
ECHO_N | ECHO_N | |||
ECHO_C | ECHO_C | |||
DEFS | DEFS | |||
mandir | mandir | |||
skipping to change at line 1680 | skipping to change at line 1679 | |||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' | |||
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
# Check whether --with-edgex was given. | # Check whether --with-edgex was given. | |||
if test "${with_edgex+set}" = set; then : | if test "${with_edgex+set}" = set; then : | |||
withval=$with_edgex; | withval=$with_edgex; | |||
fi | fi | |||
# NOTE: this file is not actually used. You need to edit configure as well! | # NOTE: this file is not actually used. You need to edit configure as well! | |||
N2N_VERSION_SHORT=`grep N2N_VERSION_SHORT ../../Makefile | head -1| cut -d "=" - | N2N_VERSION=$(../../scripts/version.sh) | |||
f 2` | ||||
GIT_COMMITS=`grep GIT_COMMITS ../../Makefile | head -1| cut -d "=" -f 2` | ||||
DEBIAN_VERSION=`cat /etc/debian_version | grep "^8" | wc -l` | DEBIAN_VERSION=`cat /etc/debian_version | grep "^8" | wc -l` | |||
EXTRA_DEP="" | EXTRA_DEP="" | |||
if test $DEBIAN_VERSION = "0"; then | if test $DEBIAN_VERSION = "0"; then | |||
EXTRA_DEP=", libzstd1" | EXTRA_DEP=", libzstd1" | |||
fi | fi | |||
if test "${EXTN+set}" != set; then | if test "${EXTN+set}" != set; then | |||
MACHINE=`uname -m` | MACHINE=`uname -m` | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 2 lines changed or added |