Re: [search path] behavior difference.

2013-09-23 Thread serge
Eric, thank to be kind enough for your help. I keep trying to figure out why with the same set of m4 files, result are different. Thank. Le 20/09/2013 20:25, Eric Blake a écrit : On 09/20/2013 12:11 PM, Eric Blake wrote: I further note that 'feature/oleane-name.m4' is not specified on

Re: [search path] behavior difference.

2013-09-20 Thread Eric Blake
On 09/20/2013 12:11 PM, Eric Blake wrote: > > I further note that 'feature/oleane-name.m4' is not specified on the > command line, but that you didn't list the contents of m4/cf.m4; if > there is any caching, it is most likely happening in the m4 code > embedded in m4/cf.m4 has changed between th

Re: [search path] behavior difference.

2013-09-20 Thread Eric Blake
On 09/20/2013 11:33 AM, serge wrote: > > hello > > There is a difference in the way "search path" is handle between > m4-1.4.2 and m4-1.4.14. > > - With m4-1.4.2 each m4 file that is include will be search by > default in the current path and each path include by -I option. > > - With m

[search path] behavior difference.

2013-09-20 Thread serge
hello There is a difference in the way "search path" is handle between m4-1.4.2 and m4-1.4.14. - With m4-1.4.2 each m4 file that is include will be search by default in the current path and each path include by -I option. - With m4-1.14 only the first m4 file will be search in cu