summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Warren <pdw@ex-parrot.com>2017-01-03 22:08:49 +0000
committerPaul Warren <pdw@ex-parrot.com>2017-01-03 22:08:49 +0000
commit014c6e628f5bb54f06f290f71770520bb7c403ce (patch)
tree6dffcbbf690f3a97c4d9492f6a11aa6f89c550e0
parent3a4a63c3e9b80238529a15e9b8413ba7e8a04114 (diff)
downloadiftop-014c6e628f5bb54f06f290f71770520bb7c403ce.zip
Remove pre-release warning.
-rw-r--r--configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index f2e026a..cfb9c6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -442,23 +442,3 @@ AC_SUBST(ac_aux_dir)
AC_OUTPUT(Makefile config/Makefile)
-if echo $PACKAGE_VERSION | grep 'pre' > /dev/null ; 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 broken, and if it is 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