diff options
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 4813864e7..6f7568bee 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -171,13 +171,14 @@ guileversion, libguileinterface, buildstamp @end table Values are all strings. The value for @code{LIBS} is typically found -also as a part of "guile-config link" output. The value for +also as a part of @code{pkg-config --libs +guile-@value{EFFECTIVE-VERSION}} 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 -(@pxref{Versioning,, Library interface versions, libtool, GNU -Libtool}). The value for @code{buildstamp} is the output of the -command @samp{date -u +'%Y-%m-%d %T'} (UTC). +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 command @samp{date -u +'%Y-%m-%d +%T'} (UTC). In the source, @code{%guile-build-info} is initialized from libguile/libpath.h, which is completely generated, so deleting this file |