1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/autogen.sh

11 lines
131 B
Bash
Raw Normal View History

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