blob: de72aa19906a15412e33f1fe47d89831418d907f [file] [log] [blame]
Uday Kishore Pasupuleti61e21a42016-01-06 19:12:41 -08001#!/bin/sh
2
3# autogen.sh -- Autotools bootstrapping
4
5libtoolize --copy --force
6aclocal &&\
7autoheader &&\
8autoconf &&\
9automake --add-missing --copy
10