xz/autogen.sh

11 lines
131 B
Bash
Executable File

#!/bin/sh
set -e -x
autopoint -f
libtoolize -c -f || glibtoolize -c -f
aclocal -I m4
autoconf
autoheader
automake -acf --foreign