Changeset 18507 for trunk/FACT++/configure
- Timestamp:
- 05/23/16 17:20:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r17178 r18507 660 660 HAS_DOXYGEN_FALSE 661 661 HAS_DOXYGEN_TRUE 662 HAS_CURL_FALSE 663 HAS_CURL_TRUE 662 664 HAS_MAILX_FALSE 663 665 HAS_MAILX_TRUE … … 672 674 HAS_COLORDIFF_FALSE 673 675 HAS_COLORDIFF_TRUE 676 CURL 674 677 MAILX 675 678 JSDOC … … 832 835 RANLIB 833 836 STRIP 834 ac_ct_AR835 AR836 837 DLLTOOL 837 838 OBJDUMP … … 852 853 build 853 854 LIBTOOL 855 ac_ct_AR 856 AR 854 857 DBUS_LIBS 855 858 DBUS_CFLAGS … … 2884 2887 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2885 2888 2886 2889 # /usr/share/libtool/config /usr/share/automake-x.xx 2887 2890 2888 2891 # Make sure none of the following will set -O2 … … 4929 4932 # Setup the libtool and the language 4930 4933 ###################################################################### 4934 4935 # expand $ac_aux_dir to an absolute path 4936 am_aux_dir=`cd $ac_aux_dir && pwd` 4937 4938 if test -n "$ac_tool_prefix"; then 4939 for ac_prog in ar lib "link -lib" 4940 do 4941 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4942 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4944 $as_echo_n "checking for $ac_word... " >&6; } 4945 if ${ac_cv_prog_AR+:} false; then : 4946 $as_echo_n "(cached) " >&6 4947 else 4948 if test -n "$AR"; then 4949 ac_cv_prog_AR="$AR" # Let the user override the test. 4950 else 4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4952 for as_dir in $PATH 4953 do 4954 IFS=$as_save_IFS 4955 test -z "$as_dir" && as_dir=. 4956 for ac_exec_ext in '' $ac_executable_extensions; do 4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4958 ac_cv_prog_AR="$ac_tool_prefix$ac_prog" 4959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4960 break 2 4961 fi 4962 done 4963 done 4964 IFS=$as_save_IFS 4965 4966 fi 4967 fi 4968 AR=$ac_cv_prog_AR 4969 if test -n "$AR"; then 4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 4971 $as_echo "$AR" >&6; } 4972 else 4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4974 $as_echo "no" >&6; } 4975 fi 4976 4977 4978 test -n "$AR" && break 4979 done 4980 fi 4981 if test -z "$AR"; then 4982 ac_ct_AR=$AR 4983 for ac_prog in ar lib "link -lib" 4984 do 4985 # Extract the first word of "$ac_prog", so it can be a program name with args. 4986 set dummy $ac_prog; ac_word=$2 4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4988 $as_echo_n "checking for $ac_word... " >&6; } 4989 if ${ac_cv_prog_ac_ct_AR+:} false; then : 4990 $as_echo_n "(cached) " >&6 4991 else 4992 if test -n "$ac_ct_AR"; then 4993 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 4994 else 4995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4996 for as_dir in $PATH 4997 do 4998 IFS=$as_save_IFS 4999 test -z "$as_dir" && as_dir=. 5000 for ac_exec_ext in '' $ac_executable_extensions; do 5001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5002 ac_cv_prog_ac_ct_AR="$ac_prog" 5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5004 break 2 5005 fi 5006 done 5007 done 5008 IFS=$as_save_IFS 5009 5010 fi 5011 fi 5012 ac_ct_AR=$ac_cv_prog_ac_ct_AR 5013 if test -n "$ac_ct_AR"; then 5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 5015 $as_echo "$ac_ct_AR" >&6; } 5016 else 5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5018 $as_echo "no" >&6; } 5019 fi 5020 5021 5022 test -n "$ac_ct_AR" && break 5023 done 5024 5025 if test "x$ac_ct_AR" = x; then 5026 AR="false" 5027 else 5028 case $cross_compiling:$ac_tool_warned in 5029 yes:) 5030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5032 ac_tool_warned=yes ;; 5033 esac 5034 AR=$ac_ct_AR 5035 fi 5036 fi 5037 5038 : ${AR=ar} 5039 5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 5041 $as_echo_n "checking the archiver ($AR) interface... " >&6; } 5042 if ${am_cv_ar_interface+:} false; then : 5043 $as_echo_n "(cached) " >&6 5044 else 5045 am_cv_ar_interface=ar 5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5047 /* end confdefs.h. */ 5048 int some_variable = 0; 5049 _ACEOF 5050 if ac_fn_c_try_compile "$LINENO"; then : 5051 am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' 5052 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 5053 (eval $am_ar_try) 2>&5 5054 ac_status=$? 5055 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5056 test $ac_status = 0; } 5057 if test "$ac_status" -eq 0; then 5058 am_cv_ar_interface=ar 5059 else 5060 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5' 5061 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 5062 (eval $am_ar_try) 2>&5 5063 ac_status=$? 5064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5065 test $ac_status = 0; } 5066 if test "$ac_status" -eq 0; then 5067 am_cv_ar_interface=lib 5068 else 5069 am_cv_ar_interface=unknown 5070 fi 5071 fi 5072 rm -f conftest.lib libconftest.a 5073 5074 fi 5075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5076 5077 fi 5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 5079 $as_echo "$am_cv_ar_interface" >&6; } 5080 5081 case $am_cv_ar_interface in 5082 ar) 5083 ;; 5084 lib) 5085 # Microsoft lib, so override with the ar-lib wrapper script. 5086 # FIXME: It is wrong to rewrite AR. 5087 # But if we don't then we get into trouble of one sort or another. 5088 # A longer-term fix would be to have automake use am__AR in this case, 5089 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something 5090 # similar. 5091 AR="$am_aux_dir/ar-lib $AR" 5092 ;; 5093 unknown) 5094 as_fn_error $? "could not determine $AR interface" "$LINENO" 5 5095 ;; 5096 esac 4931 5097 4932 5098 case `pwd` in … … 15502 15668 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 15503 15669 15504 # expand $ac_aux_dir to an absolute path15505 am_aux_dir=`cd $ac_aux_dir && pwd`15506 15507 15670 if test x"${MISSING+set}" != xset; then 15508 15671 case $am_aux_dir in … … 18480 18643 case "${host_cpu}-${host_os}" in 18481 18644 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; 18482 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; 18645 *-osf* | *-hpux*) flag="-D_REENTRANT";; 18646 *solaris*) 18647 if test "$GCC" = "yes"; then 18648 flag="-D_REENTRANT" 18649 else 18650 flag="-mt -D_REENTRANT" 18651 fi 18652 ;; 18483 18653 esac 18484 18654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 … … 19796 19966 fi 19797 19967 19968 # Required in did.c 19969 LDFLAGS+=" -lXt -lX11 " 19970 19798 19971 # Check for zlib and exit with error if not found (defines HAVE_LIBZ) 19799 19972 … … 23970 24143 23971 24144 cat > conftest.$ac_ext <<EOF 23972 #line 2 3972"configure"24145 #line 24145 "configure" 23973 24146 #include "confdefs.h" 23974 24147 #include <qglobal.h> … … 24135 24308 # This allows to list the QT4 stuff independantly later 24136 24309 CPPFLAGS+=" "${QT4_INCLUDES}" " 24310 LDFLAGS+=" -lQtCore " 24137 24311 24138 24312 … … 24622 24796 24623 24797 ROOTCPPFLAGS=$ROOTCFLAGS" "$ROOTAUXCFLAGS 24624 ROOTLDFLAGS="-L"$ROOTLIBDIR " -lGQt"24798 ROOTLDFLAGS="-L"$ROOTLIBDIR 24625 24799 24626 24800 #AC_CHECK_PROG(HAVE_ROOT_QT, libGQt.so.$ROOTSOVERSION, yes, no, $ROOTLIBDIR) … … 24876 25050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAILX" >&5 24877 25051 $as_echo "$MAILX" >&6; } 25052 else 25053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 25054 $as_echo "no" >&6; } 25055 fi 25056 25057 25058 # Extract the first word of "curl", so it can be a program name with args. 25059 set dummy curl; ac_word=$2 25060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 25061 $as_echo_n "checking for $ac_word... " >&6; } 25062 if ${ac_cv_prog_CURL+:} false; then : 25063 $as_echo_n "(cached) " >&6 25064 else 25065 if test -n "$CURL"; then 25066 ac_cv_prog_CURL="$CURL" # Let the user override the test. 25067 else 25068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 25069 for as_dir in $PATH 25070 do 25071 IFS=$as_save_IFS 25072 test -z "$as_dir" && as_dir=. 25073 for ac_exec_ext in '' $ac_executable_extensions; do 25074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 25075 ac_cv_prog_CURL="yes" 25076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 25077 break 2 25078 fi 25079 done 25080 done 25081 IFS=$as_save_IFS 25082 25083 test -z "$ac_cv_prog_CURL" && ac_cv_prog_CURL="no" 25084 fi 25085 fi 25086 CURL=$ac_cv_prog_CURL 25087 if test -n "$CURL"; then 25088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CURL" >&5 25089 $as_echo "$CURL" >&6; } 24878 25090 else 24879 25091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 24956 25168 fi 24957 25169 25170 if test "$CURL" = yes; then 25171 HAS_CURL_TRUE= 25172 HAS_CURL_FALSE='#' 25173 else 25174 HAS_CURL_TRUE='#' 25175 HAS_CURL_FALSE= 25176 fi 25177 24958 25178 if test "$DX_DOXYGEN"; then 24959 25179 HAS_DOXYGEN_TRUE= … … 25165 25385 if test -z "$HAS_MAILX_TRUE"; then : 25166 25386 $as_echo "#define HAVE_MAILX 1" >>confdefs.h 25387 25388 fi 25389 if test -z "$HAS_CURL_TRUE"; then : 25390 $as_echo "#define HAVE_CURL 1" >>confdefs.h 25167 25391 25168 25392 fi … … 25411 25635 if test -z "${HAS_MAILX_TRUE}" && test -z "${HAS_MAILX_FALSE}"; then 25412 25636 as_fn_error $? "conditional \"HAS_MAILX\" was never defined. 25637 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25638 fi 25639 if test -z "${HAS_CURL_TRUE}" && test -z "${HAS_CURL_FALSE}"; then 25640 as_fn_error $? "conditional \"HAS_CURL\" was never defined. 25413 25641 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25414 25642 fi … … 28007 28235 28008 28236 fi 28009 28010 if test -z "$HAS_LIBXP_TRUE"; then :28011 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&528012 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&6;}28013 else28014 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: no" >&528015 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: no" >&6;}28016 28017 fi28018 28237 if test -z "$HAS_COLORDIFF_TRUE"; then : 28019 28238 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: yes" >&5 … … 28040 28259 { $as_echo "$as_me:${as_lineno-$LINENO}: Mail support / 'mailx' found: no" >&5 28041 28260 $as_echo "$as_me: Mail support / 'mailx' found: no" >&6;} 28261 28262 fi 28263 if test -z "$HAS_CURL_TRUE"; then : 28264 { $as_echo "$as_me:${as_lineno-$LINENO}: Curl support / 'curl' found: yes" >&5 28265 $as_echo "$as_me: Curl support / 'curl' found: yes" >&6;} 28266 else 28267 { $as_echo "$as_me:${as_lineno-$LINENO}: Curl support / 'curl' found: no" >&5 28268 $as_echo "$as_me: Curl support / 'curl' found: no" >&6;} 28042 28269 28043 28270 fi … … 28204 28431 28205 28432 fi 28433 else 28434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: root not found - ROOT support disabled." >&5 28435 $as_echo "$as_me: WARNING: root not found - ROOT support disabled." >&2;} 28206 28436 28207 28437 fi … … 28248 28478 $as_echo "$as_me: WARNING: JavaScript documentation disabled!" >&2;} 28249 28479 fi 28480 if test -z "$HAS_MAILX_TRUE"; then : 28481 else 28482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Mail functionality in JavaScript disabled!" >&5 28483 $as_echo "$as_me: WARNING: Mail functionality in JavaScript disabled!" >&2;} 28484 fi 28485 if test -z "$HAS_CURL_TRUE"; then : 28486 else 28487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Curl functionality in JavaScript disabled!" >&5 28488 $as_echo "$as_me: WARNING: Curl functionality in JavaScript disabled!" >&2;} 28489 fi 28250 28490 if test -z "$HAS_SQL_TRUE"; then : 28251 28491 else
Note:
See TracChangeset
for help on using the changeset viewer.