- oops. stock gfortran is still gfortran41

I was experimenting with gfortran42



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@226 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2006-08-02 03:47:38 +00:00
parent 83507c6e2a
commit 63fafd0137
2 changed files with 6 additions and 6 deletions

8
configure vendored
View File

@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for wsjt 5.9.2.
#
# $Id: configure.ac 190 2006-07-06 13:44:34Z va3db $
# $Id: configure.ac 222 2006-08-02 00:13:52Z va3db $
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@ -976,7 +976,7 @@ Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
$Id: configure.ac 190 2006-07-06 13:44:34Z va3db $
$Id: configure.ac 222 2006-08-02 00:13:52Z va3db $
_ACEOF
exit 0
fi
@ -3656,8 +3656,8 @@ else
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "gfortran42", so it can be a program name with args.
set dummy gfortran42; ac_word=$2
# Extract the first word of "gfortran41", so it can be a program name with args.
set dummy gfortran41; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GFORTRAN+set}" = set; then

View File

@ -86,10 +86,10 @@ G95_LIB_PATH=`${G95} -print-file-name=`
AC_MSG_RESULT(${G95_LIB_PATH})
AC_PATH_PROG(GFORTRAN, gfortran)
dnl
dnl FreeBSD currently installs gfortran as gfortran42
dnl FreeBSD currently installs gfortran as gfortran41
dnl See http://gcc.gnu.org/fortran/
dnl
AC_PATH_PROG(GFORTRAN, gfortran42)
AC_PATH_PROG(GFORTRAN, gfortran41)
AC_MSG_CHECKING([gfortran lib path])
GFORTRAN_LIB_PATH=`${GFORTRAN} -print-file-name=`
AC_MSG_RESULT(${GFORTRAN_LIB_PATH})