# AC_PROG_F77_C_O
# ---------------
# Test if the Fortran 77 compiler accepts the options `-c' and `-o'
# simultaneously, and define `F77_NO_MINUS_C_MINUS_O' if it does not.
#
# The usefulness of this macro is questionable, as I can't really see
# why anyone would use it.  The only reason I include it is for
# completeness, since a similar test exists for the C compiler.

Are you aware of the fact that automake inserts -c -o in the build rule
automatically? This makes the usefulness of this test even more
questionable, at least in connection with automake. The same holds
for C/C++, unless I'm completely mistaken. 

If such a test can make sense, then automake must provide a configure
variable that autoconf can insert in the Makefile in order to assert
correct compilation behaviour, right ?

Regards
Martin

-- 
Martin Wilck <[EMAIL PROTECTED]>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361

Reply via email to