summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 513e4be11daeb593c2806a80c001b264db4f380d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
LIBTOOLIZE=libtoolize
SYSNAME=`uname`
if [ "x$SYSNAME" == "xDarwin" ] ; then
  LIBTOOLIZE=glibtoolize
fi
aclocal && \
	autoheader && \
	$LIBTOOLIZE && \
	autoconf && \
	automake --add-missing --copy