From 317207ce0c7abeebcc2a6e50e2e5607b5003737f Mon Sep 17 00:00:00 2001 From: skidd13 Date: Tue, 22 Jul 2008 22:44:41 +0000 Subject: (svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index c7e25963f..5d01778b8 100755 --- a/configure +++ b/configure @@ -43,9 +43,15 @@ if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then exit $? fi +export SHOW_HELP="0" + set_default detect_params "$@" check_params +if [ "$SHOW_HELP" != "0" ]; then + showhelp + exit 0 +fi save_params make_cflags_and_ldflags -- cgit v1.2.3-70-g09d2