Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-09-27 06:13:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-27 06:13:41 +0400
commit386953407a7721a314a0462f793ee4d31b1f144c (patch)
tree5bce79d3059588000fb440da027579598fd57859 /misc
parentb921a47926fb0199f4ba89dc1be094d8983f083e (diff)
refs #6311 Do not run autoconf and see if travis works again
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/composer/build-xhprof.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/composer/build-xhprof.sh b/misc/composer/build-xhprof.sh
index 63178b87ef..cf23b3e529 100755
--- a/misc/composer/build-xhprof.sh
+++ b/misc/composer/build-xhprof.sh
@@ -32,10 +32,10 @@ if ! aclocal &> ../../../../tmp/xhprof-logs/aclocal.log; then
exit 1
fi
-if ! autoconf &> ../../../../tmp/xhprof-logs/autoconf.log; then
- echo "Fatal error: autoconf failed! View tmp/xhprof-logs/autoconf.log for more info."
- exit 1
-fi
+#if ! autoconf &> ../../../../tmp/xhprof-logs/autoconf.log; then
+# echo "Fatal error: autoconf failed! View tmp/xhprof-logs/autoconf.log for more info."
+# exit 1
+#fi
if ! ./configure &> ../../../../tmp/xhprof-logs/configure.log; then
echo "Fatal error: configure script failed! View tmp/xhprof-logs/configure.log for more info."