-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Bruno Haible on 7/31/2006 8:53 AM: > 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
Yes, that would be the bug I was trying to address in m4-1.4o/CVS head when I brought up the issue on gnulib. m4-1.4.x has a different bug, where it prints "file:line: m4: message" (oops, it should have been "m4:file:line: message"). I've been meaning to add something like verror_at_line(status, errnum, file, line, format, va_list) to gnulib, and use that, rather than using a homegrown program-name formatter; that would obsolete your proposed patch. But thanks for keeping me on my toes. - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEzsgS84KuGfSFAYARAv+hAJ4vxr6aXXA9NFEET/VNjtLuGKNfrwCfctvB /s2P1FkNcapgdzC5GsvEZs4= =aA+k -----END PGP SIGNATURE----- _______________________________________________ Bug-m4 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-m4
