* aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O

when test fails, not when it succeeds(!).
This commit is contained in:
Akim Demaille 2001-03-13 12:28:19 +00:00
parent 687fa3b765
commit 8490bcc359
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1330,7 +1330,7 @@ else
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

View File

@ -1330,7 +1330,7 @@ else
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

View File

@ -1330,7 +1330,7 @@ else
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

View File

@ -1330,7 +1330,7 @@ else
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