configure.ac: Fix #97 clang warning about -fgnu89-inline
[libusbx.git] / autogen.sh
blobd5c6a19a81537ccde20b65a654880d0c24df6ff3
1 #!/bin/sh
3 # use glibtoolize if it is available (darwin)
4 (glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
6 $LIBTOOLIZE --copy --force || exit 1
7 aclocal || exit 1
8 autoheader || exit 1
9 autoconf || exit 1
10 automake -a -c || exit 1
11 ./configure --enable-maintainer-mode --enable-debug-log \
12 --enable-examples-build $*