< Previous | Contents | Next >
6.43.1. Installation of Autoconf
First, fix a bug generated by Perl 5.28.
sed '361 s/{/\\{/' -i bin/autoscan.in
sed '361 s/{/\\{/' -i bin/autoscan.in
Prepare Autoconf for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
The test suite is currently broken by bash-5 and libtool-2.4.3. To run the tests anyway, issue:
make check
make check
Install the package:
make install
make install