]> icculus.org git repositories - icculus/xz.git/blob - autogen.sh
Allow to explicitly specify autotool versions in autogen.sh.
[icculus/xz.git] / autogen.sh
1 #!/bin/sh
2
3 ###############################################################################
4 #
5 # Author: Lasse Collin
6 #
7 # This file has been put into the public domain.
8 # You can do whatever you want with this file.
9 #
10 ###############################################################################
11
12 set -e -x
13
14 ${AUTOPOINT:-autopoint} -f
15 ${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
16 ${ACLOCAL:-aclocal} -I m4
17 ${AUTOCONF:-autoconf}
18 ${AUTOHEADER:-autoheader}
19 ${AUTOMAKE:-automake} -acf --foreign