From: Akim Demaille Date: Tue, 13 Mar 2001 12:28:19 +0000 (+0000) Subject: * aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O X-Git-Tag: autoconf-2.50~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8490bcc3591724a1a2181ae64aeb6db4158d2835;p=thirdparty%2Fautoconf.git * aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O when test fails, not when it succeeds(!). --- diff --git a/ChangeLog b/ChangeLog index ad14aaf62..3c0689d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-13 Steven G. Johnson + + * 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 * tests/tools.at (AWK portability): Use AT_CHECK to check for GNU diff --git a/aclang.m4 b/aclang.m4 index dbd7530d0..a4ef1bd5c 100644 --- a/aclang.m4 +++ b/aclang.m4 @@ -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 diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index dbd7530d0..a4ef1bd5c 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -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 diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index dbd7530d0..a4ef1bd5c 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -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 diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index dbd7530d0..a4ef1bd5c 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.m4 @@ -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