How do I print messages at the end of configure / make?
I am trying to configure a software package using GNU autotools and would like to receive the message "Build successful!" for output after the user has executed make (after configuration). How to implement such a function? Thanks to