blob: ccf9527f94becee53041a967432a87592ec2e2ad [file] [log] [blame]
Wayne Davison7587e202020-06-21 12:54:02 -07001#!/bin/sh
2
3srcdir=`dirname $0`
4opt="$1"
5shift
6
7echo "$*"
8if ! "${@}"; then
9 echo "If you can't fix the issue, re-run $srcdir/configure with --$opt."
10 exit 1
11fi