Skip to content
Extraits de code Groupes Projets
Valider 45ee23a6 rédigé par Philip Taffner's avatar Philip Taffner
Parcourir les fichiers

Fix xhprof build in Gentoo.

parent 163d7535
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -27,6 +27,16 @@ if ! phpize &> ../../../../tmp/xhprof-logs/phpize.log; then
exit 1
fi
if ! aclocal &> ../../../../tmp/xhprof-logs/aclocal.log; then
echo "Fatal error: aclocal failed! View tmp/xhprof-logs/aclocal.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."
exit 2
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter