Manual pages installation fix patch by Ville Räsänen.
[silc.git] / prepare
diff --git a/prepare b/prepare
index 5397d673f1fa2cf2a65e1c26ecebc8c38e067aee..569e862dafe8155361f2ac2380eeb35ea447bac4 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.9.3                     # Base version
+SILC_VERSION=0.9.4                     # Base version
 
 #############################################################################
 
@@ -124,13 +124,15 @@ cp Makefile.defines_int.in lib/silcmath/mpi
 aclocal
 autoconf
 autoheader >/dev/null 2>/dev/null
+libtoolize --automake --copy
 automake
 
 echo "Preparing mpi"
 cd lib/silcmath/mpi
 aclocal
 autoconf
-autoheader </dev/null 2>/dev/null
+autoheader >/dev/null 2>/dev/null
+libtoolize --automake --copy
 automake >/dev/null 2>/dev/null
 cd ../../..