updates
[silc.git] / prepare
diff --git a/prepare b/prepare
index 73b5fc5778ef77ad3a1f79a57d614cf1800afc26..c3ab1ef9dc692fb8976cc2bc79c3d13a99bffffb 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -8,8 +8,7 @@
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
+#  the Free Software Foundation; version 2 of the License.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -38,8 +37,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.5.2                     # Base version
-
+SILC_VERSION=0.7.2                     # Base version
 
 #############################################################################
 
@@ -132,14 +130,6 @@ autoconf
 autoheader >/dev/null 2>/dev/null
 automake
 
-echo "Preparing "
-cd lib/trq
-aclocal
-autoconf
-autoheader </dev/null 2>/dev/null
-automake >/dev/null 2>/dev/null
-cd ../..
-
 echo "Preparing mpi"
 cd lib/silcmath/mpi
 aclocal