aboutsummaryrefslogblamecommitdiffstats
blob: 30d679f43341b0e683aa38bd22009e400c632ab4 (plain) (tree)
1
2
3
4
5
6
          
 



                                                  
#! /bin/sh

test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"