]> icculus.org git repositories - icculus/xz.git/blob - autogen.sh
Let the user specify custom CFLAGS on the make command
[icculus/xz.git] / autogen.sh
1 #!/bin/sh
2
3 set -e -x
4
5 autopoint -f
6 libtoolize -c -f || glibtoolize -c -f
7 aclocal -I m4
8 autoconf
9 autoheader
10 automake -acf --foreign