Hi,I would like to integrate lib4cxx into my project, which uses automake for the build-process. How can I automatically detect if lib4cxx is installed and which lib and include flags I have to use? I am thinking of either a nice automake .m4 macro like the find_apr.m4, or a config program, which gives the needed information (e.g. pkg-config or apr-config).
Best regards, Heiko