blob: d5c6a19a81537ccde20b65a654880d0c24df6ff3 [file] [log] [blame]
Daniel Drake852bba42007-11-28 13:48:45 +00001#!/bin/sh
Nathan Hjelmb49f6bf2009-02-16 21:39:29 -03002
3# use glibtoolize if it is available (darwin)
4(glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
5
6$LIBTOOLIZE --copy --force || exit 1
Daniel Drake852bba42007-11-28 13:48:45 +00007aclocal || exit 1
8autoheader || exit 1
9autoconf || exit 1
10automake -a -c || exit 1
11./configure --enable-maintainer-mode --enable-debug-log \
12 --enable-examples-build $*