diff --git a/autoconf.texi b/autoconf.texi index 72360c08..f30a5cca 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 72360c08..f30a5cca 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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