drm/autogen.sh

7 lines
185 B
Bash
Raw Normal View History

2005-07-12 18:13:12 -06:00
#! /bin/sh
2005-09-12 00:21:24 -06:00
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"