Home | History | Annotate | Download | only in freedesktop.org
      1 #!/bin/sh
      2 
      3 test -n "$srcdir" || srcdir=`dirname "$0"`
      4 test -n "$srcdir" || srcdir=.
      5 (
      6   cd "$srcdir" &&
      7   autoreconf --force -v --install
      8 ) || exit
      9 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
     10