Files
Android11/external/wayland/autogen.sh
2023-10-13 14:01:41 +00:00

10 lines
200 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" "$@"