Hi,

Recently on bug-gnulib you referred to the GNU standards for error message
output. Today I got this error message from m4:

/packages/gnu/bin/m4: aclocal.m4: 851: Cannot open srcm4/absolute-header.m4: No 
such file or directory

Please remove that space before the line number.

*** m4-20060430/src/main.c.bak  2005-08-25 22:15:36.000000000 +0200
--- m4-20060430/src/main.c      2006-07-30 02:09:54.000000000 +0200
***************
*** 62,68 ****
    fflush (stdout);
    fprintf (stderr, "%s: ", program_name);
    if (m4_current_line != 0)
!     fprintf (stderr, "%s: %d: ", m4_current_file, m4_current_line);
    errno = e;
  }
  
--- 62,68 ----
    fflush (stdout);
    fprintf (stderr, "%s: ", program_name);
    if (m4_current_line != 0)
!     fprintf (stderr, "%s:%d: ", m4_current_file, m4_current_line);
    errno = e;
  }
  


_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4

Reply via email to