Hi Noah, * Noah Misch wrote on Fri, May 04, 2007 at 03:52:24AM CEST: > `make dist' needs every test demo directory configured. If the system has no > F90 compiler, tests/fcdemo/configure always fails. This patch adds an option > to > that configure script that suppresses the potentially fatal check. We then > use > the option when configuring a test demo directory for the sake of `make dist'.
Thanks for the patch. Say, why not m4_pushdef([AC_MSG_ERROR], [something nonfatal]) ... m4_popdef([AC_MSG_ERROR]) instead? Just curious, I haven't tested or anything. Cheers, Ralf > 2007-05-03 Noah Misch <[EMAIL PROTECTED]> > > * tests/fcdemo/configure.ac <dist>: New option. Skip call to > AC_FC_SRCEXT when specified. > * Makefile.am (@DIST_MAKEFILE_LIST@): Pass --with-dist.
