diff options
author | wsnipex <wsnipex@a1.net> | 2016-10-28 11:42:18 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2016-10-28 11:42:18 +0200 |
commit | 9f78450168e7a368420782afaa1d3485ce1300f9 (patch) | |
tree | 12166082f6e1cc0e86206d6c67a05341a141ba83 /configure.ac | |
parent | f7aba7e04307a2c82754f17eced6c90d39025d77 (diff) |
deprecate autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3df753bde5..c649b712f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2408,3 +2408,8 @@ AC_OUTPUT final_message="$final_message\n prefix:\t$prefix\n$dashes" echo -e "$final_message\n" +echo "#------------------------------------ WARNING ----------------------------------------#" +echo "The autotools based build system is deprecated and will be removed in the next version!" +echo "Please switch to cmake, see project/cmake/README.md" +echo "#-------------------------------------------------------------------------------------#" +echo -e "\n\n" |