autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in AC_PROG_F77_C_O ??


From: Martin Wilck
Subject: Bug in AC_PROG_F77_C_O ??
Date: Mon, 12 Mar 2001 14:37:25 +0100 (CET)

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 <address@hidden>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361




reply via email to

[Prev in Thread] Current Thread [Next in Thread]