]> icculus.org git repositories - icculus/xz.git/blob - autogen.sh
Put the interesting parts of XZ Utils into the public domain.
[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 -f
15 libtoolize -c -f || glibtoolize -c -f
16 aclocal -I m4
17 autoconf
18 autoheader
19 automake -acf --foreign