]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Generating Sources): Document that we no longer generate #line directives.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Mar 2003 20:39:55 +0000 (20:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Mar 2003 20:39:55 +0000 (20:39 +0000)
doc/autoconf.texi

index ec79d52c373ab4c5e6e0553e941d02502c5a7e57..7cfce595007bc791196a4d1f47e5a4b7529ba22c 100644 (file)
@@ -5853,8 +5853,7 @@ invocation, (ii) if not, be sure to double quote if needed.
 
 @defmac AC_LANG_SOURCE (@var{source})
 @acindex LANG_SOURCE
-Expands into the @var{source}, with proper definition of the current
-location (e.g., @samp{#line 1234 "configure"} in C), and definition of
+Expands into the @var{source}, with the definition of
 all the @code{AC_DEFINE} performed so far.
 @end defmac