📄 output.0
字号:
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:$LINENO: 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. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GNOME_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone 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:$LINENO: result: $GNOME_CONFIG" >&5echo "${ECHO_T}$GNOME_CONFIG" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi if test "$GNOME_CONFIG" = "no"; then no_gnome_config="yes" else echo "$as_me:$LINENO: 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:$LINENO: 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:$LINENO: 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. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ORBIT_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone 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:$LINENO: result: $ORBIT_CONFIG" >&5echo "${ECHO_T}$ORBIT_CONFIG" >&6else echo "$as_me:$LINENO: 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:$LINENO: 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. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ORBIT_IDL="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone 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:$LINENO: result: $ORBIT_IDL" >&5echo "${ECHO_T}$ORBIT_IDL" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi echo "$as_me:$LINENO: 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 fi fiecho "$as_me:$LINENO: result: $gnome_cv_orbit_found" >&5echo "${ECHO_T}$gnome_cv_orbit_found" >&6 if 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:$LINENO: 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:$LINENO: 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 fi fiecho "$as_me:$LINENO: result: $gnome_cv_gnorba_found" >&5echo "${ECHO_T}$gnome_cv_gnorba_found" >&6 if 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:$LINENO: 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:$LINENO: 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:$LINENO: 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:$LINENO: result: found" >&5echo "${ECHO_T}found" >&6 echo "loading gnome configuration from" \ "$gnome_prefix/gnomeConf.sh" . $gnome_prefix/gnomeConf.sh else echo "$as_me:$LINENO: result: not found" >&5echo "${ECHO_T}not found" >&6 if test xfail = xfail; then { { echo "$as_me:$LINENO: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" >&5echo "$as_me: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" >&2;} { (exit 1); exit 1; }; } fi fi fi fi if test -n ""; then n="" for i in $n; do echo "$as_me:$LINENO: checking extra library \"$i\"" >&5echo $ECHO_N "checking extra library \"$i\"... $ECHO_C" >&6 case $i in applets) GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets` echo "$as_me:$LINENO: result: $GNOME_APPLETS_LIBS" >&5echo "${ECHO_T}$GNOME_APPLETS_LIBS" >&6;; docklets) GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets` echo "$as_me:$LINENO: result: $GNOME_DOCKLETS_LIBS" >&5echo "${ECHO_T}$GNOME_DOCKLETS_LIBS" >&6;; capplet) GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet` echo "$as_me:$LINENO: result: $GNOME_CAPPLET_LIBS" >&5echo "${ECHO_T}$GNOME_CAPPLET_LIBS" >&6;; *) echo "$as_me:$LINENO: result: unknown library" >&5echo "${ECHO_T}unknown library" >&6 esac EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i` GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR" done 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_gnuif test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.set dummy ${ac_tool_prefix}gcc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedonefifiCC=$ac_cv_prog_CCif test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi CC=$ac_ct_CCelse CC="$ac_cv_prog_CC"fiif test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.set dummy ${ac_tool_prefix}cc; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_e
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -