Ayodele Onibokun (Jimmy) wrote: > > if you want to add additional files to be cleaned at make > > distclean time then you can add them to the DISTCLEANFILES > > variable. > > > > DISTCLEANFILES = foo.mod > > Your suggestions would be done where? In the configure script or ? > I'll look for the DISKCLEANFILES. In the Makefile.am file. Which reveals that your question is really an automake question and not an autoconf question. If you have further questions you should ask on that list. Although I realize it is often confusing to newcomers. Example Makefile.am file: bin_PROGRAMS = hello hello_SOURCES = hello.f DISTCLEANFILES = hello.mod But note that I don't know anything about autotools use with Fortran. I am just working from your example. Bob _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf