From 78bfec59ff8d19d3ad1baeee05f28cfa56ce1186 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 22 Oct 2020 12:39:11 +0200 Subject: [PATCH] Fix configure for new directory names. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5d107f8c..170cc7b9 100755 --- a/configure +++ b/configure @@ -585,7 +585,7 @@ PACKAGE_STRING='AMG4PSBLAS 1.0.0' PACKAGE_BUGREPORT='https://github.com/sfilippone/amg4psblas/issues' PACKAGE_URL='' -ac_unique_file="mlprec/amg_prec_type.f90" +ac_unique_file="amgprec/amg_prec_type.f90" # Factoring default headers for most tests. ac_includes_default="\ #include diff --git a/configure.ac b/configure.ac index 7516ddcf..dc669451 100755 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_INIT([AMG4PSBLAS],1.0.0, [https://github.com/sfilippone/amg4psblas/issues]) amg4psblas_cv_version="1.0.0" # A sample source file -AC_CONFIG_SRCDIR([mlprec/amg_prec_type.f90]) +AC_CONFIG_SRCDIR([amgprec/amg_prec_type.f90]) # Our custom M4 macros are in the 'config' directory AC_CONFIG_MACRO_DIR([config]) AC_MSG_NOTICE([