Add SSH_BIN compile-time option
Clarify documentation of internal netconf message struct
This commit is contained in:
parent
407860ccc7
commit
100f15b699
9 changed files with 67 additions and 9 deletions
|
|
@ -117,7 +117,7 @@ AC_SUBST(LINKAGE)
|
|||
AC_SUBST(with_restconf) # Set to native or fcgi -> compile apps/restconf
|
||||
AC_SUBST(enable_netsnmp) # Enable build of apps/snmp
|
||||
AC_SUBST(HAVE_LIBNGHTTP2,false) # consider using neutral constant such as with-http2
|
||||
AC_SUBST(HAVE_HTTP1,false)
|
||||
AC_SUBST(HAVE_HTTP1,false)
|
||||
AC_SUBST(with_libxml2)
|
||||
AC_SUBST(CLIXON_YANG_PATCH)
|
||||
# Where Clixon installs its YANG specs
|
||||
|
|
@ -147,6 +147,10 @@ if test "$LEX" = ":"; then
|
|||
AC_MSG_ERROR(CLIXON does not find lex or flex.)
|
||||
fi
|
||||
|
||||
# SSH binary path
|
||||
AC_PATH_PROG(SSH_BIN, ssh)
|
||||
AC_DEFINE_UNQUOTED(SSH_BIN, $SSH_BIN, [SSH binary])
|
||||
|
||||
# Get "bison" from bison -y or other string
|
||||
if test "$YACC" = "${YACC##bison}" ; then
|
||||
AC_MSG_ERROR(CLIXON does not find bison. There are several problems with yacc and byacc. Please install bison. YACC="$YACC")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue