1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-20 07:28:20 +00:00
xz/autogen.sh

11 lines
131 B
Bash
Raw Normal View History

2007-12-09 00:42:33 +02:00
#!/bin/sh
set -e -x
autopoint -f
libtoolize -c -f || glibtoolize -c -f
aclocal -I m4
2007-12-09 00:42:33 +02:00
autoconf
autoheader
automake -acf --foreign