that we can get some standard output.
+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.
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
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
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
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