From 63fafd01370b0bad8903e5ab9f0dde7c894a4962 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 2 Aug 2006 03:47:38 +0000 Subject: [PATCH] - 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 --- configure | 8 ++++---- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 4fe806622..3acf58e7a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 112eeadc4..32fd07297 100644 --- a/configure.ac +++ b/configure.ac @@ -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})