Hi, I'm a rank autotools beginner. I'm trying to apply autotools to a simple fortran 90 program as practice for a larger project I'm currently planning. The only specifically fortran-related macro in my configure.ac file is AC_PROG_FC. autoreconf --install runs without complaint as does a subsuquent call to the configure script. Nonetheless, when I run make, two strange things happen. First, the configure script runs again. Second the makefile tries to compile using f77 as the compiler command. I've spent a lot of time trying to figure this out, and yes, I have searched your archives. I can't find an answer. Oh, and one more thing, my source files all have "f90" file exentions and I've tried this both on my mac and my redhat enterprise machines. Thanks in advance! -- View this message in context: http://www.nabble.com/novice-can%27t-get-autotools-to-give-me-makefile-that-uses-gfortran-tp15946601p15946601.html Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf