summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-09-01 15:39:29 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-09-01 15:39:29 (GMT)
commit586d73fd7d7503891193e84803d6fc55bda0baea (patch)
tree7edf4924059da597d70c7178a367eecec9b8b0c2 /configure
parentfe501b51b03c8c48c3efada83e8ae278c93ae5ab (diff)
parent72db99402b10cb6225edd8fd30089cc4bf98e392 (diff)
downloadQt-586d73fd7d7503891193e84803d6fc55bda0baea.zip
Qt-586d73fd7d7503891193e84803d6fc55bda0baea.tar.gz
Qt-586d73fd7d7503891193e84803d6fc55bda0baea.tar.bz2
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 10 insertions, 5 deletions
diff --git a/configure b/configure
index 7af8487..6832ad3 100755
--- a/configure
+++ b/configure
@@ -3710,16 +3710,21 @@ if [ "$Edition" = "NokiaInternalBuild" ]; then
elif [ "$Edition" = "OpenSource" ]; then
while true; do
echo "You are licensed to use this software under the terms of"
- echo "the GNU General Public License (GPL) versions 3."
- echo "You are also licensed to use this software under the terms of"
echo "the Lesser GNU General Public License (LGPL) versions 2.1."
+ if [ -e "$relpath/LICENSE.GPL3" ]; then
+ echo "You are also licensed to use this software under the terms of"
+ echo "the GNU General Public License (GPL) versions 3."
+ affix="either"
+ else
+ affix="the"
+ fi
echo
- affix="either"
if [ "$OPT_CONFIRM_LICENSE" = "yes" ]; then
- echo "You have already accepted the terms of the $LicenseType license."
+ echo "You have already accepted the terms of the $LicenseType license."
acceptance=yes
else
- echo "Type '3' to view the GNU General Public License version 3."
+ test -e "$relpath/LICENSE.GPL3" && \
+ echo "Type '3' to view the GNU General Public License version 3."
echo "Type 'L' to view the Lesser GNU General Public License version 2.1."
echo "Type 'yes' to accept this license offer."
echo "Type 'no' to decline this license offer."