Am Freitag, 17. März 2006 19:05 schrieb Alexander Neundorf: > On Friday 17 March 2006 19:00, Laurent Montel wrote: > > Hi, > > How to replace it ? > > With autoconf/unsermake we have this file which inform when lib is not > > good. For example 'to compile it install lib<foo> >= <version>' > > Is it possible to have this message ? > > > > Perhaps we must use "MESSAGE(STATUS "...")" ? > > Not sure what configure.in.bot does. > > Maybe something like this ? > > find_package(JPEG) > > if (JPEG_FOUND) > add_subdirectory(foo) > else (JPEG_FOUND) > message(STATUS "To compile foo install the JPEG library") > endif (JPEG_FOUND) >
No, that's not the goal. The goal is to have a collecting message at the end of the configure run Greetings, Stephan _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
