xenocara/lib/libXaw/autogen.sh

15 lines
209 B
Bash
Raw Normal View History

2006-11-25 09:53:47 -07:00
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
2015-05-10 03:24:43 -06:00
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi