/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.572 by akim, Thu Jan 3 11:17:29 2002 UTC revision 1.573 by akim, Sun Jan 6 20:48:10 2002 UTC
# Line 1483  and verifications.  Set the name of the Line 1483  and verifications.  Set the name of the
1483  @var{version}.  The optional argument @var{bug-report-address} should be  @var{version}.  The optional argument @var{bug-report-address} should be
1484  the email to which users should send bug reports.  the email to which users should send bug reports.
1485    
1486  These three arguments must be @emph{static}, i.e., there must not be any  These three arguments should be @emph{static}, i.e., there should not be
1487  shell computation, but they can be computed by M4.  The following macros  any shell computation, but they can be computed by M4.  The following M4
1488  and output variables are then defined:  macros (e.g., @code{AC_PACKAGE_NAME}), output variables (e.g.,
1489    @code{PACKAGE_NAME}), and preprocessor symbols (e.g.,
1490    @code{PACKAGE_NAME}) are then defined:
1491    
1492  @table @asis  @table @asis
1493  @item @code{AC_PACKAGE_NAME}, @code{PACKAGE_NAME}  @item @code{AC_PACKAGE_NAME}, @code{PACKAGE_NAME}
1494  @acindex PACKAGE_NAME  @acindex PACKAGE_NAME
1495  @ovindex PACKAGE_NAME  @ovindex PACKAGE_NAME
1496    @cvindex PACKAGE_NAME
1497  Exactly @var{package}.  Exactly @var{package}.
1498    
1499  @item @code{AC_PACKAGE_TARNAME}, @code{PACKAGE_TARNAME}  @item @code{AC_PACKAGE_TARNAME}, @code{PACKAGE_TARNAME}
1500  @acindex PACKAGE_TARNAME  @acindex PACKAGE_TARNAME
1501  @ovindex PACKAGE_TARNAME  @ovindex PACKAGE_TARNAME
1502    @cvindex PACKAGE_TARNAME
1503  @var{package} once @samp{GNU } strip, and lower cased.  @var{package} once @samp{GNU } strip, and lower cased.
1504    
1505  @item @code{AC_PACKAGE_VERSION}, @code{PACKAGE_VERSION}  @item @code{AC_PACKAGE_VERSION}, @code{PACKAGE_VERSION}
1506  @acindex PACKAGE_VERSION  @acindex PACKAGE_VERSION
1507  @ovindex PACKAGE_VERSION  @ovindex PACKAGE_VERSION
1508    @cvindex PACKAGE_VERSION
1509  Exactly @var{version}.  Exactly @var{version}.
1510    
1511  @item @code{AC_PACKAGE_STRING}, @code{PACKAGE_STRING}  @item @code{AC_PACKAGE_STRING}, @code{PACKAGE_STRING}
1512  @acindex PACKAGE_STRING  @acindex PACKAGE_STRING
1513  @ovindex PACKAGE_STRING  @ovindex PACKAGE_STRING
1514    @cvindex PACKAGE_STRING
1515  Exactly @samp{@var{package} @var{version}}.  Exactly @samp{@var{package} @var{version}}.
1516    
1517  @item @code{AC_PACKAGE_BUGREPORT}, @code{PACKAGE_BUGREPORT}  @item @code{AC_PACKAGE_BUGREPORT}, @code{PACKAGE_BUGREPORT}
1518  @acindex PACKAGE_BUGREPORT  @acindex PACKAGE_BUGREPORT
1519  @ovindex PACKAGE_BUGREPORT  @ovindex PACKAGE_BUGREPORT
1520    @cvindex PACKAGE_BUGREPORT
1521  Exactly @var{bug-report-address}.  Exactly @var{bug-report-address}.
1522  @end table  @end table
1523  @end defmac  @end defmac

Legend:
Removed from v.1.572  
changed lines
  Added in v.1.573

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26