From 827da4f5e9ffd1aa363441ea07f08259ec582ded Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 24 Jan 2013 10:27:26 -0700 Subject: [PATCH] configure: add help Signed-off-by: Jens Axboe --- configure | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 09e985e0..92734492 100755 --- a/configure +++ b/configure @@ -115,6 +115,11 @@ for opt do --enable-gfio) gfio="yes" ;; + --help) + echo "--cc= Specify compiler to use" + echo "--enable-gfio Enable building of gtk gfio" + exit 0 + ;; *) echo "Bad option $opt" exit 1 -- 2.25.1