From: Felix Morgner Date: Mon, 28 Aug 2017 07:41:25 +0000 (+0200) Subject: Merge pull request #114 from concatime/patch-1 X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=55689f8918dde299c47c06eee4b8eda4a1c9889e;hp=552e9bdfe3ea67f500e75b7da1dcc08996f70f8e Merge pull request #114 from concatime/patch-1 server: update source URL --- diff --git a/autogen.sh b/autogen.sh index 5bce9ba..ac210b6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1567,6 +1567,15 @@ else $ECHO " make" fi +$ECHO +$ECHO "WARNING: Building umurmur with autotools has been deprecated. In the" +$ECHO "future, support for autotools will be dropped, please switch to" +$ECHO "compiling with cmake instead. See the links below for information" +$ECHO "on how to compile with cmake, and the relevant discussion." +$ECHO +$ECHO "https://github.com/umurmur/umurmur/wiki/Building" +$ECHO "https://github.com/umurmur/umurmur/issues/111" + # Local Variables: # mode: sh