2021-07-16 23:19:27 +03:00
|
|
|
curl -# https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz
|
2021-07-16 03:05:23 +03:00
|
|
|
tar -xf autoconf-2.71.tar.xz
|
|
|
|
cd autoconf-2.71
|
|
|
|
|
|
|
|
sed '361 s/{/\\{/' -i bin/autoscan.in
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|