From c04a7efd96c6535538b7404e2eedd672725eda30 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 14 May 2004 22:11:08 +0000 Subject: [PATCH] Although I understand Jeff's explanations about why/when autogen needs to be run, I prefer the lazy approach and offer this script as a way to avoid having to worry about the silly thing. This commit was SVN r1132. --- mpi-up2date | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mpi-up2date diff --git a/mpi-up2date b/mpi-up2date new file mode 100755 index 0000000000..f7fc341fe9 --- /dev/null +++ b/mpi-up2date @@ -0,0 +1,4 @@ +svn up +./autogen.sh +./configure --prefix=/where/to/install +make install