blob: 57eeb940b91174203488c9c6ce96e377b640e200 [file] [log] [blame]
Austin Schuha2733762015-09-06 17:46:50 -07001#!/bin/sh
2if [ -x "`which autoreconf 2>/dev/null`" ] ; then
3 exec autoreconf -ivf
4fi
5
6LIBTOOLIZE=libtoolize
7SYSNAME=`uname`
8if [ "x$SYSNAME" = "xDarwin" ] ; then
9 LIBTOOLIZE=glibtoolize
10fi
11aclocal -I m4 && \
12 autoheader && \
13 $LIBTOOLIZE && \
14 autoconf && \
15 automake --add-missing --force-missing --copy