oden/third-party/vendor/wayland-protocols/protocols/autogen.sh
2024-03-08 11:03:01 -08:00

9 lines
199 B
Bash
Executable file

#!/bin/sh
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
(
cd "$srcdir" &&
autoreconf --force -v --install
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"