bug#14707: automake 1.14 test hang for t/compile4.sh on Linux if "cl" executable is in path

2013-06-24 Thread Diab Jerius
On Mon, 2013-06-24 at 23:22 +0200, Stefano Lattarini wrote: > severity 14707 minor > tags 14707 + moreinfo > thanks > > On 06/24/2013 04:45 PM, Diab Jerius wrote: > > Hi, > > > Hi Diab, thanks for the report. Stefano, Thanks for the reply. > > > On the Linux boxes I compile on, there's a /usr/

bug#14707: automake 1.14 test hang for t/compile4.sh on Linux if "cl" executable is in path

2013-06-24 Thread Stefano Lattarini
severity 14707 minor tags 14707 + moreinfo thanks On 06/24/2013 04:45 PM, Diab Jerius wrote: > Hi, > Hi Diab, thanks for the report. > On the Linux boxes I compile on, there's a /usr/local/bin/cl executable > (from the IRAF package). Unfortunately, it seems that t/compile4.sh > interprets that a

bug#14707: automake 1.14 test hang for t/compile4.sh on Linux if "cl" executable is in path

2013-06-24 Thread Diab Jerius
Hi, On the Linux boxes I compile on, there's a /usr/local/bin/cl executable (from the IRAF package). Unfortunately, it seems that t/compile4.sh interprets that as a Microsoft compiler. The IRAF cl is an interactive program, so compile4.sh invokes it and it hangs waiting for input. Is there perh