Work around RCS substitution in AC_REVISION example.

This commit is contained in:
David MacKenzie 1994-03-18 05:43:02 +00:00
parent 63d75af989
commit 1f8718a0e7
2 changed files with 2 additions and 18 deletions

View 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

View 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