updates.
[silc.git] / prepare
diff --git a/prepare b/prepare
index 87f53dd2b2ea8685504e1f205780e8b0e0908d3a..0ac00c370b1482e5f68d156ee7bfc9f1bd0f142d 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -37,7 +37,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.8.2                     # Base version
+SILC_VERSION=0.9.2                     # Base version
 
 #############################################################################
 
@@ -126,14 +126,14 @@ cp Makefile.defines.in lib/silcmath/mpi
 cp Makefile.defines_int.in lib/silcmath/mpi
 
 aclocal
-/home/silc/share/bin/autoconf
+autoconf
 autoheader >/dev/null 2>/dev/null
 automake
 
 echo "Preparing mpi"
 cd lib/silcmath/mpi
 aclocal
-/home/silc/share/bin/autoconf
+autoconf
 autoheader </dev/null 2>/dev/null
 automake >/dev/null 2>/dev/null
 cd ../../..