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

📄 configure

📁 Gnome的一个单人纸牌游戏。
💻
📖 第 1 页 / 共 5 页
字号:
EOFcat >>confdefs.h <<EOF#define VERSION "$VERSION"EOF# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}AMTAR=${AMTAR-"${am_missing_run}tar"}install_sh=${install_sh-"$am_aux_dir/install-sh"}# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.if test "$cross_compiling" != no; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.set dummy ${ac_tool_prefix}strip; ac_word=$2echo "$as_me:1267: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$STRIP"; then  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_STRIP="${ac_tool_prefix}strip"echo "$as_me:1282: found $ac_dir/$ac_word" >&5breakdonefifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; then  echo "$as_me:1290: result: $STRIP" >&5echo "${ECHO_T}$STRIP" >&6else  echo "$as_me:1293: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_STRIP"; then  ac_ct_STRIP=$STRIP  # Extract the first word of "strip", so it can be a program name with args.set dummy strip; ac_word=$2echo "$as_me:1302: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_STRIP"; then  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_ac_ct_STRIP="strip"echo "$as_me:1317: found $ac_dir/$ac_word" >&5breakdone  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"fifiac_ct_STRIP=$ac_cv_prog_ac_ct_STRIPif test -n "$ac_ct_STRIP"; then  echo "$as_me:1326: result: $ac_ct_STRIP" >&5echo "${ECHO_T}$ac_ct_STRIP" >&6else  echo "$as_me:1329: result: no" >&5echo "${ECHO_T}no" >&6fi  STRIP=$ac_ct_STRIPelse  STRIP="$ac_cv_prog_STRIP"fifiINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"# We need awk for the "check" target.  The system "awk" is bad on# some platforms.echo "$as_me:1344: checking whether to enable maintainer-specific portions of Makefiles" >&5echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.if test "${enable_maintainer_mode+set}" = set; then  enableval="$enable_maintainer_mode"  USE_MAINTAINER_MODE=$enablevalelse  USE_MAINTAINER_MODE=nofi;  echo "$as_me:1353: result: $USE_MAINTAINER_MODE" >&5echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6if test $USE_MAINTAINER_MODE = yes; then  MAINTAINER_MODE_TRUE=  MAINTAINER_MODE_FALSE='#'else  MAINTAINER_MODE_TRUE='#'  MAINTAINER_MODE_FALSE=fi  MAINT=$MAINTAINER_MODE_TRUEif false; then  INSIDE_GNOME_COMMON_TRUE=  INSIDE_GNOME_COMMON_FALSE='#'else  INSIDE_GNOME_COMMON_TRUE='#'  INSIDE_GNOME_COMMON_FALSE=fi	test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"	for k in macros ; do ACLOCAL="$ACLOCAL -I $k" ; done# Check whether --with-gnome-includes or --without-gnome-includes was given.if test "${with_gnome_includes+set}" = set; then  withval="$with_gnome_includes"	CFLAGS="$CFLAGS -I$withval"fi;# Check whether --with-gnome-libs or --without-gnome-libs was given.if test "${with_gnome_libs+set}" = set; then  withval="$with_gnome_libs"	LDFLAGS="$LDFLAGS -L$withval"	gnome_prefix=$withvalfi;# Check whether --with-gnome or --without-gnome was given.if test "${with_gnome+set}" = set; then  withval="$with_gnome"  if test x$withval = xyes; then	    		want_gnome=yes	    						    		:        	else	    		if test "x$withval" = xno; then	        		want_gnome=no	    		else	        		want_gnome=yes	    			LDFLAGS="$LDFLAGS -L$withval/lib"	    			CFLAGS="$CFLAGS -I$withval/include"	    			gnome_prefix=$withval/lib	    		fi  		fielse  want_gnome=yesfi;	if test "x$want_gnome" = xyes; then	    # Extract the first word of "gnome-config", so it can be a program name with args.set dummy gnome-config; ac_word=$2echo "$as_me:1419: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_GNOME_CONFIG+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $GNOME_CONFIG in  [\\/]* | ?:[\\/]*)  ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path.  ;;  *)  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  if $as_executable_p "$ac_dir/$ac_word"; then   ac_cv_path_GNOME_CONFIG="$ac_dir/$ac_word"   echo "$as_me:1436: found $ac_dir/$ac_word" >&5   breakfidone  test -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no"  ;;esacfiGNOME_CONFIG=$ac_cv_path_GNOME_CONFIGif test -n "$GNOME_CONFIG"; then  echo "$as_me:1448: result: $GNOME_CONFIG" >&5echo "${ECHO_T}$GNOME_CONFIG" >&6else  echo "$as_me:1451: result: no" >&5echo "${ECHO_T}no" >&6fi	    if test "$GNOME_CONFIG" = "no"; then	      no_gnome_config="yes"	    else	      echo "$as_me:1458: checking if $GNOME_CONFIG works" >&5echo $ECHO_N "checking if $GNOME_CONFIG works... $ECHO_C" >&6	      if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then	        echo "$as_me:1461: result: yes" >&5echo "${ECHO_T}yes" >&6	# Extract the first word of "orbit-config", so it can be a program name with args.set dummy orbit-config; ac_word=$2echo "$as_me:1466: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ORBIT_CONFIG+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $ORBIT_CONFIG in  [\\/]* | ?:[\\/]*)  ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a path.  ;;  *)  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  if $as_executable_p "$ac_dir/$ac_word"; then   ac_cv_path_ORBIT_CONFIG="$ac_dir/$ac_word"   echo "$as_me:1483: found $ac_dir/$ac_word" >&5   breakfidone  test -z "$ac_cv_path_ORBIT_CONFIG" && ac_cv_path_ORBIT_CONFIG="no"  ;;esacfiORBIT_CONFIG=$ac_cv_path_ORBIT_CONFIGif test -n "$ORBIT_CONFIG"; then  echo "$as_me:1495: result: $ORBIT_CONFIG" >&5echo "${ECHO_T}$ORBIT_CONFIG" >&6else  echo "$as_me:1498: result: no" >&5echo "${ECHO_T}no" >&6fi	# Extract the first word of "orbit-idl", so it can be a program name with args.set dummy orbit-idl; ac_word=$2echo "$as_me:1504: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ORBIT_IDL+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $ORBIT_IDL in  [\\/]* | ?:[\\/]*)  ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a path.  ;;  *)  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  if $as_executable_p "$ac_dir/$ac_word"; then   ac_cv_path_ORBIT_IDL="$ac_dir/$ac_word"   echo "$as_me:1521: found $ac_dir/$ac_word" >&5   breakfidone  test -z "$ac_cv_path_ORBIT_IDL" && ac_cv_path_ORBIT_IDL="no"  ;;esacfiORBIT_IDL=$ac_cv_path_ORBIT_IDLif test -n "$ORBIT_IDL"; then  echo "$as_me:1533: result: $ORBIT_IDL" >&5echo "${ECHO_T}$ORBIT_IDL" >&6else  echo "$as_me:1536: result: no" >&5echo "${ECHO_T}no" >&6fi	echo "$as_me:1540: checking for working ORBit environment" >&5echo $ECHO_N "checking for working ORBit environment... $ECHO_C" >&6if test "${gnome_cv_orbit_found+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else		if test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; then			gnome_cv_orbit_found=no		else			gnome_cv_orbit_found=yes		fifiecho "$as_me:1553: result: $gnome_cv_orbit_found" >&5echo "${ECHO_T}$gnome_cv_orbit_found" >&6if test x$gnome_cv_orbit_found = xyes; then  HAVE_ORBIT_TRUE=  HAVE_ORBIT_FALSE='#'else  HAVE_ORBIT_TRUE='#'  HAVE_ORBIT_FALSE=fi	if test x$gnome_cv_orbit_found = xyes; then		ORBIT_CFLAGS=`orbit-config --cflags client server`		ORBIT_LIBS=`orbit-config --use-service=name --libs client server`	else    		if test xfail = xfailure; then			{ { echo "$as_me:1571: error: ORBit not installed or installation problem" >&5echo "$as_me: error: ORBit not installed or installation problem" >&2;}   { (exit 1); exit 1; }; }    		fi	fi	echo "$as_me:1577: checking for gnorba libraries" >&5echo $ECHO_N "checking for gnorba libraries... $ECHO_C" >&6if test "${gnome_cv_gnorba_found+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else		gnome_cv_gnorba_found=no		if test x$gnome_cv_orbit_found = xyes; then			GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"			GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"			if test -n "$GNORBA_LIBS"; then				gnome_cv_gnorba_found=yes			fi		fifiecho "$as_me:1593: result: $gnome_cv_gnorba_found" >&5echo "${ECHO_T}$gnome_cv_gnorba_found" >&6if test x$gnome_cv_gnorba_found = xyes; then  HAVE_GNORBA_TRUE=  HAVE_GNORBA_FALSE='#'else  HAVE_GNORBA_TRUE='#'  HAVE_GNORBA_FALSE=fi	if test x$gnome_cv_orbit_found = xyes; then		GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"		GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"	else	    	if test xfail = xfailure; then			{ { echo "$as_me:1611: error: gnorba library not installed or installation problem" >&5echo "$as_me: error: gnorba library not installed or installation problem" >&2;}   { (exit 1); exit 1; }; }	    	fi	fi	        GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"	        GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"	        GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"	        GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"		ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`"	        GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`"	        GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`"	      else	        echo "$as_me:1626: result: no" >&5echo "${ECHO_T}no" >&6	        no_gnome_config="yes"              fi            fi	    if test x$exec_prefix = xNONE; then	        if test x$prefix = xNONE; then		    gnome_prefix=$ac_default_prefix/lib	        else 		    gnome_prefix=$prefix/lib	        fi	    else	        gnome_prefix=`eval echo \`echo $libdir\``	    fi	    if test "$no_gnome_config" = "yes"; then              echo "$as_me:1643: checking for gnomeConf.sh file in $gnome_prefix" >&5echo $ECHO_N "checking for gnomeConf.sh file in $gnome_prefix... $ECHO_C" >&6	      if test -f $gnome_prefix/gnomeConf.sh; then	        echo "$as_me:1646: result: found" >&5echo "${ECHO_T}found" >&6	        echo "loading gnome configuration from" \

⌨️ 快捷键说明

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