📄 output.0
字号:
# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements.case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;;esacdonefi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. INSTALL=$ac_install_sh fifiecho "$as_me:$LINENO: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'# Extract the first word of "python", so it can be a program name with args.set dummy python; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PYTHON+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $PYTHON in [\\/]* | ?:[\\/]*) ac_cv_path_PYTHON="$PYTHON" # 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_PYTHON="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiPYTHON=$ac_cv_path_PYTHONif test -n "$PYTHON"; then echo "$as_me:$LINENO: result: $PYTHON" >&5echo "${ECHO_T}$PYTHON" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -z "$PYTHON"; then { echo "$as_me:$LINENO: WARNING: No python executable found" >&5echo "$as_me: WARNING: No python executable found" >&2;}else if ! ${PYTHON} -c 'import sysif not hasattr(sys, "version_info") or sys.version_info < (2,3,0): sys.exit(1)'; then { echo "$as_me:$LINENO: WARNING: Your python version is too old for NAV, we require at least version 2.3.0" >&5echo "$as_me: WARNING: Your python version is too old for NAV, we require at least version 2.3.0" >&2;} fifi# Extract the first word of "cheetah", so it can be a program name with args.set dummy cheetah; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_CHEETAH+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $CHEETAH in [\\/]* | ?:[\\/]*) ac_cv_path_CHEETAH="$CHEETAH" # 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_CHEETAH="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiCHEETAH=$ac_cv_path_CHEETAHif test -n "$CHEETAH"; then echo "$as_me:$LINENO: result: $CHEETAH" >&5echo "${ECHO_T}$CHEETAH" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -z "$CHEETAH"; then { echo "$as_me:$LINENO: WARNING: No Cheetah found, you will be unable to build any web templates" >&5echo "$as_me: WARNING: No Cheetah found, you will be unable to build any web templates" >&2;}fi# Extract the first word of "ant", so it can be a program name with args.set dummy ant; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ANT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $ANT in [\\/]* | ?:[\\/]*) ac_cv_path_ANT="$ANT" # 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_ANT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiANT=$ac_cv_path_ANTif test -n "$ANT"; then echo "$as_me:$LINENO: result: $ANT" >&5echo "${ECHO_T}$ANT" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiif test -z "$ANT"; then { echo "$as_me:$LINENO: WARNING: No Ant found, you need this to build java software" >&5echo "$as_me: WARNING: No Ant found, you need this to build java software" >&2;}fi# Extract the first word of "sed", so it can be a program name with args.set dummy sed; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_SED+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $SED in [\\/]* | ?:[\\/]*) ac_cv_path_SED="$SED" # 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_SED="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiSED=$ac_cv_path_SEDif test -n "$SED"; then echo "$as_me:$LINENO: result: $SED" >&5echo "${ECHO_T}$SED" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi# Extract the first word of "grep", so it can be a program name with args.set dummy grep; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $GREP in [\\/]* | ?:[\\/]*) ac_cv_path_GREP="$GREP" # 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_GREP="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiGREP=$ac_cv_path_GREPif test -n "$GREP"; then echo "$as_me:$LINENO: result: $GREP" >&5echo "${ECHO_T}$GREP" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi# Extract the first word of "svn", so it can be a program name with args.set dummy svn; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_SVN+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $SVN in [\\/]* | ?:[\\/]*) ac_cv_path_SVN="$SVN" # 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_SVN="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone ;;esacfiSVN=$ac_cv_path_SVNif test -n "$SVN"; then echo "$as_me:$LINENO: result: $SVN" >&5echo "${ECHO_T}$SVN" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6finav_user=navcronwebapps='${prefix}/apache/webapps'webroot='${prefix}/apache/webroot'pythonlibdir='${libdir}/python'javalibdir='${libdir}/java'perllibdir='${libdir}/perl'initdir='${sysconfdir}/init.d'tooldir='${prefix}/apache/tools'docdir='${prefix}/doc'crondir='${sysconfdir}/cron.d'VERSION=`cat VERSION`if $GREP -q devel VERSION && ! test -z "$SVN" && test -e .svnthen VERSION=r`$SVN info . | $GREP ^Revision | $SED 's/[^0-9]//g'`fi ac_config_files="$ac_config_files Makefile doc/Makefile src/build.properties src/eventEngine/eventengine src/getDeviceData/getDeviceData src/getDeviceData/getDeviceData.sh src/eventEngine/eventEngine.sh src/networkDiscovery/networkDiscovery.sh src/getBoksMacs/getBoksMacs.sh src/Makefile subsystem/dbTools/Makefile subsystem/pyproxy/Makefile subsystem/lib-perl/Makefile subsystem/lib-python/Makefile subsystem/webFront/Makefile subsystem/devBrowser/Makefile subsystem/ipinfo/Makefile subsystem/ipinfo/templates/Makefile subsystem/statemon/Makefile subsystem/statemon/pping subsystem/statemon/servicemon subsystem/editdb/Makefile subsystem/editdb/src/Makefile subsystem/status/Makefile subsystem/status/src/Makefile subsystem/maintenance/Makefile subsystem/messages/Makefile subsystem/l2trace/Makefile subsystem/l2trace/src/Makefile subsystem/logger/src/Makefile subsystem/logger/templates/Makefile subsystem/logger/bin/Makefile subsystem/logger/conf/Makefile subsystem/logger/Makefile subsystem/deviceManagement/src/Makefile subsystem/deviceManagement/Makefile subsystem/machinetracker/src/Makefile subsystem/machinetracker/Makefile subsystem/report/src/Makefile subsystem/report/Makefile subsystem/alertprofiles/Makefile subsystem/alertEngine/Makefile subsystem/alertEngine/alertengine subsystem/webFront/templates/Makefile subsystem/thresholdMon/Makefile subsystem/smsd/smsd subsystem/startstop/Makefile subsystem/startstop/functions subsystem/arnold/Makefile subsystem/statTools/Makefile subsystem/statTools/sortedStats/Makefile subsystem/smsd/Makefile"cat >confcache <<\_ACEOF# This file is a shell script that caches the results of configure# tests run on this system so they can be shared between configure# scripts and configure runs, see configure's option --config-cache.# It is not useful on other systems. If it contains results you don't# want to keep, you may remove or edit it.## config.status only pays attention to the cache file if you give it# the --recheck option to rerun configure.## `ac_cv_env_foo' variables (set or unset) will be overridden when# loading this file, other *unset* `ac_cv_foo' will be assigned the# following values._ACEOF# The following way of writing the cache mishandles newlines in values,# but we know of no workaround that is simple, portable, and efficient.# So, don't put newlines in cache variables' values.# Ultrix sh set writes to stderr and can't be redirected directly,# and sets the high bit in the cache file unless we assign to the vars.{ (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac;} | sed ' t clear : clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcacheif diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fifirm -f confcachetest "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# VPATH may cause trouble with some makes, so we remove $(srcdir),# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -