7 lines
164 B
Bash
7 lines
164 B
Bash
|
echo If this fails you probably need to download the latest
|
||
|
echo libtool,aclocal,autoconf and automake
|
||
|
libtoolize --force
|
||
|
aclocal --force
|
||
|
autoconf -f
|
||
|
automake -acf
|