[ moving from libtool-commit ]
Hi Paolo,
* Paolo Bonzini wrote on Fri, Nov 28, 2008 at 04:10:33PM CET:
> Do not use $ECHO within eval-ed `...`, as %s\\n becomes %s\n.
>
> * HACKING: Document func_echo_all.
> * libltdl/m4/libtool.m4: Use it within backticks that appear in
> eval-ed variables. Reported by Akim Demaille.
> --- a/bootstrap
> +++ b/bootstrap
> @@ -31,10 +31,10 @@
>
> SHELL=${CONFIG_SHELL-/bin/sh}
> export SHELL
> -: ${AUTORECONF=autoreconf}
> -: ${AUTOCONF=autoconf}
> +: ${AUTORECONF=~/devel/autoconf/+build/tests/autoreconf}
> +: ${AUTOCONF=~/devel/autoconf/+build/tests/autoconf}
> : ${AUTOMAKE=automake}
> -: ${AUTOM4TE=autom4te}
> +: ${AUTOM4TE=~/devel/autoconf/+build/tests/autom4te}
> : ${MAKE=make}
> : ${GREP=grep}
> : ${EGREP=egrep}
Ouch. I don't have ~/devel. How about putting these settings in your
~/.bashrc or so, and undoing the above?
Thanks,
Ralf