mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Work around RCS substitution in AC_REVISION example.
This commit is contained in:
parent
63d75af989
commit
1f8718a0e7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user