]> git.ipfire.org Git - thirdparty/autoconf.git/commit
doc: fix texinfo location reports
authorEric Blake <eblake@redhat.com>
Tue, 17 Jul 2012 18:02:12 +0000 (12:02 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 17 Jul 2012 18:02:12 +0000 (12:02 -0600)
commit8c8522f1c5c8362ec683b5464e99a95bc735677f
tree9b6bc54f3c2bfbd482b49ce93a8cc435f6c52be9
parent0eebfff3e04aae651b954cf98b97b5d382f3f230
doc: fix texinfo location reports

Otherwise, newer texinfo parses this line as a line directive, and
any error later in the file will claim to be from "conftest.c" instead
of "autoconf.texi".

* doc/autoconf.texi (Generating Sources): Avoid confusing newer
texinfo into thinking we had a line directive.
Reported by Stefano Lattarini, fix suggested by Patrice Dumas.
doc/autoconf.texi