From 653eba51819028375c8958ac7beba9aaa6d52f8e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 8 Jan 2004 02:30:43 +0000 Subject: [PATCH] New file naming convention in the MPI API dirs This commit was SVN r105. --- autogen.sh | 2 +- configure.ac | 2 +- src/mpi/interface/c/Makefile.am | 8 ++++---- src/mpi/interface/c/profile/Makefile.am | 8 ++++---- src/mpi/interface/f77/Makefile.am | 8 ++++---- src/mpi/interface/f77/profile/Makefile.am | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/autogen.sh b/autogen.sh index f5786fea9d..8cac7bfb24 100755 --- a/autogen.sh +++ b/autogen.sh @@ -266,7 +266,7 @@ fi # make sure we are at the top of the tree -if test -f VERSION -a -f configure.ac -a -f src/mpi/c/d_get_name.c ; then +if test -f VERSION -a -f configure.ac -a -f src/mpi/c/datatype_get_name.c ; then bad=0 else cat <