Diff for /ansh/configure between versions 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2011/10/17 20:15:21 version 1.2.2.2, 2011/10/18 08:27:54
Line 671  SHELL' Line 671  SHELL'
 ac_subst_files=''  ac_subst_files=''
 ac_user_opts='  ac_user_opts='
 enable_option_checking  enable_option_checking
   enable_static
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
 host_alias  host_alias
Line 680  CFLAGS Line 681  CFLAGS
 LDFLAGS  LDFLAGS
 LIBS  LIBS
 CPPFLAGS  CPPFLAGS
CPPCPP'
CPPFLAGS' 
   
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
Line 1294  if test -n "$ac_init_help"; then Line 1294  if test -n "$ac_init_help"; then
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
   Optional Features:
     --disable-option-checking  ignore unrecognized --enable/--with options
     --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
     --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     --enable-static         Static build for ansh software
   
 Some influential environment variables:  Some influential environment variables:
   CC          C compiler command    CC          C compiler command
   CFLAGS      C compiler flags    CFLAGS      C compiler flags
Line 4391  _ACEOF Line 4397  _ACEOF
 fi  fi
 done  done
   
   
   STATIC="no"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking Static build for ansh" >&5
   $as_echo_n "checking Static build for ansh... " >&6; }
   # Check whether --enable-static was given.
   if test "${enable_static+set}" = set; then :
     enableval=$enable_static;  STATIC=$enableval
                   case "$enableval" in
                           yes)
                                   LDFLAGS="-static ${LDFLAGS}"
                                   ;;
                           *)
                                   ;;
                   esac
   fi
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STATIC" >&5
   $as_echo "$STATIC" >&6; }
   
 ac_config_files="$ac_config_files Makefile bin/Makefile inc/Makefile src/Makefile"  ac_config_files="$ac_config_files Makefile bin/Makefile inc/Makefile src/Makefile"
   

Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>