1#!/bin/sh
2# Run this to generate all the initial makefiles, etc.
3
4srcdir=`dirname $0`
5test -z "$srcdir" && srcdir=.
6
7
8aclocal -I m4
9autoheader
10autoconf
11./configure $*
12