Added support for detecting SSE4.1, SSE4.2, SSE5. Webpage changes.
[runtime.git] / distdir / pre-dist-runtime
index 8d59cd31e93b10ced01623bd095ec53aa4cfddb7..5f7c94af75fb9a8072a2ba642f98eec686410138 100644 (file)
@@ -13,9 +13,19 @@ fi
 sed -e "s/SILC_VERSION/$dist_version/" -e "s/SILC_RELEASE/$release/" \
   srt.spec.in > srt.spec
 
+# First configure with debug and stacktrace and run all tests
+./configure --enable-debug --enable-stack-trace
+make clean
+make -j4
+make check -j4
+
+# Then actual configuration and making
 ./configure
+make clean
+make -j4
+make check -j4
 
 cd doc
 make toolkit-ref-html
 cd ..
-ln -s ../../ChangeLog doc/runtime/ChangeLog
+cp ChangeLog doc/runtime/ChangeLog