Quentin Spencer cdd562
--- debian/config.expect.orig	2005-08-15 13:22:40.000000000 -0500
Quentin Spencer cdd562
+++ debian/config.expect	2005-08-15 13:30:14.000000000 -0500
Quentin Spencer cdd562
@@ -4,6 +4,8 @@
Quentin Spencer cdd562
 set timeout 180
Quentin Spencer cdd562
 set i [spawn make]
Quentin Spencer cdd562
 expect -re "ready to continue?" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
+	"Stop ATLAS install?" {send "n\n"; exp_continue} \
Quentin Spencer cdd562
+	"enter a different F77" {send "1\n"; exp_continue} \
Quentin Spencer cdd562
 	"Enter number at top left of screen" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
 	"ENTER TO CONTINUE" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
 	"enable Posix threads support?" {send "n\n" ; exp_continue} \
Quentin Spencer cdd562
@@ -20,7 +22,7 @@
Quentin Spencer cdd562
 	"Fortran77 interface to BLAS" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
 	"3DNow! for computation?" {send "$env(TDNCOMP)\n" ; exp_continue} \
Quentin Spencer cdd562
 	"Level 1 BLAS" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
-	"f77 compiler" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
+	"f77 compiler" {send "/usr/bin/gfortran\n" ; exp_continue} \
Quentin Spencer cdd562
 	"F77 Flags" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
 	"F77 Linker" {send "\n" ; exp_continue} \
Quentin Spencer cdd562
 	"F77 Link Flags" {send "\n" ; exp_continue} \