mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
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.
This commit is contained in:
parent
0eebfff3e0
commit
8c8522f1c5
@ -9155,7 +9155,7 @@ on a system with @command{gcc} installed, results in:
|
||||
@example
|
||||
@c If you change this example, adjust tests/compile.at:AC_LANG_SOURCE example.
|
||||
@dots{}
|
||||
# 1 "conftest.c"
|
||||
@asis{#} 1 "conftest.c"
|
||||
|
||||
#define PACKAGE_NAME "Hello"
|
||||
#define PACKAGE_TARNAME "hello"
|
||||
@ -9200,7 +9200,7 @@ on a system with @command{gcc} installed, results in:
|
||||
@example
|
||||
@c If you change this example, adjust tests/compile.at:AC_LANG_PROGRAM example.
|
||||
@dots{}
|
||||
# 1 "conftest.c"
|
||||
@asis{#} 1 "conftest.c"
|
||||
|
||||
#define PACKAGE_NAME "Hello"
|
||||
#define PACKAGE_TARNAME "hello"
|
||||
|
Loading…
Reference in New Issue
Block a user