wayland/autogen.sh
Kristian Høgsberg f0152daad7 Use automake
2010-10-12 18:00:16 -04:00

13 lines
178 B
Bash
Executable File

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