X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fbootstrap;h=f4195af365abf50cc882499f223b00323baffbf2;hb=c80517ddb77edae8563c21365c580f79c0405652;hp=faf3acc0e09038563fa31556694cdc662d3d10d1;hpb=1327381b7c4caf8fadbfca53f671f72af8898f2a;p=citadel.git diff --git a/citadel/bootstrap b/citadel/bootstrap index faf3acc0e..f4195af36 100755 --- a/citadel/bootstrap +++ b/citadel/bootstrap @@ -7,20 +7,19 @@ echo ... running aclocal ... aclocal echo ... running libtoolize ... -libtoolize --force +libtoolize -c --force echo ... running autoconf ... autoconf echo ... running autoheader ... autoheader echo -echo This script has been tested with autoconf 2.52, libtool 1.4.2, and +echo This script has been tested with autoconf 2.53, libtool 1.4d, and echo automake 1.5. Other versions may work, but I recommend the latest echo compatible versions of these. echo -echo Some versions of libtool may have outputted, above, a spurious warning -echo that you have to regenerate your aclocal.m4. This is a mostly harmless bug -echo and can be ignored. +echo libtool 1.4.2 is not sufficient to build portable configure scripts; +echo at least version 1.4d from alpha.gnu.org is needed. echo echo Also note that autoconf, automake, and libtool should all be configured echo with the same prefix.