From e0ea85d6d522ceb9c61ee9a4056211e272b84dbc Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 13 Oct 2021 10:00:15 +0200 Subject: [PATCH] Configure: changed --with-restconf= to say fcgi is NOT default test_openconfig: Fixed upgrade of git added new dependencies (openconfig-platform) --- configure | 3 +-- configure.ac | 2 +- test/test_openconfig_interfaces.sh | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 267e86aa..eca8e127 100755 --- a/configure +++ b/configure @@ -1385,7 +1385,7 @@ Optional Packages: --with-cligen=dir Use CLIGEN installation in this dir --with-restconf=native Integration with embedded web server (DEFAULT) --with-restconf=fcgi FCGI interface for stand-alone web rev-proxy eg - nginx (default) + nginx --without-restconf Disable restconf altogether --with-configfile=FILE Set default path to config file --with-libxml2 Use gnome/libxml2 regex engine @@ -2298,7 +2298,6 @@ else : ${CFLAGS="-O2 -Wall"} fi - # Check CLIgen if test "$prefix" = "NONE"; then CLIGEN_PREFIX="$ac_default_prefix" diff --git a/configure.ac b/configure.ac index f46e7af2..f83d4dbd 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ if test "x${with_restconf}" != "x"; then fi # These are dummies just to get the help strings right AC_ARG_WITH([restconf], - AS_HELP_STRING([--with-restconf=fcgi],[FCGI interface for stand-alone web rev-proxy eg nginx (default)])) + AS_HELP_STRING([--with-restconf=fcgi],[FCGI interface for stand-alone web rev-proxy eg nginx])) AC_ARG_WITH([restconf], AS_HELP_STRING([--without-restconf],[Disable restconf altogether])) diff --git a/test/test_openconfig_interfaces.sh b/test/test_openconfig_interfaces.sh index 1065f5cb..2ca02831 100755 --- a/test/test_openconfig_interfaces.sh +++ b/test/test_openconfig_interfaces.sh @@ -28,6 +28,7 @@ cat < $cfg $OCDIR/interfaces $OCDIR/types $OCDIR/vlan + $OCDIR/platform $fyang /usr/local/lib/$APPNAME/clispec /usr/local/lib/$APPNAME/cli