Re: aclocal using automake Automake::XFile

2015-12-08 Thread Arkadiusz Miśkiewicz
On Tuesday 08 of December 2015, Eric Blake wrote: > Huh - it sounds like your version of perl is trying to open a literal > file named 'echo ... | autom4te ... autoconf.ac |' , instead of properly > opening a subshell command that feeds echo to autom4te then collects the > output of autom4te (basi

Re: aclocal using automake Automake::XFile

2015-12-08 Thread Eric Blake
[not really an m4 problem, so future replies can be to just automake] On 12/08/2015 02:51 AM, Arkadiusz Miśkiewicz wrote: > > Hello. > > Using > m4 (GNU M4) 1.4.17 > automake (GNU automake) 1.15 > > /usr/bin/aclocal contains code: > > $traces .= " --language Autoconf-without-aclocal-m4 "; > $

aclocal using automake Automake::XFile

2015-12-08 Thread Arkadiusz Miśkiewicz
Hello. Using m4 (GNU M4) 1.4.17 automake (GNU automake) 1.15 /usr/bin/aclocal contains code: $traces .= " --language Autoconf-without-aclocal-m4 "; $traces = "echo '$early_m4_code' | $traces - "; ... verb "running $traces $configure_ac"; my $tracefh = new Automake::XFile ("$traces $configure_