From 58fdc188553052bc2e893ba28fb28fddbe78435a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 22 Nov 2003 16:40:48 +0000 Subject: [PATCH] Source file name changed This commit was SVN r2. --- autogen.sh | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index fdf3a40f99..02fdba6d0e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ # information, see the LICENSE file in the top level directory of the # LAM/MPI source distribution. # -# $Id: autogen.sh,v 1.1 2003/11/22 16:36:20 jsquyres Exp $ +# $Id: autogen.sh,v 1.2 2003/11/22 16:40:48 jsquyres Exp $ # # This script is run on developer copies of LAM/MPI -- *not* # distribution tarballs. @@ -109,7 +109,7 @@ find_and_delete() { # Main ########################################################################## -if test -f VERSION -a -f configure.ac -a -f src/mpi/datatype/get_name.c ; then +if test -f VERSION -a -f configure.ac -a -f src/mpi/datatype/d_get_name.c ; then bad=0 else cat <