From 2919c44c047c9c74db5a0bc4641a68a8cd5627f9 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Tue, 15 Dec 2009 17:05:16 +0000 Subject: [PATCH] psblas3: configure.ac configure Fix configure for change in name of psb_base_mod into psb_sparse_mod --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dc07597b..d349ef30 100755 --- a/configure +++ b/configure @@ -600,7 +600,7 @@ PACKAGE_VERSION='3.0' PACKAGE_STRING='PSBLAS 3.0' PACKAGE_BUGREPORT='salvatore.filippone@uniroma2.it' -ac_unique_file="base/modules/psb_base_mod.f90" +ac_unique_file="base/modules/psb_sparse_mod.f90" # Factoring default headers for most tests. ac_includes_default="\ #include diff --git a/configure.ac b/configure.ac index b5440245..18646e63 100755 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ AC_INIT([PSBLAS],3.0, salvatore.filippone@uniroma2.it) psblas_cv_version="3.0" # A sample source file -AC_CONFIG_SRCDIR([base/modules/psb_base_mod.f90]) +AC_CONFIG_SRCDIR([base/modules/psb_sparse_mod.f90]) dnl AC_CONFIG_AUX_DIR(config) # Our custom M4 macros are in the 'config' directory