aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-12 14:45:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-12 14:45:00 +0000
commitb12d0557cb5a38730e2f03b91f0029aa1bb8c7e7 (patch)
tree25b482b7f37727b260894a499d3cc335af9a94cf /doc
parentc6fffe2dfc52c5739c131818afd3e37bde5967ab (diff)
downloadmailfromd-b12d0557cb5a38730e2f03b91f0029aa1bb8c7e7.tar.gz
mailfromd-b12d0557cb5a38730e2f03b91f0029aa1bb8c7e7.tar.bz2
Implement MeTA1 configuration file parser.
* configure.ac: Require Mailutils 1.9.93 * doc/mailfromd.texi, NEWS: Update. * pies/pies.c (_cb_depend): Accept list argument. (component_cfg_param): New statement: program. (pies_cfg_param): New statements: include-meta1 and meta1-queue-dir. (parse_meta1_conf, pies_cfg_verifier): New functions. (main): Set mu_app_cfg_verifier. Call parse_meta1_conf. * pies/progman.c (progman_lookup_component): New function. (prog_start): Pass program name (eventually differing from argv[0]). * pies/pies.h (struct component): New member `program'. (progman_lookup_component): New prototype. * pies/meta1gram.y, pies/meta1lex.h, pies/meta1lex.l: New files. * pies/Makefile.am (pies_SOURCES): Add meta1gram.y and pies/meta1lex.h. (noinst_HEADERS, AM_YFLAGS, AM_LFLAGS): New variables. git-svn-id: file:///svnroot/mailfromd/trunk@1740 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'doc')
-rw-r--r--doc/mailfromd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index d58a7028..fcff6fc4 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -751,10 +751,10 @@ undertake in order to configure and build the package.
packages on your machine:
@enumerate A
-@item GNU mailutils version 1.9.90 or newer.
+@item GNU mailutils version 1.9.93 or newer.
It is available from @uref{http://www.gnu.org/software/mailutils}.
-@FIXME{The version 1.9.90 is an alpha version. Its snapshots are
+@FIXME{The version 1.9.93 is an alpha version. Its snapshots are
available from @uref{ftp://download.gnu.org.ua/pub/alpha/mailutils}.}
@item A @acronym{DBM} library.

Return to:

Send suggestions and report system problems to the System administrator.