From d010937ba6599fc1f320b5b917bed5baf3a6c72f Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 16 Jan 2018 15:35:43 -0600 Subject: [PATCH] Augment help text for --with-configfile Include '=FILE' at the end to make correct usage clearer --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0f897b4e..a3b0392f 100755 --- a/configure +++ b/configure @@ -1348,7 +1348,7 @@ Optional Packages: --without-restconf disable support for restconf --with-keyvalue enable support for key-value xmldb datastore --with-qdbm=dir Use QDBM here, if keyvalue - --with-configfile set default path to config file + --with-configfile=FILE set default path to config file Some influential environment variables: CC C compiler command diff --git a/configure.ac b/configure.ac index 73c6f07b..941f8e3d 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ fi # Set default config file location AC_ARG_WITH([configfile], - [AS_HELP_STRING([--with-configfile],[set default path to config file])], + [AS_HELP_STRING([--with-configfile=FILE],[set default path to config file])], [DEFAULT_CONFIG="$withval"], [DEFAULT_CONFIG="/etc/clixon.xml"])