|
@ -589,6 +589,7 @@ EXTN |
|
|
GIT_COMMITS |
|
|
GIT_COMMITS |
|
|
N2N_VERSION_SHORT |
|
|
N2N_VERSION_SHORT |
|
|
MACHINE |
|
|
MACHINE |
|
|
|
|
|
BUILDPACKAGE_EXTRA |
|
|
APP |
|
|
APP |
|
|
target_alias |
|
|
target_alias |
|
|
host_alias |
|
|
host_alias |
|
@ -609,6 +610,7 @@ infodir |
|
|
docdir |
|
|
docdir |
|
|
oldincludedir |
|
|
oldincludedir |
|
|
includedir |
|
|
includedir |
|
|
|
|
|
runstatedir |
|
|
localstatedir |
|
|
localstatedir |
|
|
sharedstatedir |
|
|
sharedstatedir |
|
|
sysconfdir |
|
|
sysconfdir |
|
@ -631,6 +633,7 @@ SHELL' |
|
|
ac_subst_files='' |
|
|
ac_subst_files='' |
|
|
ac_user_opts=' |
|
|
ac_user_opts=' |
|
|
enable_option_checking |
|
|
enable_option_checking |
|
|
|
|
|
with_edgex |
|
|
' |
|
|
' |
|
|
ac_precious_vars='build_alias |
|
|
ac_precious_vars='build_alias |
|
|
host_alias |
|
|
host_alias |
|
@ -673,6 +676,7 @@ datadir='${datarootdir}' |
|
|
sysconfdir='${prefix}/etc' |
|
|
sysconfdir='${prefix}/etc' |
|
|
sharedstatedir='${prefix}/com' |
|
|
sharedstatedir='${prefix}/com' |
|
|
localstatedir='${prefix}/var' |
|
|
localstatedir='${prefix}/var' |
|
|
|
|
|
runstatedir='${localstatedir}/run' |
|
|
includedir='${prefix}/include' |
|
|
includedir='${prefix}/include' |
|
|
oldincludedir='/usr/include' |
|
|
oldincludedir='/usr/include' |
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
@ -925,6 +929,15 @@ do |
|
|
| -silent | --silent | --silen | --sile | --sil) |
|
|
| -silent | --silent | --silen | --sile | --sil) |
|
|
silent=yes ;; |
|
|
silent=yes ;; |
|
|
|
|
|
|
|
|
|
|
|
-runstatedir | --runstatedir | --runstatedi | --runstated \ |
|
|
|
|
|
| --runstate | --runstat | --runsta | --runst | --runs \ |
|
|
|
|
|
| --run | --ru | --r) |
|
|
|
|
|
ac_prev=runstatedir ;; |
|
|
|
|
|
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
|
|
|
|
|
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
|
|
|
|
|
| --run=* | --ru=* | --r=*) |
|
|
|
|
|
runstatedir=$ac_optarg ;; |
|
|
|
|
|
|
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
|
|
ac_prev=sbindir ;; |
|
|
ac_prev=sbindir ;; |
|
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
@ -1062,7 +1075,7 @@ fi |
|
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
|
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
|
|
datadir sysconfdir sharedstatedir localstatedir includedir \ |
|
|
datadir sysconfdir sharedstatedir localstatedir includedir \ |
|
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
|
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
|
|
libdir localedir mandir |
|
|
libdir localedir mandir runstatedir |
|
|
do |
|
|
do |
|
|
eval ac_val=\$$ac_var |
|
|
eval ac_val=\$$ac_var |
|
|
# Remove trailing slashes. |
|
|
# Remove trailing slashes. |
|
@ -1215,6 +1228,7 @@ Fine tuning of the installation directories: |
|
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
|
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|
|
|
|
|
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
|
|
--libdir=DIR object code libraries [EPREFIX/lib] |
|
|
--libdir=DIR object code libraries [EPREFIX/lib] |
|
|
--includedir=DIR C header files [PREFIX/include] |
|
|
--includedir=DIR C header files [PREFIX/include] |
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
@ -1240,6 +1254,11 @@ if test -n "$ac_init_help"; then |
|
|
esac |
|
|
esac |
|
|
cat <<\_ACEOF |
|
|
cat <<\_ACEOF |
|
|
|
|
|
|
|
|
|
|
|
Optional Packages: |
|
|
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
|
|
|
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
|
|
|
|
|
--with-edgex Build for Ubiquity-X |
|
|
|
|
|
|
|
|
Report bugs to the package provider. |
|
|
Report bugs to the package provider. |
|
|
_ACEOF |
|
|
_ACEOF |
|
|
ac_status=$? |
|
|
ac_status=$? |
|
@ -1669,6 +1688,13 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-edgex was given. |
|
|
|
|
|
if test "${with_edgex+set}" = set; then : |
|
|
|
|
|
withval=$with_edgex; |
|
|
|
|
|
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 "=" -f 2` |
|
|
N2N_VERSION_SHORT=`grep N2N_VERSION_SHORT ../../Makefile | head -1| cut -d "=" -f 2` |
|
|
GIT_COMMITS=`grep GIT_COMMITS ../../Makefile | head -1| cut -d "=" -f 2` |
|
|
GIT_COMMITS=`grep GIT_COMMITS ../../Makefile | head -1| cut -d "=" -f 2` |
|
@ -1683,6 +1709,8 @@ if test $DEBIAN_VERSION = "0"; then |
|
|
EXTRA_DEP=", libzstd1" |
|
|
EXTRA_DEP=", libzstd1" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
BUILDPACKAGE_EXTRA= |
|
|
|
|
|
|
|
|
if test $MACHINE = "x86_64"; then |
|
|
if test $MACHINE = "x86_64"; then |
|
|
EXTN="amd64" |
|
|
EXTN="amd64" |
|
|
else |
|
|
else |
|
@ -1704,6 +1732,12 @@ else |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if test "${with_edgex+set}" = set; then |
|
|
|
|
|
EXTN="mipsel" |
|
|
|
|
|
EXTRA_DEPS="" |
|
|
|
|
|
BUILDPACKAGE_EXTRA="--host-arch mipsel" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
APP=n2n |
|
|
APP=n2n |
|
|
DATE=`date -R` |
|
|
DATE=`date -R` |
|
|
|
|
|
|
|
@ -1715,6 +1749,7 @@ DATE=`date -R` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_config_files="$ac_config_files debian/changelog" |
|
|
ac_config_files="$ac_config_files debian/changelog" |
|
|
|
|
|
|
|
|
ac_config_files="$ac_config_files debian/files" |
|
|
ac_config_files="$ac_config_files debian/files" |
|
|