* Changed typo configure --with-yang-standard-installdir to `configure --with-yang-standard-dir

* Updated command-line usage of cli,netconf,backend apps in sync with clixon-docs user manual
* Documented differences between protocol stubs for external vs internal netconf
This commit is contained in:
Olof hagsand 2021-12-05 12:13:56 +01:00
parent b67fae4d61
commit 478911d0f5
11 changed files with 40 additions and 29 deletions

8
configure vendored
View file

@ -727,7 +727,7 @@ with_configfile
with_libxml2
with_sigaction
with_yang_installdir
with_yang_standard_installdir
with_yang_standard_dir
'
ac_precious_vars='build_alias
host_alias
@ -5658,9 +5658,9 @@ $as_echo "Clixon yang files are installed in ${YANG_INSTALLDIR}" >&6; }
# This is NOT installed by Clixon and is not needed for core system
# However, it is required by the main example and some of the tests
# Check whether --with-yang-standard-installdir was given.
if test "${with_yang_standard_installdir+set}" = set; then :
withval=$with_yang_standard_installdir; YANG_STANDARD_DIR="$withval"
# Check whether --with-yang-standard-dir was given.
if test "${with_yang_standard_dir+set}" = set; then :
withval=$with_yang_standard_dir; YANG_STANDARD_DIR="$withval"
else
YANG_STANDARD_DIR="${prefix}/share/yang/standard"