blob: de72aa19906a15412e33f1fe47d89831418d907f [file] [log] [blame]
Mingming Yin486032d2013-09-26 17:22:07 -07001#!/bin/sh
2
3# autogen.sh -- Autotools bootstrapping
4
5libtoolize --copy --force
6aclocal &&\
7autoheader &&\
8autoconf &&\
9automake --add-missing --copy
10