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