summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-07-02 21:44:12 +0000
committerSimon Josefsson <simon@josefsson.org>2005-07-02 21:44:12 +0000
commita7fa9c7b58028e7412f535c7c81a167672c84b35 (patch)
tree5e8b47d6554b0155e01f41fb205e18deb3c97d29
parentf1e2e0c3e0459cfb948632da0db16770fc337797 (diff)
downloadgnutls-a7fa9c7b58028e7412f535c7c81a167672c84b35.tar.gz
Fix --help for distcheck.
-rwxr-xr-xlibextra/libgnutls-extra-config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libextra/libgnutls-extra-config.in b/libextra/libgnutls-extra-config.in
index ccde8aae55..a614b62c5f 100755
--- a/libextra/libgnutls-extra-config.in
+++ b/libextra/libgnutls-extra-config.in
@@ -62,6 +62,9 @@ while test $# -gt 0; do
--la-file)
echo_la_file=yes
;;
+ --help)
+ usage 0
+ ;;
*)
usage 1 1>&2
;;