* aclang.m4 (_AC_PROG_F77_GNU): Run command from standard input so

that we can get some standard output.
This commit is contained in:
Akim Demaille 2000-09-05 09:14:10 +00:00
parent 287ac9cdb8
commit bddb504cff
5 changed files with 9 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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