make it compile on mingw32.
[silc.git] / prepare
diff --git a/prepare b/prepare
index 4d4af2820e9c38fc9d98247d70d46f105863283b..71c75d6343baa58f0f573ca2a8ecf06a2dca4e47 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -37,8 +37,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.6.2                     # Base version
-
+SILC_VERSION=0.8.2                     # Base version
 
 #############################################################################
 
@@ -131,14 +130,6 @@ autoconf
 autoheader >/dev/null 2>/dev/null
 automake
 
-echo "Preparing trq"
-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
@@ -163,6 +154,7 @@ file=irssi/irssi-version.h.in
 version_date=`date +%Y%m%d`
 echo "/* automatically created by autogen.sh */" > $file
 echo "#define IRSSI_VERSION \"$dist_version (Irssi base: @VERSION@ - SILC base: SILC Toolkit $version)\"" >>$file
-echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> $file
+echo "#define IRSSI_VERSION_DATE $version_date" >> $file
+echo "#define IRSSI_VERSION_TIME $version_date" >> $file
 
 echo "Done, now run ./configure and make."