updates.
[silc.git] / prepare
diff --git a/prepare b/prepare
index 3d63ba50cb59de827bb380053ff5ea5475c5d7fd..c77081f804d5225800389eaa614ac7729199a6b3 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -38,7 +38,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.2.6                     # Base version
+SILC_VERSION=0.3                       # Base version
 
 
 #############################################################################
@@ -136,6 +136,13 @@ autoheader
 automake >/dev/null 2>/dev/null
 cd ../..
 
+cd lib/silcmath/mpi
+aclocal
+autoconf
+autoheader
+automake >/dev/null 2>/dev/null
+cd ../../..
+
 file=includes/version_internal.h
 echo "/* Automatically generated by ./prepare */" >$file
 echo "#define SILC_VERSION_STRING \"$version\"" >>$file