I just checked the new cvs version of autoconf, and found something
strange in the above macro that would behave axectly opoosite as it should
(I suppose).

I suggest:

--- aclang.m4.cvs       Mon Mar 12 14:32:36 2001
+++ aclang.m4   Mon Mar 12 14:33:14 2001
@@ -1331,7 +1331,10 @@
 fi
 rm -f conftest*])
 if test $ac_cv_prog_f77_c_o = yes; then
-  AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
+   AC_MSG_RESULT(yes)
+else
+   AC_MSG_RESULT(no)
+   AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
             [Define if your Fortran 77 compiler doesn't accept -c and -o
together.])
 fi
 ])# AC_PROG_F77_C_O

Cheers, 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