summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index eca2021ed..70401e484 100755
--- a/configure
+++ b/configure
@@ -15,6 +15,11 @@
use Cwd;
use Getopt::Long;
+if ($ARGV[1] eq "-help")
+{
+ showhelp();
+}
+
GetOptions (
'enable-gnutls' => \$opt_use_gnutls,
'enable-openssl' => \$opt_use_openssl,
@@ -1870,6 +1875,7 @@ Interactive configuration and reconfiguration:
-svnupdate {rebuild} Update working copy
{and optionally rebuild}
-clean Remove .config.cache
+ -help Show this help text
Non-interactive and initial configuration: