mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 11:01:54 -05:00
- 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:
parent
83507c6e2a
commit
63fafd0137
8
configure
vendored
8
configure
vendored
@ -2,7 +2,7 @@
|
|||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59 for wsjt 5.9.2.
|
# 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.
|
# Copyright (C) 2003 Free Software Foundation, Inc.
|
||||||
# This configure script is free software; the Free Software Foundation
|
# 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
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
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
|
_ACEOF
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@ -3656,8 +3656,8 @@ else
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract the first word of "gfortran42", so it can be a program name with args.
|
# Extract the first word of "gfortran41", so it can be a program name with args.
|
||||||
set dummy gfortran42; ac_word=$2
|
set dummy gfortran41; ac_word=$2
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
if test "${ac_cv_path_GFORTRAN+set}" = set; then
|
if test "${ac_cv_path_GFORTRAN+set}" = set; then
|
||||||
|
@ -86,10 +86,10 @@ G95_LIB_PATH=`${G95} -print-file-name=`
|
|||||||
AC_MSG_RESULT(${G95_LIB_PATH})
|
AC_MSG_RESULT(${G95_LIB_PATH})
|
||||||
AC_PATH_PROG(GFORTRAN, gfortran)
|
AC_PATH_PROG(GFORTRAN, gfortran)
|
||||||
dnl
|
dnl
|
||||||
dnl FreeBSD currently installs gfortran as gfortran42
|
dnl FreeBSD currently installs gfortran as gfortran41
|
||||||
dnl See http://gcc.gnu.org/fortran/
|
dnl See http://gcc.gnu.org/fortran/
|
||||||
dnl
|
dnl
|
||||||
AC_PATH_PROG(GFORTRAN, gfortran42)
|
AC_PATH_PROG(GFORTRAN, gfortran41)
|
||||||
AC_MSG_CHECKING([gfortran lib path])
|
AC_MSG_CHECKING([gfortran lib path])
|
||||||
GFORTRAN_LIB_PATH=`${GFORTRAN} -print-file-name=`
|
GFORTRAN_LIB_PATH=`${GFORTRAN} -print-file-name=`
|
||||||
AC_MSG_RESULT(${GFORTRAN_LIB_PATH})
|
AC_MSG_RESULT(${GFORTRAN_LIB_PATH})
|
||||||
|
Loading…
Reference in New Issue
Block a user