mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
bc7c7109cc
from autogen.sh.
10 lines
131 B
Bash
Executable file
10 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
|