summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-06 01:45:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-06 01:50:55 +0200
commit3ec5d07e67044b614b8beab0e34908b4eec23eab (patch)
treee8bbb96e728b84d94b93f02e9f560c79a13855cf /configure.ac
parent6d9c7d666f83da5d9f69d7e30b138d1a6e2e69da (diff)
downloadmailutils-3ec5d07e67044b614b8beab0e34908b4eec23eab.tar.gz
mailutils-3ec5d07e67044b614b8beab0e34908b4eec23eab.tar.bz2
Update docs + minor changes.
* .gitmodules: Add imprimatur. * Makefile.am: Likewise. * configure.ac: Likewise. * doc/Makefile.am: Likewise. * bootstrap.conf: Comment out make in doc/texinfo * doc/texinfo/Makefile.am: Rewrite. * doc/texinfo/fdl.texi: Minor change. * doc/texinfo/getdate.texi: Minor change. * doc/texinfo/mailutils.texi: begin rewrite. * doc/texinfo/mu-mh.texi: Minor change. * doc/texinfo/programs.texi: begin rewrite. * doc/texinfo/sieve.texi: Minor change. * doc/texinfo/usage.texi: Minor change. * libmailutils/cfg/lexer.l: Allow for @ in unquoted strings * pop3d/bulletin.c: Relax safety checks for bulletin.db * pop3d/logindelay.c: Relax safety checks for stat.sb * pop3d/pop3d.h (DEFAULT_GROUP_DB_SAFETY): New define.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index eaaea1292..925a6e0c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1316,23 +1316,7 @@ dnl get sysconfdir expanded.
CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
# Doc hints.
-# Select a rendition level:
-# DISTRIB for stable releases (at most one dot in the version number)
-# and maintenance releases (two dots, patchlevel < 50)
-# PROOF for alpha releases.
-# PUBLISH can only be required manually when running make in doc/
-AC_SUBST(RENDITION)
-case `echo $VERSION|sed 's/[[^.]]//g'` in
-""|".") RENDITION=DISTRIB;;
-"..") if test `echo $VERSION | sed 's/.*\.//'` -lt 50; then
- RENDITION=DISTRIB
- else
- AC_DEFINE_UNQUOTED([MU_ALPHA_RELEASE], 1,
- [Define if this is an alpha release])
- RENDITION=PROOF
- fi;;
-*) RENDITION=PROOF;;
-esac
+IMPRIMATUR_INIT([doc/imprimatur])
AC_CONFIG_COMMANDS([status],[
cat <<EOF

Return to:

Send suggestions and report system problems to the System administrator.