From c5ef206c570f0dd925aeb40f99a914ec40d78a2d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 17 Nov 2023 12:59:39 +0100 Subject: Notify users that configure/make support will be dropped in 1.5.0 ... as discussed in our video meeting on Nov 11. --- configure.ac | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/configure.ac b/configure.ac index 8630e5943..697945548 100644 --- a/configure.ac +++ b/configure.ac @@ -1853,3 +1853,23 @@ AC_OUTPUT dnl Make sure the fltk-config script is executable... chmod +x fltk-config + +echo "" +echo "-------------------------------------------------------------------------" +echo " IMPORTANT NOTE:" +echo "-------------------------------------------------------------------------" +echo "" +echo " FLTK 1.4.x will be the last version(s) of FLTK supporting" +echo " autotools (configure + provided Makefiles) to build FLTK." +echo " FLTK 1.5.0 and higher will only support FLTK builds using CMake." +echo "" +echo " We suggest to explore and use the CMake build system generators" +echo " for your own FLTK builds as soon as possible. Some new FLTK build" +echo " options will only be supported by CMake based builds." +echo " Please see README.CMake.txt for details and instructions." +echo "" +echo " User projects that use CMake for their own build can benefit" +echo " substantially if the FLTK library has been built using CMake." +echo "" +echo "-------------------------------------------------------------------------" +echo "" -- cgit v1.2.3