Mercurial > hg > octave-nkf
diff configure.ac @ 9645:4531741e5236
configure tweaks
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 15 Sep 2009 13:48:39 -0400 |
parents | configure.in@16907d1153d1 |
children | 11844593875a |
line wrap: on
line diff
copy from configure.in copy to configure.ac --- a/configure.in +++ b/configure.ac @@ -258,7 +258,6 @@ AC_SUBST(DEPEND_FLAGS) AC_SUBST(DEPEND_EXTRA_SED_PATTERN) -sinclude(acx_pthread.m4) ACX_PTHREAD AC_PATH_X @@ -885,9 +884,6 @@ ### Checks for BLAS and LAPACK libraries: # (Build subdirectories of libcruft if they aren't found on the system.) -sinclude(acx_blas.m4) -sinclude(acx_blas_f77_func.m4) -sinclude(acx_lapack.m4) ACX_BLAS_WITH_F77_FUNC([], [BLAS_DIR="blas"]) ACX_LAPACK([BLAS_LIBS="$LAPACK_LIBS $BLAS_LIBS"], [LAPACK_DIR="lapack"]) AC_SUBST(BLAS_DIR) @@ -2047,8 +2043,9 @@ fi]) AC_SUBST(ac_config_files) +AC_SUBST(ac_config_headers) -AC_CONFIG_FILES([octMakefile Makeconf test/Makefile +AC_CONFIG_FILES([octMakefile Makeconf m4/Makefile test/Makefile doc/Makefile doc/faq/Makefile doc/interpreter/Makefile doc/liboctave/Makefile doc/refcard/Makefile emacs/Makefile examples/Makefile examples/@polynomial/Makefile