Files
libtorrent/autotool.sh
cristiangreco 2fd925a4ae Rewrite autotools build system (new configure.ac, changes for various
Makefile.am and fixed m4 scripts). Could still need some fixes.
2009-09-10 02:22:13 +00:00

17 lines
311 B
Bash
Executable File

#!/bin/sh
# $Id$
# The result of using "autoreconf -fi" should be identical to using this
# script.
set -e
set -x
#${AUTOPOINT:-autopoint} -f
${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
${ACLOCAL:-aclocal} -I m4
${AUTOCONF:-autoconf}
#${AUTOHEADER:-autoheader}
${AUTOMAKE:-automake} -acf --foreign