]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: build & install shell completions when enabled
authorDan Fandrich <dan@coneharvesters.com>
Thu, 8 Feb 2024 19:34:34 +0000 (11:34 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 1 Mar 2024 00:41:31 +0000 (16:41 -0800)
commit89733e2dd26b51c16b2c9f090881127dbba58ce8
treee02d55dcfaeb3f0102e03e3a15ddca4cfdfcf58f
parentdcf382453f44d7e86df984775342cbc433019ad4
configure: build & install shell completions when enabled

The --with-fish-functions-dir and --with-zsh-functions-dir options
currently have no effect on a normal build because the scripts/ directory
where they're used is not built. Add scripts/ to a normal build and
change the completion options to default to off to preserve the existing
behaviour.

Closes: #12906
Makefile.am
configure.ac
scripts/Makefile.am