#!/bin/sh
# This file is automatically generated by fs-package

set -e

if [ -f fsbuild/configure.sh ]; then
. fsbuild/configure.sh
elif [ -f fsplugin/Makefile ]; then
make -C fsplugin configure
elif [ -f ./configure ]; then
./configure
fi
