]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Work around RCS substitution in AC_REVISION example.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 18 Mar 1994 05:43:02 +0000 (05:43 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 18 Mar 1994 05:43:02 +0000 (05:43 +0000)
autoconf.texi
doc/autoconf.texi

index 72360c08f8fdcca0083dfa470ae686236f4ed236..f30a5ccaad3f079f64d762e39ebfbb0b109b6b83 100644 (file)
@@ -1369,19 +1369,11 @@ revision number is near the top of both @file{configure.in} and
 begins with @samp{#!/bin/sh}, like the normal start of a
 @file{configure} script does.
 
-For example, this line in @file{configure.in}:
+Here is a sample call of this macro:
 
 @example
 AC_REVISION($Revision$)dnl
 @end example
-
-@noindent
-produces this in @file{configure}:
-
-@example
-#!/bin/sh
-# From configure.in Revision: 1.30 
-@end example
 @end defmac
 
 @node General Tests, Setting Variables, Setup, General Purpose Macros
index 72360c08f8fdcca0083dfa470ae686236f4ed236..f30a5ccaad3f079f64d762e39ebfbb0b109b6b83 100644 (file)
@@ -1369,19 +1369,11 @@ revision number is near the top of both @file{configure.in} and
 begins with @samp{#!/bin/sh}, like the normal start of a
 @file{configure} script does.
 
-For example, this line in @file{configure.in}:
+Here is a sample call of this macro:
 
 @example
 AC_REVISION($Revision$)dnl
 @end example
-
-@noindent
-produces this in @file{configure}:
-
-@example
-#!/bin/sh
-# From configure.in Revision: 1.30 
-@end example
 @end defmac
 
 @node General Tests, Setting Variables, Setup, General Purpose Macros