Merge branch 'topic/simon/configure-fail-hint' of https://github.com/simonhf/zeek

- Adjusted the hint text a bit during merge

* 'topic/simon/configure-fail-hint' of https://github.com/simonhf/zeek:
  Add hint to run make distclean if configure fails
This commit is contained in:
Jon Siwek 2019-11-14 17:29:00 -08:00
commit 0e0063335a
3 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,8 @@
3.1.0-dev.266 | 2019-11-14 17:29:00 -0800
* Add hint to run `make distclean` if configure fails (Simon Hardy-Francis, Corelight)
3.1.0-dev.264 | 2019-11-14 16:57:13 -0800
* Install test-all-policy.zeek script (Jon Siwek, Corelight)

View file

@ -1 +1 @@
3.1.0-dev.264
3.1.0-dev.266

5
configure vendored
View file

@ -2,6 +2,11 @@
# Convenience wrapper for easily viewing/setting options that
# the project's CMake scripts will recognize
set -e
trap '[ $? -eq 0 ] && exit 0 ||
echo "Also, before re-running configure, consider cleaning the cache \
(removing the build directory) via \`make distclean\`"' EXIT
command="$0 $*"
usage="\