summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-10 21:53:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-10 21:53:01 +0000
commitd674c7372521d9202de458ce14ac1cb32a9a57fa (patch)
tree92f825acb28621cfb2abc2d3ce30d0cf272949a3 /doc
parentdce74af3eee990f65773eed400a28e92ef2ad2f5 (diff)
downloadmailutils-d674c7372521d9202de458ce14ac1cb32a9a57fa.tar.gz
mailutils-d674c7372521d9202de458ce14ac1cb32a9a57fa.tar.bz2
Updated
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/programs.texi33
1 files changed, 28 insertions, 5 deletions
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index 20b115a19..458d4de41 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -2979,23 +2979,46 @@ Mailutils libraries.
When invoked without arguments, it produces the flags necessary to
link against the basic library of Mailutils: @file{libmailbox}.
-Up to two arguments may be given that alter this behavior. These
-are:
+Arguments may be given that alter this behavior. These are:
@table @samp
+
@item auth
Print flags to link against @file{libmuauth}, the library adding new
authentication methods to @file{libmailbox}.
@item guile
Print flags to link against @file{libmu_scm}, the Guile interface
-library.
+library.
+
+@item mbox
+Link against @code{mbox} format library.
+
+@item mh
+Link against @code{mh} format library.
+
+@item maildir
+Link against @code{maildir} format library.
+
+@item imap
+Link against @code{imap} format library.
+
+@item pop
+Link against @code{pop} format library.
+
+@item all
+Link against all Mailutils format libraries.
@end table
-Both arguments may be given simultaneously, e.g.:
+The order of arguments does not matter.
+
+For example, if you wrote a program @file{myprog.c} that uses
+standard @sc{unix} mailbox format, @sc{mh} format and the
+Guile interface, then you would link it with the following
+command:
@example
-cc -omyprog myprog.o `mailutils-config --link auth guile`
+cc -omyprog myprog.o `mailutils-config --link mbox mh guile`
@end example
@node General Information

Return to:

Send suggestions and report system problems to the System administrator.