diff options
author | Andy Wingo <wingo@pobox.com> | 2011-04-11 23:30:52 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-04-11 23:30:52 +0200 |
commit | 21c05db45b69f8a62b84c36abc86cb935fa967d7 (patch) | |
tree | 743df01da540e7fd628f54894e7d5fbe94b03996 /doc/ref/api-options.texi | |
parent | 4db853d747ac115f799c93e2de93f5159ad84109 (diff) | |
parent | c89b45299329d034875429804f18768c1ea96713 (diff) | |
download | guile-21c05db45b69f8a62b84c36abc86cb935fa967d7.tar.gz |
Merge remote branch 'origin/stable-2.0'
Conflicts:
GUILE-VERSION
test-suite/tests/srfi-4.test
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 |