From ff05c481387afcd84516a9d11671dff0f5705a28 Mon Sep 17 00:00:00 2001 From: Richard Brinkman Date: Wed, 20 Feb 2013 13:18:10 +0100 Subject: [PATCH] FIX: misleading -(no)make option in configure --help Clarify in the configure --help documentation that the text between parentheses in the -make option indicates the default parts, not all the parts that can be chosen from. Task-number: QTBUG-28826 Change-Id: Iac9cf294b8054823ecfaf262aeafab7779ce4c8b Reviewed-by: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4bd39f5d11..3d511e3d72 100755 --- a/configure +++ b/configure @@ -3202,7 +3202,7 @@ Third Party Libraries: Additional options: -make ....... Add part to the list of parts to be built at make time. - ($QT_DEFAULT_BUILD_PARTS) + (defaults to: $QT_DEFAULT_BUILD_PARTS) -nomake ..... Exclude part from the list of parts to be built. -skip ..... Exclude an entire module from the build.