aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fixed configure exiting with 0 exit code even on failure.Rohan McGovern2011-12-151-2/+2
| | | | | | | | | | The return value from system() is an exit status (e.g. returned value from waitpid) and needs to be shifted right by 8 bits to get an exit code. Change-Id: Ibbcc58491b27ef6d9d299427aeb78f57b41c92e2 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
* fix spelling (in a comment)Lincoln Ramsay2011-10-101-1/+1
| | | | | | | Change-Id: I74ef359ad899060f3ed60ae323c5fc3a1e75dc86 Reviewed-on: http://codereview.qt-project.org/6198 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Check for a non-error, non-continue case.Lincoln Ramsay2011-10-071-0/+10
| | | | | | | | | | There is at least one case in configure where it exist with a code of 0 but does not create .qmake.cache. Detect this and avoid continuing. Change-Id: I0554991e5d4a50b7072494c080fa2c593e03b726 Reviewed-on: http://codereview.qt-project.org/6094 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Don't assume that commands succeedLincoln Ramsay2011-05-031-4/+4
| | | | Signed-off-by: axis <qt-info@nokia.com>
* Warn everywhere, not just UnixLincoln Ramsay2011-05-031-1/+2
| | | | | | | use warnings; is the portable way of doing #!/usr/bin/perl -w Also use strict; in init-repository. Signed-off-by: axis <qt-info@nokia.com>
* Fix shadowbuildOlivier Goffart2011-04-271-2/+2
| | | | Reviewed-by: axis
* Stopped running init-repository from configure.axis2011-04-271-1/+3
| | | | It's unexpected that configure tampers with your git checkout.
* Removed WebKit patches.axis2011-04-271-2/+0
| | | | | They are not needed anymore after the patches were submitted to the qtwebkit repository on gitorious.org.
* Long live the qt5 Qt repositoryQt by Nokia2011-04-271-0/+63