Add hint to run make distclean if configure fails

This commit is contained in:
Simon Hardy-Francis 2019-11-13 15:40:22 -08:00
parent 75588956fc
commit ca41512826

3
configure vendored
View file

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