Mercurial > hg > octave-lyh
comparison configure.in @ 9187:a3237ae32c0d
eliminate last remnants of F2C variables
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 07 May 2009 16:43:03 -0400 |
parents | 49a0c58a7dcf |
children | 8a348e4be8bb |
comparison
equal
deleted
inserted
replaced
9186:49a0c58a7dcf | 9187:a3237ae32c0d |
---|---|
2056 #define FCN_PTR_CAST(T, E) (T) (E) | 2056 #define FCN_PTR_CAST(T, E) (T) (E) |
2057 #else | 2057 #else |
2058 #define FCN_PTR_CAST(T, E) reinterpret_cast<T> (E) | 2058 #define FCN_PTR_CAST(T, E) reinterpret_cast<T> (E) |
2059 #endif | 2059 #endif |
2060 | 2060 |
2061 #if defined(HAVE_F2C) && !defined(F77_FUNC) | |
2062 # define F77_FUNC(x,X) x ## _ | |
2063 # define F77_FUNC_(x,X) x ## __ | |
2064 #endif | |
2065 | |
2066 #if !defined(HAVE_DEV_T) | 2061 #if !defined(HAVE_DEV_T) |
2067 typedef short dev_t; | 2062 typedef short dev_t; |
2068 #endif | 2063 #endif |
2069 | 2064 |
2070 #if !defined(HAVE_INO_T) | 2065 #if !defined(HAVE_INO_T) |
2173 | 2168 |
2174 AC_OUTPUT | 2169 AC_OUTPUT |
2175 | 2170 |
2176 ### Print a summary so that important information isn't missed. | 2171 ### Print a summary so that important information isn't missed. |
2177 | 2172 |
2178 if test -z "$F77"; then | |
2179 FORT="$F2C $F2CFLAGS" | |
2180 else | |
2181 FORT="$F77 $FFLAGS" | |
2182 fi | |
2183 | |
2184 AC_MSG_NOTICE([ | 2173 AC_MSG_NOTICE([ |
2185 | 2174 |
2186 Octave is now configured for $canonical_host_type | 2175 Octave is now configured for $canonical_host_type |
2187 | 2176 |
2188 Source directory: $srcdir | 2177 Source directory: $srcdir |
2189 Installation prefix: $prefix | 2178 Installation prefix: $prefix |
2190 C compiler: $CC $XTRA_CFLAGS $WARN_CFLAGS $CFLAGS | 2179 C compiler: $CC $XTRA_CFLAGS $WARN_CFLAGS $CFLAGS |
2191 C++ compiler: $CXX $XTRA_CXXFLAGS $WARN_CXXFLAGS $CXXFLAGS | 2180 C++ compiler: $CXX $XTRA_CXXFLAGS $WARN_CXXFLAGS $CXXFLAGS |
2192 Fortran compiler: $FORT | 2181 Fortran compiler: $F77 $FFLAGS |
2193 Fortran libraries: $FLIBS | 2182 Fortran libraries: $FLIBS |
2194 BLAS libraries: $BLAS_LIBS | 2183 BLAS libraries: $BLAS_LIBS |
2195 FFTW libraries: $FFTW_LIBS | 2184 FFTW libraries: $FFTW_LIBS |
2196 GLPK libraries: $GLPK_LIBS | 2185 GLPK libraries: $GLPK_LIBS |
2197 UMFPACK libraries: $UMFPACK_LIBS | 2186 UMFPACK libraries: $UMFPACK_LIBS |