added a warning message to configure

This commit is contained in:
SJ 2013-01-26 10:23:58 +01:00
parent 560178f458
commit e5618dd39b
2 changed files with 12 additions and 0 deletions

6
configure vendored
View File

@ -5930,3 +5930,9 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi fi
echo
echo
echo "IMPORTANT! If you upgrade, be sure to read http://www.mailpiler.org/en/upgrade.html"
echo
echo

View File

@ -399,3 +399,9 @@ OBJS="dirs.o base64.o misc.o counters.o cfg.o sig.o decoder.o list.o parser.o pa
AC_CONFIG_FILES([Makefile src/Makefile etc/Makefile util/Makefile init.d/Makefile test/Makefile contrib/imap/Makefile]) AC_CONFIG_FILES([Makefile src/Makefile etc/Makefile util/Makefile init.d/Makefile test/Makefile contrib/imap/Makefile])
AC_OUTPUT AC_OUTPUT
echo
echo
echo "IMPORTANT! If you upgrade, be sure to read http://www.mailpiler.org/en/upgrade.html"
echo
echo