Changeset 10438 for trunk/FACT++/configure
- Timestamp:
- 04/20/11 23:24:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r10403 r10438 747 747 LTLIBOBJS 748 748 LIBOBJS 749 HAS_GUI_FALSE 750 HAS_GUI_TRUE 751 HAS_ROOT_QT_FALSE 752 HAS_ROOT_QT_TRUE 753 HAS_ROOT_FALSE 754 HAS_ROOT_TRUE 749 755 HAS_QT4_FALSE 750 756 HAS_QT4_TRUE … … 767 773 GROFF 768 774 COLORDIFF 775 ROOTLDFLAGS 776 ROOTCPPFLAGS 777 ROOTSOVERSION 778 ROOTVERSION 779 ROOTRPATH 780 ROOTAUXCFLAGS 781 ROOTAUXLIBS 782 ROOTGLIBS 783 ROOTLIBS 784 ROOTCFLAGS 785 ROOTINCDIR 786 ROOTLIBDIR 787 ROOTCINT 788 ROOTEXEC 789 ROOTCONF 769 790 RCC4 770 791 UIC4 … … 1023 1044 with_qt4_includes 1024 1045 with_qt4_libraries 1046 with_root 1047 with_rootsys 1025 1048 ' 1026 1049 ac_precious_vars='build_alias … … 1756 1779 --with-qt4-includes where the Qt 4 includes are 1757 1780 --with-qt4-libraries where the Qt 4 library is installed 1781 --without-root Disable root, i.e. disable gui support. 1782 --with-rootsys top of the ROOT installation directory 1758 1783 1759 1784 Some influential environment variables: … … 4420 4445 lt_cv_nm_interface="BSD nm" 4421 4446 echo "int some_variable = 0;" > conftest.$ac_ext 4422 (eval echo "\"\$as_me:44 22: $ac_compile\"" >&5)4447 (eval echo "\"\$as_me:4447: $ac_compile\"" >&5) 4423 4448 (eval "$ac_compile" 2>conftest.err) 4424 4449 cat conftest.err >&5 4425 (eval echo "\"\$as_me:44 25: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4450 (eval echo "\"\$as_me:4450: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4426 4451 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4427 4452 cat conftest.err >&5 4428 (eval echo "\"\$as_me:44 28: output\"" >&5)4453 (eval echo "\"\$as_me:4453: output\"" >&5) 4429 4454 cat conftest.out >&5 4430 4455 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 5632 5657 *-*-irix6*) 5633 5658 # Find out which ABI we are using. 5634 echo '#line 56 34"configure"' > conftest.$ac_ext5659 echo '#line 5659 "configure"' > conftest.$ac_ext 5635 5660 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5636 5661 (eval $ac_compile) 2>&5 … … 7560 7585 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7561 7586 -e 's:$: $lt_compiler_flag:'` 7562 (eval echo "\"\$as_me:75 62: $lt_compile\"" >&5)7587 (eval echo "\"\$as_me:7587: $lt_compile\"" >&5) 7563 7588 (eval "$lt_compile" 2>conftest.err) 7564 7589 ac_status=$? 7565 7590 cat conftest.err >&5 7566 echo "$as_me:75 66: \$? = $ac_status" >&57591 echo "$as_me:7591: \$? = $ac_status" >&5 7567 7592 if (exit $ac_status) && test -s "$ac_outfile"; then 7568 7593 # The compiler can only warn and ignore the option if not recognized … … 7899 7924 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7900 7925 -e 's:$: $lt_compiler_flag:'` 7901 (eval echo "\"\$as_me:79 01: $lt_compile\"" >&5)7926 (eval echo "\"\$as_me:7926: $lt_compile\"" >&5) 7902 7927 (eval "$lt_compile" 2>conftest.err) 7903 7928 ac_status=$? 7904 7929 cat conftest.err >&5 7905 echo "$as_me:79 05: \$? = $ac_status" >&57930 echo "$as_me:7930: \$? = $ac_status" >&5 7906 7931 if (exit $ac_status) && test -s "$ac_outfile"; then 7907 7932 # The compiler can only warn and ignore the option if not recognized … … 8004 8029 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8005 8030 -e 's:$: $lt_compiler_flag:'` 8006 (eval echo "\"\$as_me:80 06: $lt_compile\"" >&5)8031 (eval echo "\"\$as_me:8031: $lt_compile\"" >&5) 8007 8032 (eval "$lt_compile" 2>out/conftest.err) 8008 8033 ac_status=$? 8009 8034 cat out/conftest.err >&5 8010 echo "$as_me:80 10: \$? = $ac_status" >&58035 echo "$as_me:8035: \$? = $ac_status" >&5 8011 8036 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8012 8037 then … … 8059 8084 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8060 8085 -e 's:$: $lt_compiler_flag:'` 8061 (eval echo "\"\$as_me:80 61: $lt_compile\"" >&5)8086 (eval echo "\"\$as_me:8086: $lt_compile\"" >&5) 8062 8087 (eval "$lt_compile" 2>out/conftest.err) 8063 8088 ac_status=$? 8064 8089 cat out/conftest.err >&5 8065 echo "$as_me:80 65: \$? = $ac_status" >&58090 echo "$as_me:8090: \$? = $ac_status" >&5 8066 8091 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8067 8092 then … … 10443 10468 lt_status=$lt_dlunknown 10444 10469 cat > conftest.$ac_ext <<_LT_EOF 10445 #line 104 45"configure"10470 #line 10470 "configure" 10446 10471 #include "confdefs.h" 10447 10472 … … 10539 10564 lt_status=$lt_dlunknown 10540 10565 cat > conftest.$ac_ext <<_LT_EOF 10541 #line 105 41"configure"10566 #line 10566 "configure" 10542 10567 #include "confdefs.h" 10543 10568 … … 12495 12520 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12496 12521 -e 's:$: $lt_compiler_flag:'` 12497 (eval echo "\"\$as_me:12 497: $lt_compile\"" >&5)12522 (eval echo "\"\$as_me:12522: $lt_compile\"" >&5) 12498 12523 (eval "$lt_compile" 2>conftest.err) 12499 12524 ac_status=$? 12500 12525 cat conftest.err >&5 12501 echo "$as_me:125 01: \$? = $ac_status" >&512526 echo "$as_me:12526: \$? = $ac_status" >&5 12502 12527 if (exit $ac_status) && test -s "$ac_outfile"; then 12503 12528 # The compiler can only warn and ignore the option if not recognized … … 12594 12619 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12595 12620 -e 's:$: $lt_compiler_flag:'` 12596 (eval echo "\"\$as_me:12 596: $lt_compile\"" >&5)12621 (eval echo "\"\$as_me:12621: $lt_compile\"" >&5) 12597 12622 (eval "$lt_compile" 2>out/conftest.err) 12598 12623 ac_status=$? 12599 12624 cat out/conftest.err >&5 12600 echo "$as_me:126 00: \$? = $ac_status" >&512625 echo "$as_me:12625: \$? = $ac_status" >&5 12601 12626 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12602 12627 then … … 12646 12671 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12647 12672 -e 's:$: $lt_compiler_flag:'` 12648 (eval echo "\"\$as_me:126 48: $lt_compile\"" >&5)12673 (eval echo "\"\$as_me:12673: $lt_compile\"" >&5) 12649 12674 (eval "$lt_compile" 2>out/conftest.err) 12650 12675 ac_status=$? 12651 12676 cat out/conftest.err >&5 12652 echo "$as_me:126 52: \$? = $ac_status" >&512677 echo "$as_me:12677: \$? = $ac_status" >&5 12653 12678 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12654 12679 then … … 21531 21556 21532 21557 cat > conftest.$ac_ext <<EOF 21533 #line 215 33"configure"21558 #line 21558 "configure" 21534 21559 #include "confdefs.h" 21535 21560 #include <qglobal.h> … … 21694 21719 21695 21720 21696 #AC_CHECK_PROG(QT4_MOC, moc, moc,21697 # AC_MSG_ERROR([QT4 executable 'moc' not found in path.]))21698 #AC_CHECK_PROG(QT4_UIC, uic, uic,21699 # AC_MSG_ERROR([QT4 executable 'moc' not found in path.]))21700 21701 21721 ###################################################################### 21702 21722 # ROOT SUPPORT 21703 21723 ###################################################################### 21704 21724 21705 # ROOT_PATH([5.12/00, [ACTION-IF-FOUND, [ACTION-IF-NOT-FOUND]]]) 21706 # ROOT_PATH([5.12/00]) 21707 # ROOT_PATH(3.03/05, , AC_MSG_ERROR(Your ROOT version is too old)) 21708 # ROOT_PATH(, AC_DEFINE([HAVE_ROOT])) 21709 21710 # ROOTCONF full path to root-config 21711 # ROOTEXEC full path to root 21712 # ROOTCINT full path to rootcint 21713 # ROOTLIBDIR Where the ROOT libraries are 21714 # ROOTINCDIR Where the ROOT headers are 21715 # ROOTETCDIR Where the ROOT configuration is 21716 # ROOTCFLAGS Extra compiler flags 21717 # ROOTLIBS ROOT basic libraries 21718 # ROOTGLIBS ROOT basic + GUI libraries 21719 # ROOTAUXLIBS Auxilary libraries and linker flags for ROOT 21720 # ROOTAUXCFLAGS Auxilary compiler flags 21721 # ROOTRPATH Same as ROOTLIBDIR 21722 21725 21726 # Check whether --with-root was given. 21727 if test "${with_root+set}" = set; then : 21728 withval=$with_root; 21729 else 21730 21731 21732 # Check whether --with-rootsys was given. 21733 if test "${with_rootsys+set}" = set; then : 21734 withval=$with_rootsys; user_rootsys=$withval 21735 else 21736 user_rootsys="none" 21737 fi 21738 21739 if test ! x"$user_rootsys" = xnone; then 21740 rootbin="$user_rootsys" 21741 elif test ! x"$ROOTSYS" = x ; then 21742 rootbin="$ROOTSYS/bin" 21743 else 21744 rootbin=$PATH 21745 fi 21746 21747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for root in" >&5 21748 $as_echo_n "checking for root in... " >&6; } 21749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rootbin" >&5 21750 $as_echo "$rootbin" >&6; } 21751 21752 # Extract the first word of "root-config ", so it can be a program name with args. 21753 set dummy root-config ; ac_word=$2 21754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 21755 $as_echo_n "checking for $ac_word... " >&6; } 21756 if test "${ac_cv_path_ROOTCONF+set}" = set; then : 21757 $as_echo_n "(cached) " >&6 21758 else 21759 case $ROOTCONF in 21760 [\\/]* | ?:[\\/]*) 21761 ac_cv_path_ROOTCONF="$ROOTCONF" # Let the user override the test with a path. 21762 ;; 21763 *) 21764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 21765 for as_dir in $rootbin 21766 do 21767 IFS=$as_save_IFS 21768 test -z "$as_dir" && as_dir=. 21769 for ac_exec_ext in '' $ac_executable_extensions; do 21770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 21771 ac_cv_path_ROOTCONF="$as_dir/$ac_word$ac_exec_ext" 21772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 21773 break 2 21774 fi 21775 done 21776 done 21777 IFS=$as_save_IFS 21778 21779 test -z "$ac_cv_path_ROOTCONF" && ac_cv_path_ROOTCONF="no" 21780 ;; 21781 esac 21782 fi 21783 ROOTCONF=$ac_cv_path_ROOTCONF 21784 if test -n "$ROOTCONF"; then 21785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTCONF" >&5 21786 $as_echo "$ROOTCONF" >&6; } 21787 else 21788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 21789 $as_echo "no" >&6; } 21790 fi 21791 21792 21793 # Extract the first word of "root ", so it can be a program name with args. 21794 set dummy root ; ac_word=$2 21795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 21796 $as_echo_n "checking for $ac_word... " >&6; } 21797 if test "${ac_cv_path_ROOTEXEC+set}" = set; then : 21798 $as_echo_n "(cached) " >&6 21799 else 21800 case $ROOTEXEC in 21801 [\\/]* | ?:[\\/]*) 21802 ac_cv_path_ROOTEXEC="$ROOTEXEC" # Let the user override the test with a path. 21803 ;; 21804 *) 21805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 21806 for as_dir in $rootbin 21807 do 21808 IFS=$as_save_IFS 21809 test -z "$as_dir" && as_dir=. 21810 for ac_exec_ext in '' $ac_executable_extensions; do 21811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 21812 ac_cv_path_ROOTEXEC="$as_dir/$ac_word$ac_exec_ext" 21813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 21814 break 2 21815 fi 21816 done 21817 done 21818 IFS=$as_save_IFS 21819 21820 test -z "$ac_cv_path_ROOTEXEC" && ac_cv_path_ROOTEXEC="no" 21821 ;; 21822 esac 21823 fi 21824 ROOTEXEC=$ac_cv_path_ROOTEXEC 21825 if test -n "$ROOTEXEC"; then 21826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTEXEC" >&5 21827 $as_echo "$ROOTEXEC" >&6; } 21828 else 21829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 21830 $as_echo "no" >&6; } 21831 fi 21832 21833 21834 # Extract the first word of "rootcint ", so it can be a program name with args. 21835 set dummy rootcint ; ac_word=$2 21836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 21837 $as_echo_n "checking for $ac_word... " >&6; } 21838 if test "${ac_cv_path_ROOTCINT+set}" = set; then : 21839 $as_echo_n "(cached) " >&6 21840 else 21841 case $ROOTCINT in 21842 [\\/]* | ?:[\\/]*) 21843 ac_cv_path_ROOTCINT="$ROOTCINT" # Let the user override the test with a path. 21844 ;; 21845 *) 21846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 21847 for as_dir in $rootbin 21848 do 21849 IFS=$as_save_IFS 21850 test -z "$as_dir" && as_dir=. 21851 for ac_exec_ext in '' $ac_executable_extensions; do 21852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 21853 ac_cv_path_ROOTCINT="$as_dir/$ac_word$ac_exec_ext" 21854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 21855 break 2 21856 fi 21857 done 21858 done 21859 IFS=$as_save_IFS 21860 21861 test -z "$ac_cv_path_ROOTCINT" && ac_cv_path_ROOTCINT="no" 21862 ;; 21863 esac 21864 fi 21865 ROOTCINT=$ac_cv_path_ROOTCINT 21866 if test -n "$ROOTCINT"; then 21867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTCINT" >&5 21868 $as_echo "$ROOTCINT" >&6; } 21869 else 21870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 21871 $as_echo "no" >&6; } 21872 fi 21873 21874 21875 21876 if test ! x"$ROOTCONF" = "xno" && \ 21877 test ! x"$ROOTCINT" = "xno" ; then 21878 21879 # define some variables 21880 ROOTLIBDIR=`$ROOTCONF --libdir` 21881 ROOTINCDIR=`$ROOTCONF --incdir` 21882 # ROOTETCDIR=`$ROOTCONF --etcdir` 21883 ROOTCFLAGS=`$ROOTCONF --noauxcflags --cflags` 21884 ROOTLIBS=`$ROOTCONF --noauxlibs --noldflags --libs` 21885 ROOTGLIBS=`$ROOTCONF --noauxlibs --noldflags --glibs` 21886 ROOTAUXCFLAGS=`$ROOTCONF --auxcflags` 21887 ROOTAUXLIBS=`$ROOTCONF --auxlibs` 21888 ROOTRPATH=$ROOTLIBDIR 21889 ROOTVERSION=`$ROOTCONF --version` 21890 ROOTSOVERSION=`dirname $ROOTVERSION` 21891 21892 if test 5.12/00 ; then 21893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking wether ROOT version >= 5.12/00" >&5 21894 $as_echo_n "checking wether ROOT version >= 5.12/00... " >&6; } 21895 vers=`$ROOTCONF --version | tr './' ' ' | awk 'BEGIN { FS = " "; } { printf "%d", ($''1 * 1000 + $''2) * 1000 + $''3;}'` 21896 requ=`echo 5.12/00 | tr './' ' ' | awk 'BEGIN { FS = " "; } { printf "%d", ($''1 * 1000 + $''2) * 1000 + $''3;}'` 21897 if test $vers -lt $requ ; then 21898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 21899 $as_echo "no" >&6; } 21900 no_root="yes" 21901 else 21902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 21903 $as_echo "yes" >&6; } 21904 fi 21905 fi 21906 else 21907 # otherwise, we say no_root 21908 no_root="yes" 21909 fi 21910 21911 21912 21913 # AC_SUBST(ROOTETCDIR) 21914 21915 21916 21917 21918 21919 21920 21921 21922 21923 if test "x$no_root" = "x" ; then 21924 : 21925 else 21926 : 21927 fi 21928 21929 21930 fi 21931 21932 21933 HAVE_ROOT_QT=no 21934 21935 if test "$ROOTEXEC" != no ; 21936 then 21937 21938 ROOTCPPFLAGS=$ROOTCFLAGS" "$ROOTAUXCFLAGS 21939 ROOTLDFLAGS="-L"$ROOTLIBDIR" -lGQt " 21940 21941 21942 21943 feat=qt 21944 res=`$ROOTCONF --has-$feat` 21945 if test "x$res" = "xyes" ; then 21946 HAVE_ROOT_QT=yes 21947 else 21948 : 21949 fi 21950 21951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether root was built with --with-qt" >&5 21952 $as_echo_n "checking whether root was built with --with-qt... " >&6; } 21953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5 21954 $as_echo "$res" >&6; } 21955 21956 21957 21958 21959 21960 fi 21723 21961 21724 21962 ###################################################################### … … 21967 22205 HAS_QT4_TRUE='#' 21968 22206 HAS_QT4_FALSE= 22207 fi 22208 22209 if test "$ROOTEXEC" != no; then 22210 HAS_ROOT_TRUE= 22211 HAS_ROOT_FALSE='#' 22212 else 22213 HAS_ROOT_TRUE='#' 22214 HAS_ROOT_FALSE= 22215 fi 22216 22217 if test "$HAVE_ROOT_QT" = yes; then 22218 HAS_ROOT_QT_TRUE= 22219 HAS_ROOT_QT_FALSE='#' 22220 else 22221 HAS_ROOT_QT_TRUE='#' 22222 HAS_ROOT_QT_FALSE= 22223 fi 22224 22225 if test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes; then 22226 HAS_GUI_TRUE= 22227 HAS_GUI_FALSE='#' 22228 else 22229 HAS_GUI_TRUE='#' 22230 HAS_GUI_FALSE= 21969 22231 fi 21970 22232 … … 22254 22516 if test -z "${HAS_QT4_TRUE}" && test -z "${HAS_QT4_FALSE}"; then 22255 22517 as_fn_error $? "conditional \"HAS_QT4\" was never defined. 22518 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22519 fi 22520 if test -z "${HAS_ROOT_TRUE}" && test -z "${HAS_ROOT_FALSE}"; then 22521 as_fn_error $? "conditional \"HAS_ROOT\" was never defined. 22522 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22523 fi 22524 if test -z "${HAS_ROOT_QT_TRUE}" && test -z "${HAS_ROOT_QT_FALSE}"; then 22525 as_fn_error $? "conditional \"HAS_ROOT_QT\" was never defined. 22526 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22527 fi 22528 if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then 22529 as_fn_error $? "conditional \"HAS_GUI\" was never defined. 22256 22530 Usually this means the macro was only invoked conditionally." "$LINENO" 5 22257 22531 fi … … 24610 24884 fi 24611 24885 if test -n "$QT4_VERSION"; then 24612 { $as_echo "$as_me:${as_lineno-$LINENO}: GUI support enabled / QT4 toolkit found: yes" >&5 24613 $as_echo "$as_me: GUI support enabled / QT4 toolkit found: yes" >&6;} 24614 else 24615 { $as_echo "$as_me:${as_lineno-$LINENO}: GUI support enabled / QT4 toolkit found: no" >&5 24616 $as_echo "$as_me: GUI support enabled / QT4 toolkit found: no" >&6;} 24617 24618 fi 24886 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: yes" >&5 24887 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: yes" >&6;} 24888 else 24889 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: no" >&5 24890 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: no" >&6;} 24891 24892 fi 24893 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&5 24894 $as_echo "$as_me: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&6;} 24895 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&5 24896 $as_echo "$as_me: ROOT built with --with-qt found: $HAVE_ROOT_QT" >&6;} 24619 24897 if test -n "$QT4_VERSION"; then 24620 24898 … … 24645 24923 24646 24924 fi 24925 if test -n "$QT4_VERSION"; then 24926 24927 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24928 $as_echo "$as_me: " >&6;} 24929 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 24930 $as_echo "$as_me: --------------------------------------------------------------------" >&6;} 24931 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24932 $as_echo "$as_me: " >&6;} 24933 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTVERSION = $ROOTVERSION" >&5 24934 $as_echo "$as_me: ROOTVERSION = $ROOTVERSION" >&6;} 24935 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24936 $as_echo "$as_me: " >&6;} 24937 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTEXEC = $ROOTEXEC" >&5 24938 $as_echo "$as_me: ROOTEXEC = $ROOTEXEC" >&6;} 24939 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTCONF = $ROOTCONF" >&5 24940 $as_echo "$as_me: ROOTCONF = $ROOTCONF" >&6;} 24941 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTCINT = $ROOTCINT" >&5 24942 $as_echo "$as_me: ROOTCINT = $ROOTCINT" >&6;} 24943 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTCPPFLAGS = $ROOTCPPFLAGS" >&5 24944 $as_echo "$as_me: ROOTCPPFLAGS = $ROOTCPPFLAGS" >&6;} 24945 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOTLDFLAGS = $ROOTLDFLAGS" >&5 24946 $as_echo "$as_me: ROOTLDFLAGS = $ROOTLDFLAGS" >&6;} 24947 24948 fi 24647 24949 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24648 24950 $as_echo "$as_me: " >&6;} … … 24710 25012 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 24711 25013 $as_echo "$as_me: " >&6;} 24712 24713 #[AC_]PACKAGE_NAME 24714 #[AC_]PACKAGE_TARNAME 24715 #[AC_]PACKAGE_VERSION 24716 #[AC_]PACKAGE_STRING 24717 #[AC_]PACKAGE_BUGREPORT 25014 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 25015 $as_echo "$as_me: --------------------------------------------------------------------" >&6;} 25016 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25017 $as_echo "$as_me: " >&6;} 25018 if test "$ROOTEXEC" != no; then 25019 if test "$HAVE_ROOT_QT" = yes; then 25020 : 25021 else 25022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: root found but it was built without the --with-qt option" >&5 25023 $as_echo "$as_me: WARNING: root found but it was built without the --with-qt option" >&2;} 25024 25025 fi 25026 25027 fi 25028 if test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes; then 25029 : 25030 else 25031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Either QT4 or qt-root is missing: GUI disabled!" >&5 25032 $as_echo "$as_me: WARNING: Either QT4 or qt-root is missing: GUI disabled!" >&2;} 25033 25034 fi 25035 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25036 $as_echo "$as_me: " >&6;}
Note:
See TracChangeset
for help on using the changeset viewer.