diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-17 12:59:39 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-17 13:19:43 +0100 |
| commit | c5ef206c570f0dd925aeb40f99a914ec40d78a2d (patch) | |
| tree | 1984afea5b7ab242f369a8043d7e0067c442120f /configure.ac | |
| parent | 38fc08c15f5f4dca0b5987bbae326bf8f5468aa5 (diff) | |
Notify users that configure/make support will be dropped in 1.5.0
... as discussed in our video meeting on Nov 11.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 20 |
1 files changed, 20 insertions, 0 deletions
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 "" |
