#!/bin/sh

############################################################
# Copyright (c) 2009 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
############################################################

LC_ALL=C
export LC_ALL

: ${CHECK_COMMON_SH_DIR:=/usr/pkg/libexec/mk-configure}

pathpart=' ' # fake
. ${CHECK_COMMON_SH_DIR}/mkc_check_common.sh

find_n_match flex --version 'flex' ||
find_n_match  lex --version 'flex' ||
echo ''
