Clixon 5.4.0 release

This commit is contained in:
Olof hagsand 2021-11-30 08:57:18 +01:00
parent 716d0cb15f
commit 6ab4e9dfdf
13 changed files with 96 additions and 79 deletions

15
configure vendored
View file

@ -1370,10 +1370,10 @@ Optional Features:
--enable-yang-patch Enable YANG patch, RFC 8072, default: no
--enable-publish Enable publish of notification streams using SSE and
curl
--disable-evhtp Disable evhtp for native restconf http/1, default:
yes
--disable-nghttp2 Disable nghttp2 for native restconf http/2, default:
yes
--disable-evhtp Disable evhtp for native restconf http/1, ie http/2
only
--disable-nghttp2 Disable nghttp2 for native restconf http/2, ie
http/1 only
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@ -1390,8 +1390,8 @@ Optional Packages:
Install Clixon yang files here (default:
${prefix}/share/clixon)
--with-yang-standard-dir=DIR
Where standard IETF/IEEE YANGs are (default:
${prefix}/share/yang/standard)
Directory of standard IETF/IEEE YANG specs (default:
$prefix/share/yang/standard)
Some influential environment variables:
CC C compiler command
@ -2233,7 +2233,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
: ${INSTALLFLAGS="-s"}
: ${LINKAGE=dynamic}
# where autotool scripts are: install-sh, config.sub, config.guess
ac_aux_dir=
for ac_dir in config-aux "$srcdir"/config-aux; do
@ -2268,7 +2267,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
CLIXON_VERSION_MAJOR="5"
CLIXON_VERSION_MINOR="4"
CLIXON_VERSION_PATCH="0"
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
# Debug flag
# Check whether --enable-debug was given.