From 8e7e63a2473eedd36eeef726e45dacc9d17d157a Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 13 Nov 2010 16:32:26 +0100 Subject: Added a warning about deprecation of autotools. Especially when using manaserv. Trivial fix. --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 058fc0a6..feb9e875 100755 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,12 @@ AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS +# Warns about deprecation for manaserv +AC_MSG_WARN([************************************************]) +AC_MSG_WARN([* Autotools is deprecated as the client binary *]) +AC_MSG_WARN([* may be incompatible with Manaserv servers!! *]) +AC_MSG_WARN([************************************************]) + # Checks for programs. AC_PROG_CXX AC_PROG_INSTALL -- cgit v1.2.3-70-g09d2