mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* aclang.m4 (_AC_PROG_F77_GNU): Run command from standard input so
that we can get some standard output.
This commit is contained in:
parent
287ac9cdb8
commit
bddb504cff
@ -1,3 +1,8 @@
|
||||
2000-09-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* aclang.m4 (_AC_PROG_F77_GNU): Run command from standard input so
|
||||
that we can get some standard output.
|
||||
|
||||
2000-09-04 Peter Eisentraut <peter_e@gmx.net>
|
||||
|
||||
* autoscan.pl: Repair broken Getopt::Long use.
|
||||
|
@ -920,7 +920,7 @@ define([_AC_PROG_F77_GNU],
|
||||
yes
|
||||
#endif
|
||||
_ACEOF
|
||||
if AC_TRY_COMMAND($F77 -E conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
if AC_TRY_COMMAND($F77 -E - <conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
ac_cv_prog_g77=yes
|
||||
else
|
||||
ac_cv_prog_g77=no
|
||||
|
@ -920,7 +920,7 @@ define([_AC_PROG_F77_GNU],
|
||||
yes
|
||||
#endif
|
||||
_ACEOF
|
||||
if AC_TRY_COMMAND($F77 -E conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
if AC_TRY_COMMAND($F77 -E - <conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
ac_cv_prog_g77=yes
|
||||
else
|
||||
ac_cv_prog_g77=no
|
||||
|
@ -920,7 +920,7 @@ define([_AC_PROG_F77_GNU],
|
||||
yes
|
||||
#endif
|
||||
_ACEOF
|
||||
if AC_TRY_COMMAND($F77 -E conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
if AC_TRY_COMMAND($F77 -E - <conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
ac_cv_prog_g77=yes
|
||||
else
|
||||
ac_cv_prog_g77=no
|
||||
|
@ -920,7 +920,7 @@ define([_AC_PROG_F77_GNU],
|
||||
yes
|
||||
#endif
|
||||
_ACEOF
|
||||
if AC_TRY_COMMAND($F77 -E conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
if AC_TRY_COMMAND($F77 -E - <conftest.$ac_ext) | grep yes >/dev/null; then
|
||||
ac_cv_prog_g77=yes
|
||||
else
|
||||
ac_cv_prog_g77=no
|
||||
|
Loading…
Reference in New Issue
Block a user