Merge pull request #114 from concatime/patch-1
authorFelix Morgner <felix.morgner@gmail.com>
Mon, 28 Aug 2017 07:41:25 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2017 07:41:25 +0000 (09:41 +0200)
server: update source URL

autogen.sh

index 5bce9bab38baa893f0a2e03a919fbf353418439f..ac210b67b69138dd2cc959d8e18915f82c9f078a 100755 (executable)
@@ -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