Files
XServer-XSDL-android-src/other_lib/x_lib/libXrender-0.9.8/autogen.sh
kuailexs ec4fd44192 整理
Change-Id: Ieb1f7477d93bc2ebe0c059773cc8e7b71882d9a4
2018-07-05 19:06:33 +08:00

15 lines
209 B
Bash
Executable File

#! /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