blob: 9f98ef8833e1cc1b4819da421c8a218d4dbf39d8 [file] [log] [blame]
Jeff Garzik32c80372005-10-25 01:56:48 -04001#!/bin/sh
2
3# You need autoconf 2.5x, preferably 2.57 or later
4# You need automake 1.7 or later. 1.6 might work.
5
6set -e
7
8aclocal
9autoheader
10automake --gnu --add-missing --copy
11autoconf