Today I've been trying to learn automake&autoconf. Something I can't figure out although it is the main reason I am investigating automake:
How do I set compiler flags based on the compiler? For example, g77 requires -fdollar-ok but Sun Fortran won't like that. How can I handle that? How much does automake know about such problems? Thanks for any suggestions, Michael