]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/blob - autogen.sh
lists: add nicer+unsafe foreach, and list join macros
[glsdk/libdrm.git] / autogen.sh
1 #! /bin/sh
3 test -n "$srcdir" || srcdir=`dirname "$0"`
4 test -n "$srcdir" || srcdir=.
5 autoreconf --force --install --verbose "$srcdir"
6 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"