mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* 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:
parent
687fa3b765
commit
8490bcc359
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user