Elisabetta Ronchieri <[EMAIL PROTECTED]> writes: |> During its execution I receive the following message: |> |> ./bootstrap |> + '[' '!' -d ./config ']' |> + mkdir ./config |> + rm -f config.cache |> + aclocal -I config |> + touch NEWS README AUTHORS ChangeLog |> + libtoolize --ltdl --force --copy |> You should update your `aclocal.m4' by running aclocal. |> Putting files in AC_CONFIG_AUX_DIR, `config'. |> + autoheader |> + automake --foreign -a -c -i --add-missing |> automake: configure.in: installing `config/install-sh' |> automake: configure.in: installing `config/mkinstalldirs' |> automake: configure.in: installing `config/missing' |> + autoconf |> |> Why is there the message: You should update your `aclocal.m4' by running |> aclocal.?? |> How can I do to remove it??
Use "libtoolize --automake". But this has nothing to do with autoconf. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 N�rnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
