blob: afa202ddb8b3b758c7e2ab101c2d39ede9bbb996 [file] [log] [blame]
The Android Open Source Project86abe4b2009-03-03 19:29:20 -08001#!/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 $*