ghostty/vendor/pixman/autogen.sh
2023-08-28 07:24:12 -07:00

15 lines
209 B
Bash
Executable File
Vendored

#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi