forked from alnux/repo
9 lines
201 B
Text
9 lines
201 B
Text
|
wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz
|
||
|
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
|