1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00
xz/autogen.sh
2009-02-07 23:18:13 +02:00

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