/[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.577 by akim, Mon Jan 28 10:46:13 2002 UTC revision 1.578 by akim, Wed Jan 30 13:08:45 2002 UTC
# Line 1502  Exactly @var{package}. Line 1502  Exactly @var{package}.
1502  @acindex PACKAGE_TARNAME  @acindex PACKAGE_TARNAME
1503  @ovindex PACKAGE_TARNAME  @ovindex PACKAGE_TARNAME
1504  @cvindex PACKAGE_TARNAME  @cvindex PACKAGE_TARNAME
1505  @var{package} once @samp{GNU } strip, and lower cased.  @var{package} once @samp{GNU } strip, lower cased, and all non
1506    alphanumeric character mapped onto @samp{_}.
1507    
1508  @item @code{AC_PACKAGE_VERSION}, @code{PACKAGE_VERSION}  @item @code{AC_PACKAGE_VERSION}, @code{PACKAGE_VERSION}
1509  @acindex PACKAGE_VERSION  @acindex PACKAGE_VERSION
# Line 1522  Exactly @samp{@var{package} @var{version Line 1523  Exactly @samp{@var{package} @var{version
1523  @cvindex PACKAGE_BUGREPORT  @cvindex PACKAGE_BUGREPORT
1524  Exactly @var{bug-report-address}.  Exactly @var{bug-report-address}.
1525  @end table  @end table
1526    
1527    All these values may be changed.  For instance if the default value for
1528    @code{AC_PACKAGE_NAME} does not suit your application, you can either
1529    use:
1530    
1531    @example
1532    m4_define([AC_PACKAGE_TARNAME], [GNU-Foo-Bar-1.0])
1533    AC_INIT([GNU Foo Bar], [1.0])
1534    @end example
1535    
1536    @noindent
1537    or
1538    
1539    @example
1540    AC_INIT([GNU Foo Bar], [1.0])
1541    m4_define([AC_PACKAGE_TARNAME], [GNU-Foo-Bar-1.0])
1542    AC_SUBST([PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])
1543    @end example
1544  @end defmac  @end defmac
1545    
1546    

Legend:
Removed from v.1.577  
changed lines
  Added in v.1.578

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