* Fixed ["aux" folder issue with Windows. #198](https://github.com/clicon/clixon/issues/198)

* Updated config scripts
* removed unused expand_dir util cli function
* Fixed again [making cli_show_options's output more human readable #199](https://github.com/clicon/clixon/issues/199)
This commit is contained in:
Olof hagsand 2021-04-07 09:41:49 +02:00
parent 7412bb7b3d
commit 692dc12c03
8 changed files with 19 additions and 134 deletions

4
configure vendored
View file

@ -2229,7 +2229,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# where autotool scripts are: install-sh, config.sub, config.guess
ac_aux_dir=
for ac_dir in aux "$srcdir"/aux; do
for ac_dir in config-aux "$srcdir"/config-aux; do
if test -f "$ac_dir/install-sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
@ -2245,7 +2245,7 @@ for ac_dir in aux "$srcdir"/aux; do
fi
done
if test -z "$ac_aux_dir"; then
as_fn_error $? "cannot find install-sh, install.sh, or shtool in aux \"$srcdir\"/aux" "$LINENO" 5
as_fn_error $? "cannot find install-sh, install.sh, or shtool in config-aux \"$srcdir\"/config-aux" "$LINENO" 5
fi
# These three variables are undocumented and unsupported,