diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-02-03 23:58:40 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-02-03 23:58:40 +0000 |
commit | 73e46534004319e23b1fd8626ade2f66953d9536 (patch) | |
tree | aeba5bd7bf86a748da60576a8d408ba6c2f67d05 /doc/ref/api-options.texi | |
parent | 71c7cfa502f92d93d6881a5b5327ab3453baf03a (diff) | |
download | guile-73e46534004319e23b1fd8626ade2f66953d9536.tar.gz |
(Build Config): pxref libtool on libguileinterface version info.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 7fd85ff90..6dbc37062 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -166,9 +166,11 @@ guileversion, libguileinterface, buildstamp Values are all strings. The value for @code{LIBS} is typically found also as a part of "guile-config link" output. The value for @code{guileversion} has form X.Y.Z, and should be the same as returned -by @code{(version)}. The value for @code{libguileinterface} is libtool -compatible and has form CURRENT:REVISION:AGE. The value for -@code{buildstamp} is the output of the date(1) command. +by @code{(version)}. The value for @code{libguileinterface} is +libtool compatible and has form CURRENT:REVISION:AGE +(@pxref{Versioning,, Library interface versions, libtool, GNU +Libtool}). The value for @code{buildstamp} is the output of the +date(1) command. In the source, @code{%guile-build-info} is initialized from libguile/libpath.h, which is completely generated, so deleting this file |