⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 dml-2.2.5.b8.tar.gz(xml, html document)
💻
📖 第 1 页 / 共 5 页
字号:
)    echo    cat <<\_ASBOX## ----------------- #### Output variables. #### ----------------- ##_ASBOX    echo    for ac_var in $ac_subst_vars    do      eval ac_val=\$$ac_var      case $ac_val in      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;      esac      echo "$ac_var='\''$ac_val'\''"    done | sort    echo    if test -n "$ac_subst_files"; then      cat <<\_ASBOX## ------------------- #### File substitutions. #### ------------------- ##_ASBOX      echo      for ac_var in $ac_subst_files      do	eval ac_val=\$$ac_var	case $ac_val in	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;	esac	echo "$ac_var='\''$ac_val'\''"      done | sort      echo    fi    if test -s confdefs.h; then      cat <<\_ASBOX## ----------- #### confdefs.h. #### ----------- ##_ASBOX      echo      cat confdefs.h      echo    fi    test "$ac_signal" != 0 &&      echo "$as_me: caught signal $ac_signal"    echo "$as_me: exit $exit_status"  } >&5  rm -f core *.core core.conftest.* &&    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&    exit $exit_status' 0for ac_signal in 1 2 13 15; do  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signaldoneac_signal=0# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -f -r conftest* confdefs.h# Predefined preprocessor variables.cat >>confdefs.h <<_ACEOF#define PACKAGE_NAME "$PACKAGE_NAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_TARNAME "$PACKAGE_TARNAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_VERSION "$PACKAGE_VERSION"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_STRING "$PACKAGE_STRING"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"_ACEOF# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -n "$CONFIG_SITE"; then  set x "$CONFIG_SITE"elif test "x$prefix" != xNONE; then  set x "$prefix/share/config.site" "$prefix/etc/config.site"else  set x "$ac_default_prefix/share/config.site" \	"$ac_default_prefix/etc/config.site"fishiftfor ac_site_filedo  if test -r "$ac_site_file"; then    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}    sed 's/^/| /' "$ac_site_file" >&5    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  # Some versions of bash will fail to source /dev/null (special  # files actually), so we avoid doing that.  if test -f "$cache_file"; then    { echo "$as_me:$LINENO: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}    case $cache_file in      [\\/]* | ?:[\\/]* ) . "$cache_file";;      *)                      . "./$cache_file";;    esac  fielse  { echo "$as_me:$LINENO: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}  >$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in $ac_precious_vars; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val=\$ac_cv_env_${ac_var}_value  eval ac_new_val=\$ac_env_${ac_var}_value  case $ac_old_set,$ac_new_set in    set,)      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,set)      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,);;    *)      if test "x$ac_old_val" != "x$ac_new_val"; then	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5echo "$as_me:   current value: $ac_new_val" >&2;}	ac_cache_corrupted=:      fi;;  esac  # Pass precious variables to config.status.  if test "$ac_new_set" = set; then    case $ac_new_val in    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;    *) ac_arg=$ac_var=$ac_new_val ;;    esac    case " $ac_configure_args " in      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuVERBOSE=">>"# Check whether --enable-verbose was given.if test "${enable_verbose+set}" = set; then  enableval=$enable_verbose; VERBOSE="| tee -a"fiTMP_LOGDATE="`date '+%m%d%y%H%M'`"TMP_LOGFILE="cleanup-$TMP_LOGDATE.log"# Check whether --enable-backup was given.if test "${enable_backup+set}" = set; then  enableval=$enable_backup; ac_backup=yesif test -f "../bin/dml-gui" -o -f "../conf/config.xml" ; then	echo "*** cleaning up old files ***"	echo "*** cleaning up old files ***" > $TMP_LOGFILE	echo ""	echo "" >> $TMP_LOGFILE	echo "backup ./dml.$TMP_LOGDATE" >> $TMP_LOGFILE	eval "mv -f ../bin/dml ./dml.$TMP_LOGDATE"	echo "backup ./dml-gui.$TMP_LOGDATE" >> $TMP_LOGFILE	eval "mv -f ../bin/dml-gui ./dml-gui.$TMP_LOGDATE"	echo "backup ./dml-ls.$TMP_LOGDATE" >> $TMP_LOGFILE	eval "mv -f ../bin/dml-ls ./dml-ls.$TMP_LOGDATE"	echo "backup ./dml-status.$TMP_LOGDATE" >> $TMP_LOGFILE	eval "mv -f ../bin/dml-status ./dml-status.$TMP_LOGDATE"	echo "backup ./config.xml.$TMP_LOGDATE" >> $TMP_LOGFILE	eval "mv -f ../conf/config.xml ./config.xml.$TMP_LOGDATE"	echo ""	echo "" >> $TMP_LOGFILEelse	{ echo "$as_me:$LINENO: WARNING: nothing to clean up" >&5echo "$as_me: WARNING: nothing to clean up" >&2;}fifiVer_separator (){	var1=$1	if test ! "$var1" ; then		var1=0	fi	var2=$2	if test ! "$var2" ; then		var2=0	fi	var3=$3	if test ! "$var3" ; then		var3=0	fi}Ver_getter (){	varget=$1	varget=`echo $varget | sed 's/\./ /g'`}OUTPUTFILES="../bin/dml:./dml.in/dml.in \../bin/dml-gui:./dml.in/dml-gui.in \../bin/dml-ls:./dml.in/dml-ls.in \../bin/dml-status:./dml.in/dml-status.in"HOST=`/bin/uname -n`ptmp=`pwd 2>&1`ptmp=`echo $tmp | sed 's%/setup%%'`MACHINE_SPEC=`/bin/uname -m`SYSTYPE=if test "X$MACHINE_SPEC" = "Xsun4u" ; then	SYSTYPE=SOLARISelif test "X$MACHINE_SPEC" = "Xi686" ; then	SYSTYPE=LINUXelif test "X$MACHINE_SPEC" = "Xi86pc" ; then	SYSTYPE=x86fiMODE=all# Check whether --enable-mode was given.if test "${enable_mode+set}" = set; then  enableval=$enable_mode; MODE=$enablevalfiDML_HOME=# Check whether --with-dml-home was given.if test "${with_dml_home+set}" = set; then  withval=$with_dml_home; if test -d $withval ; then	if test -f $withval/lib/dml.jar ; then		DML_HOME=$withval	else		{ echo "$as_me:$LINENO: WARNING: invalid DML_HOME path specified" >&5echo "$as_me: WARNING: invalid DML_HOME path specified" >&2;}	fififiif test "$DML_HOME" = "" ; then	{ echo "$as_me:$LINENO: checking for right DML_HOME path" >&5echo $ECHO_N "checking for right DML_HOME path... $ECHO_C" >&6; }	tmp=`pwd 2>&1`    tmp=`echo $tmp | sed 's%/setup%%'`	if test -f $tmp/lib/dml.jar ; then		DML_HOME=$tmp		{ echo "$as_me:$LINENO: result: DML_HOME found" >&5echo "${ECHO_T}DML_HOME found" >&6; }	else	    { echo "$as_me:$LINENO: result: DML_HOME not found" >&5echo "${ECHO_T}DML_HOME not found" >&6; }	fifiif test "$DML_HOME" = "" ; then	{ { echo "$as_me:$LINENO: error: DML_HOME is not set." >&5echo "$as_me: error: DML_HOME is not set." >&2;}   { (exit 1); exit 1; }; }fiJAVA_HOME=# Check whether --with-java-home was given.if test "${with_java_home+set}" = set; then  withval=$with_java_home; if test -d $withval -a -f $withval/bin/java ; then	JAVA_HOME=$withvalelse	{ echo "$as_me:$LINENO: WARNING: invalid JAVA path specified" >&5echo "$as_me: WARNING: invalid JAVA path specified" >&2;}fifiif test "$JAVA_HOME" = "" ; then	{ echo "$as_me:$LINENO: checking for correct JAVA path" >&5echo $ECHO_N "checking for correct JAVA path... $ECHO_C" >&6; }	tmp=`/usr/bin/which java 2>&1`	if test -f "$tmp" ; then		JAVA_HOME=`echo $tmp | sed 's%/bin/java%%'`		{ echo "$as_me:$LINENO: result: JAVA found" >&5echo "${ECHO_T}JAVA found" >&6; }	else		{ echo "$as_me:$LINENO: result: java not found" >&5echo "${ECHO_T}java not found" >&6; }	fifiif test "$JAVA_HOME" = "" ; then	{ { echo "$as_me:$LINENO: error: JAVA_HOME is not set" >&5echo "$as_me: error: JAVA_HOME is not set" >&2;}   { (exit 1); exit 1; }; }fiGLOBUS_TCP_PORT_RANGE=# Check whether --with-globus-tcp-port-range was given.if test "${with_globus_tcp_port_range+set}" = set; then  withval=$with_globus_tcp_port_range; GLOBUS_TCP_PORT_RANGE=$withvalfiif test -f $JAVA_HOME/bin/java -a -d "$JAVA_HOME"; then	j_ver=`$JAVA_HOME/bin/java -version 2>&1`	j_ver=`echo $j_ver | sed 's/[^0-9. ]//g'`	Ver_getter $j_ver	Ver_separator $varget	ver=	echo "current java version is $var1.$var2.$var3"if test 1 -lt $var1 ; then	ver=yeselif test 1 -eq $var1 -a 4 -lt $var2 ; then	ver=yeselif test 1 -eq $var1 -a 4 -eq $var2 -a 207 -le $var3 ; then	ver=yeselse	ver=nofi	{ echo "$as_me:$LINENO: checking for JAVA version ( > 1.4.2_07)" >&5echo $ECHO_N "checking for JAVA version ( > 1.4.2_07)... $ECHO_C" >&6; }	if test "$ver" = "yes" ; then		{ echo "$as_me:$LINENO: result: ok" >&5echo "${ECHO_T}ok" >&6; }	else		{ echo "$as_me:$LINENO: WARNING: invalid JAVA specified" >&5echo "$as_me: WARNING: invalid JAVA specified" >&2;}		{ echo "$as_me:$LINENO: result: higher version needed" >&5echo "${ECHO_T}higher version needed" >&6; }	    { { echo "$as_me:$LINENO: error: usable java version not found" >&5echo "$as_me: error: usable java version not found" >&2;}   { (exit 1); exit 1; }; }	fielse	{ { echo "$as_me:$LINENO: error: java not found" >&5echo "$as_me: error: java not found" >&2;}   { (exit 1); exit 1; }; }fiCONF_PATH=../conf/config.xml# Check whether --with-confpath was given.if test "${with_confpath+set}" = set; then  withval=$with_confpath; CONF_PATH=$withvalfiCERT_FILE_PATH=# Check whether --with-certfile-path was given.if test "${with_certfile_path+set}" = set; then  withval=$with_certfile_path; if test -f $withval ; then     CERT_FILE_PATH=$withvalelse     { echo "$as_me:$LINENO: WARNING: invalid CertFileName path specified" >&5echo "$as_me: WARNING: invalid CertFileName path specified" >&2;}fifiKEY_FILE_PATH=# Check whether --with-keyfile-path was given.if test "${with_keyfile_path+set}" = set; then  withval=$with_keyfile_path; if test -f $withval ; then     KEY_FILE_PATH=$withvalelse     { echo "$as_me:$LINENO: WARNING: invalid KeyFileName path specified" >&5echo "$as_me: WARNING: invalid KeyFileName path specified" >&2;}fifiPROXY_FILE_PATH=# Check whether --with-proxyfile-path was given.if test "${with_proxyfile_path+set}" = set; then  withval=$with_proxyfile_path; if test -f $withval ; then     PROXY_FILE_PATH=$withvalelse     { echo "$as_me:$LINENO: WARNING: invalid ProxyFileName path specified" >&5echo "$as_me: WARNING: invalid ProxyFileName path specified" >&2;}fifiDEBUGLEVEL=5000# Check whether --with-debug-level was given.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -