when test fails, not when it succeeds(!).
+2001-03-13 Steven G. Johnson <stevenj@alum.mit.edu>
+
+ * aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O
+ when test fails, not when it succeeds(!).
+
2001-03-13 Akim Demaille <akim@epita.fr>
* tests/tools.at (AWK portability): Use AT_CHECK to check for GNU
ac_cv_prog_f77_c_o=no
fi
rm -f conftest*])
-if test $ac_cv_prog_f77_c_o = yes; then
+if test $ac_cv_prog_f77_c_o = no; then
AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
[Define if your Fortran 77 compiler doesn't accept -c and -o together.])
fi
ac_cv_prog_f77_c_o=no
fi
rm -f conftest*])
-if test $ac_cv_prog_f77_c_o = yes; then
+if test $ac_cv_prog_f77_c_o = no; then
AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
[Define if your Fortran 77 compiler doesn't accept -c and -o together.])
fi
ac_cv_prog_f77_c_o=no
fi
rm -f conftest*])
-if test $ac_cv_prog_f77_c_o = yes; then
+if test $ac_cv_prog_f77_c_o = no; then
AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
[Define if your Fortran 77 compiler doesn't accept -c and -o together.])
fi
ac_cv_prog_f77_c_o=no
fi
rm -f conftest*])
-if test $ac_cv_prog_f77_c_o = yes; then
+if test $ac_cv_prog_f77_c_o = no; then
AC_DEFINE(F77_NO_MINUS_C_MINUS_O, 1,
[Define if your Fortran 77 compiler doesn't accept -c and -o together.])
fi