Re: [Patch, Fortran] Detecting the terminal width

2013-06-01 Thread Janus Weil
>> Ok. Unfortunately I'm not much of a autoconf hero (better to say: not >> at all). > Any person using autoconf is some of a hero. ;-) Totally ... >> I can not test it on my system with --enable-maintainer-mode >> because I get: >> >> configure.ac:2: error: Please use exactly Autoconf 2.64 inst

Re: [Patch, Fortran] Detecting the terminal width

2013-06-01 Thread Mikael Morin
Le 01/06/2013 10:42, Janus Weil a écrit : > Ok. Unfortunately I'm not much of a autoconf hero (better to say: not > at all). Any person using autoconf is some of a hero. ;-) > I can not test it on my system with --enable-maintainer-mode > because I get: > > configure.ac:2: error: Please use exact

[Patch, Fortran] Detecting the terminal width

2013-06-01 Thread Janus Weil
>> Index: gcc/fortran/error.c >> === >> --- gcc/fortran/error.c (revision 199530) >> +++ gcc/fortran/error.c (working copy) >> @@ -30,6 +30,13 @@ along with GCC; see the file COPYING3. If not see >> #include "flags.h" >>