Merges from Irssi CVS.
[crypto.git] / prepare
diff --git a/prepare b/prepare
index 87f53dd2b2ea8685504e1f205780e8b0e0908d3a..09da0308a492a07607782a1afee36caa6c627b31 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                       # 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 ../../..