Code tidy.

Documented config file.
Added screen-filter config option.
Added "pre-release" warning to configure.
This commit is contained in:
pdw
2003-10-22 19:28:32 +00:00
parent 3932a7d19e
commit d7a2dd8f09
4 changed files with 124 additions and 30 deletions

View File

@@ -390,3 +390,24 @@ AC_SUBST(ac_aux_dir)
AC_OUTPUT(Makefile config/Makefile)
if echo $VERSION | grep 'pre' ; then
AC_MSG_WARN([
******************************************************************************
This is a pre-release version. Pre-releases are subject to limited
announcements, and therefore limited circulation, as a means of testing
the more widely circulated final releases.
Please do not be surprised if this release is utterly, utterly broken. If you
do find this release to be utterly, utterly broken, do not assume that someone
else has spotted it. Instead, please drop a note on the mailing list,
or a brief email to me on pdw@ex-parrot.com
Thank you for taking the time to be the testing phase of this development
process.
Paul Warren
******************************************************************************
])
fi