First bug:

Using the sources listed as follows:

foo_SOURCES = \
        input.f \
        rblock_type_mod.f \
        ../nimrod/fields.f \
        ../nimrod/fft_mod.f


For these 4 source files, the first 3 work but the last one does not.  A
fft_mod.obj target is created but not an fft_mod.o target.  This occurs
whenever a source file is in a different directory AND it has an
underscore in the name.


Second bug:

These are fixed-format f90 files and I'm having to set F77 to $FC to get
this to work.  The AC_FC_SRCEXT(f) seems to have no effect.


Using automake 1.9.2

Scott



-- 
Scott Kruger                      
 Tech-X Corporation                             [EMAIL PROTECTED] 
 5621 Arapahoe Avenue, Suite A                  Phone: (720) 974-1841
 Boulder, CO 8030                               Fax:   (303) 448-7756


Reply via email to