This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-07-28 22:28:01 +02:00

11 lines
181 B
Bash
Executable File

#!/bin/sh
set -e
srcdir="$(dirname "$0")"
"$srcdir"/bootstrap.sh
if [ -z "$NOCONFIGURE" ]; then
exec "$srcdir"/configure --enable-examples-build --enable-tests-build "$@"
fi