pkg-config instead of guile-config in manuals
* doc/ref/api-options.texi (Build Config): * doc/ref/libguile-linking.texi (Linking Programs With Guile): (A Sample Guile Main Program): * doc/ref/libguile-smobs.texi (The Complete Example): Use pkg-config in the examples instead of guile-config.
This commit is contained in:
parent
f244cc5154
commit
097a793b22
3 changed files with 31 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue