view m4/module.mk @ 22986:21707d6a02c7

make --enable-64 the default * m4/octave_blas_f77_func.m4: Rename from ax_blas_f77_func.m4. Determine integer size used by BLAS library instead of checking to see whether it matches the default Fortran integer size. * m4/module.mk: Update. * acinclude.m4 (OCTAVE_CHECK_SIZEOF_FORTRAN_INTEGER): Determine size of Fortran INTEGER instead of checking to see whether it matches what we expect. * configure.ac: Make --enable-64 the default, but change it to mean setting the size of Octave's index type. Check for the size of the BLAS library integer type and ensure the Fortran compiler uses the same size for integers. * NEWS: Note change in --enable-64 default. * doc/interpreter/install.txi: Update.
author John W. Eaton <jwe@octave.org>
date Fri, 30 Dec 2016 13:45:10 -0500
parents 81078b0e39e8
children 8308417aff1c
line wrap: on
line source

EXTRA_DIST += \
  m4/module.mk \
  m4/ax_blas.m4 \
  m4/ax_compare_version.m4 \
  m4/ax_lapack.m4 \
  m4/ax_openmp.m4 \
  m4/ax_pthread.m4 \
  m4/gnulib-cache.m4 \
  m4/libtool.m4 \
  m4/ltoptions.m4 \
  m4/ltsugar.m4 \
  m4/ltversion.m4 \
  m4/lt~obsolete.m4 \
  m4/octave_blas_f77_func.m4 \
  m4/pkg.m4