- Timestamp:
- 08/08/12 21:18:29 (12 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.aux_dir/config.guess
r12832 r14328 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 5 # 2011 Free Software Foundation, Inc.6 7 timestamp='201 1-05-11'5 # 2011, 2012 Free Software Foundation, Inc. 6 7 timestamp='2012-02-10' 8 8 9 9 # This file is free software; you can redistribute it and/or modify it … … 18 18 # 19 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 22 # 02110-1301, USA. 20 # along with this program; if not, see <http://www.gnu.org/licenses/>. 23 21 # 24 22 # As a special exception to the GNU General Public License, if you … … 58 56 Originally written by Per Bothner. 59 57 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 60 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free61 Software Foundation, Inc.58 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 59 Free Software Foundation, Inc. 62 60 63 61 This is free software; see the source for copying conditions. There is NO … … 146 144 *:NetBSD:*:*) 147 145 # NetBSD (nbsd) targets should (where applicable) match one or 148 # more of the tup ples: *-*-netbsdelf*, *-*-netbsdaout*,146 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, 149 147 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently 150 148 # switched to ELF, *-*-netbsd* would select the old … … 793 791 exit ;; 794 792 *:FreeBSD:*:*) 795 case ${UNAME_MACHINE} in 796 pc98) 797 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 793 UNAME_PROCESSOR=`/usr/bin/uname -p` 794 case ${UNAME_PROCESSOR} in 798 795 amd64) 799 796 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 800 797 *) 801 echo ${UNAME_ MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;798 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 802 799 esac 803 800 exit ;; … … 807 804 *:MINGW*:*) 808 805 echo ${UNAME_MACHINE}-pc-mingw32 806 exit ;; 807 i*:MSYS*:*) 808 echo ${UNAME_MACHINE}-pc-msys 809 809 exit ;; 810 810 i*:windows32*:*) … … 862 862 echo ${UNAME_MACHINE}-pc-minix 863 863 exit ;; 864 aarch64:Linux:*:*) 865 echo ${UNAME_MACHINE}-unknown-linux-gnu 866 exit ;; 867 aarch64_be:Linux:*:*) 868 UNAME_MACHINE=aarch64_be 869 echo ${UNAME_MACHINE}-unknown-linux-gnu 870 exit ;; 864 871 alpha:Linux:*:*) 865 872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in … … 896 903 exit ;; 897 904 cris:Linux:*:*) 898 echo cris-axis-linux-gnu905 echo ${UNAME_MACHINE}-axis-linux-gnu 899 906 exit ;; 900 907 crisv32:Linux:*:*) 901 echo crisv32-axis-linux-gnu908 echo ${UNAME_MACHINE}-axis-linux-gnu 902 909 exit ;; 903 910 frv:Linux:*:*) 904 echo frv-unknown-linux-gnu 911 echo ${UNAME_MACHINE}-unknown-linux-gnu 912 exit ;; 913 hexagon:Linux:*:*) 914 echo ${UNAME_MACHINE}-unknown-linux-gnu 905 915 exit ;; 906 916 i*86:Linux:*:*) … … 944 954 ;; 945 955 or32:Linux:*:*) 946 echo or32-unknown-linux-gnu956 echo ${UNAME_MACHINE}-unknown-linux-gnu 947 957 exit ;; 948 958 padre:Linux:*:*) … … 979 989 exit ;; 980 990 tile*:Linux:*:*) 981 echo ${UNAME_MACHINE}- tilera-linux-gnu991 echo ${UNAME_MACHINE}-unknown-linux-gnu 982 992 exit ;; 983 993 vax:Linux:*:*) … … 985 995 exit ;; 986 996 x86_64:Linux:*:*) 987 echo x86_64-unknown-linux-gnu997 echo ${UNAME_MACHINE}-unknown-linux-gnu 988 998 exit ;; 989 999 xtensa*:Linux:*:*) … … 1316 1326 echo ${UNAME_MACHINE}-pc-aros 1317 1327 exit ;; 1328 x86_64:VMkernel:*:*) 1329 echo ${UNAME_MACHINE}-unknown-esx 1330 exit ;; 1318 1331 esac 1319 1332 -
trunk/FACT++/.aux_dir/config.sub
r12832 r14328 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 5 # 2011 Free Software Foundation, Inc.6 7 timestamp='201 1-03-23'5 # 2011, 2012 Free Software Foundation, Inc. 6 7 timestamp='2012-02-10' 8 8 9 9 # This file is (in principle) common to ALL GNU software. … … 22 22 # 23 23 # You should have received a copy of the GNU General Public License 24 # along with this program; if not, write to the Free Software 25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 26 # 02110-1301, USA. 24 # along with this program; if not, see <http://www.gnu.org/licenses/>. 27 25 # 28 26 # As a special exception to the GNU General Public License, if you … … 77 75 78 76 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free80 Software Foundation, Inc.77 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 78 Free Software Foundation, Inc. 81 79 82 80 This is free software; see the source for copying conditions. There is NO … … 133 131 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 134 132 ;; 133 android-linux) 134 os=-linux-android 135 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown 136 ;; 135 137 *) 136 138 basic_machine=`echo $1 | sed 's/-[^-]*$//'` … … 248 250 1750a | 580 \ 249 251 | a29k \ 252 | aarch64 | aarch64_be \ 250 253 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 251 254 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 252 255 | am33_2.0 \ 253 256 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 257 | be32 | be64 \ 254 258 | bfin \ 255 259 | c4x | clipper \ 256 260 | d10v | d30v | dlx | dsp16xx \ 261 | epiphany \ 257 262 | fido | fr30 | frv \ 258 263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 264 | hexagon \ 259 265 | i370 | i860 | i960 | ia64 \ 260 266 | ip2k | iq2000 \ 267 | le32 | le64 \ 261 268 | lm32 \ 262 269 | m32c | m32r | m32rle | m68000 | m68k | m88k \ … … 292 299 | powerpc | powerpc64 | powerpc64le | powerpcle \ 293 300 | pyramid \ 294 | r x \301 | rl78 | rx \ 295 302 | score \ 296 303 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ … … 301 308 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ 302 309 | ubicom32 \ 303 | v850 | v850e \310 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ 304 311 | we32k \ 305 312 | x86 | xc16x | xstormy16 | xtensa \ … … 316 323 basic_machine=tic6x-unknown 317 324 ;; 318 m6811 | m68hc11 | m6812 | m68hc12 | picochip) 319 # Motorola 68HC11/12. 325 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) 320 326 basic_machine=$basic_machine-unknown 321 327 os=-none … … 330 336 basic_machine=arm-unknown 331 337 ;; 332 338 xgate) 339 basic_machine=$basic_machine-unknown 340 os=-none 341 ;; 333 342 xscaleeb) 334 343 basic_machine=armeb-unknown … … 353 362 580-* \ 354 363 | a29k-* \ 364 | aarch64-* | aarch64_be-* \ 355 365 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ 356 366 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ … … 358 368 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 359 369 | avr-* | avr32-* \ 370 | be32-* | be64-* \ 360 371 | bfin-* | bs2000-* \ 361 372 | c[123]* | c30-* | [cjt]90-* | c4x-* \ … … 366 377 | h8300-* | h8500-* \ 367 378 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 379 | hexagon-* \ 368 380 | i*86-* | i860-* | i960-* | ia64-* \ 369 381 | ip2k-* | iq2000-* \ 382 | le32-* | le64-* \ 370 383 | lm32-* \ 371 384 | m32c-* | m32r-* | m32rle-* \ … … 401 414 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ 402 415 | pyramid-* \ 403 | r omp-* | rs6000-* | rx-* \416 | rl78-* | romp-* | rs6000-* | rx-* \ 404 417 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 405 418 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ … … 409 422 | tahoe-* \ 410 423 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 411 | tile -* | tilegx-* \424 | tile*-* \ 412 425 | tron-* \ 413 426 | ubicom32-* \ 414 | v850-* | v850e-* | vax-* \ 427 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ 428 | vax-* \ 415 429 | we32k-* \ 416 430 | x86-* | x86_64-* | xc16x-* | xps100-* \ … … 712 726 basic_machine=i370-ibm 713 727 ;; 714 # I'm not sure what "Sysv32" means. Should this be sysv3.2?715 728 i*86v32) 716 729 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` … … 809 822 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 810 823 ;; 824 msys) 825 basic_machine=i386-pc 826 os=-msys 827 ;; 811 828 mvs) 812 829 basic_machine=i370-ibm 813 830 os=-mvs 831 ;; 832 nacl) 833 basic_machine=le32-unknown 834 os=-nacl 814 835 ;; 815 836 ncr3000) … … 1121 1142 os=-unicos 1122 1143 ;; 1123 # This must be matched before tile*.1124 tilegx*)1125 basic_machine=tilegx-unknown1126 os=-linux-gnu1127 ;;1128 1144 tile*) 1129 basic_machine= tile-unknown1145 basic_machine=$basic_machine-unknown 1130 1146 os=-linux-gnu 1131 1147 ;; … … 1337 1353 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1338 1354 | -chorusos* | -chorusrdb* | -cegcc* \ 1339 | -cygwin* | - pe* | -psos* | -moss* | -proelf* | -rtems* \1355 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1340 1356 | -mingw32* | -linux-gnu* | -linux-android* \ 1341 1357 | -linux-newlib* | -linux-uclibc* \ … … 1549 1565 m68000-sun) 1550 1566 os=-sunos3 1551 # This also exists in the configure program, but was not the1552 # default.1553 # os=-sunos41554 1567 ;; 1555 1568 m68*-cisco) -
trunk/FACT++/.aux_dir/ltmain.sh
r12832 r14328 1 1 2 # libtool (GNU libtool) 2.4 2 # libtool (GNU libtool) 2.4.2 3 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 4 4 5 5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 6 # 2007, 2008, 2009, 2010 Free Software Foundation, Inc.6 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 7 7 # This is free software; see the source for copying conditions. There is NO 8 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. … … 42 42 # --no-quiet, --no-silent 43 43 # print informational messages (default) 44 # --no-warn don't display warning messages 44 45 # --tag=TAG use configuration variables from tag TAG 45 46 # -v, --verbose print more informational messages than default … … 70 71 # compiler flags: $LTCFLAGS 71 72 # linker: $LD (gnu? $with_gnu_ld) 72 # $progname: (GNU libtool) 2.4 Debian-2.4-2ubuntu173 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 73 74 # automake: $automake_version 74 75 # autoconf: $autoconf_version … … 80 81 PROGRAM=libtool 81 82 PACKAGE=libtool 82 VERSION="2.4 Debian-2.4-2ubuntu1"83 VERSION="2.4.2 Debian-2.4.2-1ubuntu1" 83 84 TIMESTAMP="" 84 package_revision=1.3 29385 package_revision=1.3337 85 86 86 87 # Be Bourne compatible … … 137 138 : ${CP="cp -f"} 138 139 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} 139 : ${EGREP="/bin/grep -E"}140 : ${FGREP="/bin/grep -F"}141 : ${GREP="/bin/grep"}142 : ${LN_S="ln -s"}143 140 : ${MAKE="make"} 144 141 : ${MKDIR="mkdir"} 145 142 : ${MV="mv -f"} 146 143 : ${RM="rm -f"} 147 : ${SED="/bin/sed"}148 144 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} 149 145 : ${Xsed="$SED -e 1s/^X//"} … … 388 384 *) 389 385 save_IFS="$IFS" 390 IFS= :386 IFS=${PATH_SEPARATOR-:} 391 387 for progdir in $PATH; do 392 388 IFS="$save_IFS" … … 772 768 s*\$LD*'"$LD"'* 773 769 s/\$with_gnu_ld/'"$with_gnu_ld"'/ 774 s/\$automake_version/'"`( automake--version) 2>/dev/null |$SED 1q`"'/775 s/\$autoconf_version/'"`( autoconf--version) 2>/dev/null |$SED 1q`"'/770 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ 771 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ 776 772 p 777 773 d … … 1053 1049 opt_help_all=false 1054 1050 opt_silent=: 1051 opt_warning=: 1055 1052 opt_verbose=: 1056 1053 opt_silent=false … … 1119 1116 --no-silent|--no-quiet) 1120 1117 opt_silent=false 1118 func_append preserve_args " $opt" 1119 ;; 1120 --no-warning|--no-warn) 1121 opt_warning=false 1121 1122 func_append preserve_args " $opt" 1122 1123 ;; … … 2060 2061 *.ada | *.adb | *.ads | *.asm | \ 2061 2062 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ 2062 *.[fF][09]? | *.for | *.java | *. obj | *.sx | *.cu | *.cup)2063 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) 2063 2064 func_xform "$libobj" 2064 2065 libobj=$func_xform_result … … 3202 3203 # Set up the ranlib parameters. 3203 3204 oldlib="$destdir/$name" 3205 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 3206 tool_oldlib=$func_to_tool_file_result 3204 3207 3205 3208 func_show_eval "$install_prog \$file \$oldlib" 'exit $?' 3206 3209 3207 3210 if test -n "$stripme" && test -n "$old_striplib"; then 3208 func_show_eval "$old_striplib $ oldlib" 'exit $?'3211 func_show_eval "$old_striplib $tool_oldlib" 'exit $?' 3209 3212 fi 3210 3213 … … 3471 3474 # pic_flag when linking with -static. The problem exists in 3472 3475 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. 3473 *-*-freebsd2 *|*-*-freebsd3.0*|*-*-freebsdelf3.0*)3476 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) 3474 3477 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; 3475 3478 *-*-hpux*) … … 3983 3986 func_exec_program () 3984 3987 { 3985 for lt_wr_arg 3986 do 3987 case \$lt_wr_arg in 3988 --lt-*) ;; 3989 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; 3990 esac 3991 shift 3992 done 3988 case \" \$* \" in 3989 *\\ --lt-*) 3990 for lt_wr_arg 3991 do 3992 case \$lt_wr_arg in 3993 --lt-*) ;; 3994 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; 3995 esac 3996 shift 3997 done ;; 3998 esac 3993 3999 func_exec_program_core \${1+\"\$@\"} 3994 4000 } … … 5058 5064 EOF 5059 5065 func_emit_wrapper yes | 5060 $SED -e 's/\([\\"]\)/\\\1/g' \ 5061 -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' 5062 5066 $SED -n -e ' 5067 s/^\(.\{79\}\)\(..*\)/\1\ 5068 \2/ 5069 h 5070 s/\([\\"]\)/\\\1/g 5071 s/$/\\n/ 5072 s/\([^\n]*\).*/ fputs ("\1", f);/p 5073 g 5074 D' 5063 5075 cat <<"EOF" 5064 5076 } … … 5644 5656 ;; 5645 5657 5646 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 5658 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ 5659 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) 5647 5660 func_append compiler_flags " $arg" 5648 5661 func_append compile_command " $arg" … … 6151 6164 found=no 6152 6165 case $deplib in 6153 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 6166 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ 6167 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) 6154 6168 if test "$linkmode,$pass" = "prog,link"; then 6155 6169 compile_deplibs="$deplib $compile_deplibs" … … 6702 6716 fi 6703 6717 done 6718 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then 6719 if test "$linkmode" != prog; then 6720 echo 6721 # $ECHO "*** Warning: Linking the executable $output against the loadable module" 6722 #else 6723 $ECHO "*** Warning: Linking the shared library $output against the loadable module" 6724 $ECHO "*** $linklib is not portable!" 6725 fi 6726 fi 6704 6727 if test "$linkmode" = lib && 6705 6728 test "$hardcode_into_libs" = yes; then … … 6826 6849 add="$dir/$linklib" 6827 6850 elif test "$hardcode_minus_L" = yes; then 6828 add_dir="-L$ dir"6851 add_dir="-L$absdir" 6829 6852 # Try looking first in the location we're being installed to. 6830 6853 if test -n "$inst_prefix_dir"; then … … 7311 7334 # 7312 7335 case $version_type in 7336 # correct linux to gnu/linux during the next big refactor 7313 7337 darwin|linux|osf|windows|none) 7314 7338 func_arith $number_major + $number_minor … … 7430 7454 ;; 7431 7455 7432 linux) 7456 linux) # correct to gnu/linux during the next big refactor 7433 7457 func_arith $current - $age 7434 7458 major=.$func_arith_result … … 8018 8042 # Test again, we may have decided not to build it any more 8019 8043 if test "$build_libtool_libs" = yes; then 8044 # Remove ${wl} instances when linking with ld. 8045 # FIXME: should test the right _cmds variable. 8046 case $archive_cmds in 8047 *\$LD\ *) wl= ;; 8048 esac 8020 8049 if test "$hardcode_into_libs" = yes; then 8021 8050 # Hardcode the library paths … … 8048 8077 case "$perm_rpath " in 8049 8078 *" $libdir "*) ;; 8050 *) func_appe d perm_rpath " $libdir" ;;8079 *) func_append perm_rpath " $libdir" ;; 8051 8080 esac 8052 8081 fi … … 8056 8085 test -n "$hardcode_libdirs"; then 8057 8086 libdir="$hardcode_libdirs" 8058 if test -n "$hardcode_libdir_flag_spec_ld"; then 8059 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" 8060 else 8061 eval dep_rpath=\"$hardcode_libdir_flag_spec\" 8062 fi 8087 eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" 8063 8088 fi 8064 8089 if test -n "$runpath_var" && test -n "$perm_rpath"; then … … 9150 9175 done 9151 9176 fi 9177 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 9178 tool_oldlib=$func_to_tool_file_result 9152 9179 eval cmds=\"$old_archive_cmds\" 9153 9180 … … 9259 9286 func_basename "$deplib" 9260 9287 name="$func_basename_result" 9261 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 9288 func_resolve_sysroot "$deplib" 9289 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` 9262 9290 test -z "$libdir" && \ 9263 9291 func_fatal_error "\`$deplib' is not a valid libtool archive" -
trunk/FACT++/.macro_dir/ltversion.m4
r12832 r14328 10 10 # @configure_input@ 11 11 12 # serial 3 293ltversion.m412 # serial 3337 ltversion.m4 13 13 # This file is part of GNU Libtool 14 14 15 m4_define([LT_PACKAGE_VERSION], [2.4 ])16 m4_define([LT_PACKAGE_REVISION], [1.3 293])15 m4_define([LT_PACKAGE_VERSION], [2.4.2]) 16 m4_define([LT_PACKAGE_REVISION], [1.3337]) 17 17 18 18 AC_DEFUN([LTVERSION_VERSION], 19 [macro_version='2.4 '20 macro_revision='1.3 293'19 [macro_version='2.4.2' 20 macro_revision='1.3337' 21 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22 22 _LT_DECL(, macro_revision, 0) -
trunk/FACT++/aclocal.m4
r12832 r14328 1 # generated automatically by aclocal 1.11. 1-*- Autoconf -*-1 # generated automatically by aclocal 1.11.3 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, 5 # Inc. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, … … 1372 1373 # warranty. 1373 1374 1374 #serial 1 11375 #serial 12 1375 1376 1376 1377 … … 1476 1477 : 1477 1478 fi 1479 AM_CONDITIONAL(DX_COND_$1, DX_TEST_FEATURE([$1])) 1478 1480 if DX_TEST_FEATURE([$1]); then 1479 AM_CONDITIONAL(DX_COND_$1, :)1480 1481 $6 1481 1482 : 1482 1483 else 1483 AM_CONDITIONAL(DX_COND_$1, false)1484 1484 $7 1485 1485 : … … 1604 1604 1605 1605 # LaTeX generation for PS and/or PDF: 1606 AM_CONDITIONAL(DX_COND_latex, DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf)) 1606 1607 if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then 1607 AM_CONDITIONAL(DX_COND_latex, :)1608 1608 DX_ENV_APPEND(GENERATE_LATEX, YES) 1609 1609 else 1610 AM_CONDITIONAL(DX_COND_latex, false)1611 1610 DX_ENV_APPEND(GENERATE_LATEX, NO) 1612 1611 fi … … 1726 1725 # exception to the GPL to apply to your modified version as well. 1727 1726 1728 #serial 1 41727 #serial 16 1729 1728 1730 1729 AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) … … 1909 1908 AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT], 1910 1909 ax_cv_PTHREAD_PRIO_INHERIT, [ 1911 AC_LINK_IFELSE( 1912 AC_LANG_PROGRAM([[#include <pthread.h>]], [[int i = PTHREAD_PRIO_INHERIT;]]) ,1910 AC_LINK_IFELSE([ 1911 AC_LANG_PROGRAM([[#include <pthread.h>]], [[int i = PTHREAD_PRIO_INHERIT;]])], 1913 1912 [ax_cv_PTHREAD_PRIO_INHERIT=yes], 1914 1913 [ax_cv_PTHREAD_PRIO_INHERIT=no]) … … 2105 2104 ])# PKG_CHECK_MODULES 2106 2105 2107 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2106 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 2107 # Foundation, Inc. 2108 2108 # 2109 2109 # This file is free software; the Free Software Foundation 2110 2110 # gives unlimited permission to copy and/or distribute it, 2111 2111 # with or without modifications, as long as this notice is preserved. 2112 2113 # serial 1 2112 2114 2113 2115 # AM_AUTOMAKE_VERSION(VERSION) … … 2120 2122 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 2121 2123 dnl require some minimum version. Point them to the right macro. 2122 m4_if([$1], [1.11. 1], [],2124 m4_if([$1], [1.11.3], [], 2123 2125 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 2124 2126 ]) … … 2136 2138 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 2137 2139 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 2138 [AM_AUTOMAKE_VERSION([1.11. 1])dnl2140 [AM_AUTOMAKE_VERSION([1.11.3])dnl 2139 2141 m4_ifndef([AC_AUTOCONF_VERSION], 2140 2142 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl … … 2143 2145 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 2144 2146 2145 # Copyright (C) 2001, 2003, 2005 2147 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 2146 2148 # 2147 2149 # This file is free software; the Free Software Foundation 2148 2150 # gives unlimited permission to copy and/or distribute it, 2149 2151 # with or without modifications, as long as this notice is preserved. 2152 2153 # serial 1 2150 2154 2151 2155 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets … … 2196 2200 # AM_COND_IF -*- Autoconf -*- 2197 2201 2198 # Copyright (C) 2008 Free Software Foundation, Inc.2202 # Copyright (C) 2008, 2010 Free Software Foundation, Inc. 2199 2203 # 2200 2204 # This file is free software; the Free Software Foundation … … 2202 2206 # with or without modifications, as long as this notice is preserved. 2203 2207 2204 # serial 12208 # serial 3 2205 2209 2206 2210 # _AM_COND_IF … … 2216 2220 # AM_COND_IF(COND, [IF-TRUE], [IF-FALSE]) 2217 2221 # --------------------------------------- 2218 # If the shell condition matching COND is true, execute IF-TRUE,2219 # otherwise execute IF-FALSE. Allow automake to learn about conditional2220 # instantiating macros(the AC_CONFIG_FOOS).2222 # If the shell condition COND is true, execute IF-TRUE, otherwise execute 2223 # IF-FALSE. Allow automake to learn about conditional instantiating macros 2224 # (the AC_CONFIG_FOOS). 2221 2225 AC_DEFUN([AM_COND_IF], 2222 2226 [m4_ifndef([_AM_COND_VALUE_$1], 2223 2227 [m4_fatal([$0: no such condition "$1"])])dnl 2224 2228 _AM_COND_IF([$1])dnl 2225 if _AM_COND_VALUE_$1; then2226 m4_ default([$2], [:])2229 if test -z "$$1_TRUE"; then : 2230 m4_n([$2])[]dnl 2227 2231 m4_ifval([$3], 2228 2232 [_AM_COND_ELSE([$1])dnl … … 2270 2274 fi])]) 2271 2275 2272 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 2273 # Free Software Foundation, Inc.2276 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2277 # 2010, 2011 Free Software Foundation, Inc. 2274 2278 # 2275 2279 # This file is free software; the Free Software Foundation … … 2277 2281 # with or without modifications, as long as this notice is preserved. 2278 2282 2279 # serial 1 02283 # serial 12 2280 2284 2281 2285 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be … … 2317 2321 # making a dummy file named `D' -- because `-MD' means `put the output 2318 2322 # in D'. 2323 rm -rf conftest.dir 2319 2324 mkdir conftest.dir 2320 2325 # Copy depcomp to subdir because otherwise we won't find it if we're … … 2381 2386 fi 2382 2387 ;; 2383 msv isualcpp | msvcmsys)2388 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 2384 2389 # This compiler won't grok `-c -o', but also, the minuso test has 2385 2390 # not run yet. These depmodes are late enough in the game, and … … 2446 2451 am_depcomp="$ac_aux_dir/depcomp" 2447 2452 AMDEPBACKSLASH='\' 2453 am__nodep='_no' 2448 2454 fi 2449 2455 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 2450 2456 AC_SUBST([AMDEPBACKSLASH])dnl 2451 2457 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 2458 AC_SUBST([am__nodep])dnl 2459 _AM_SUBST_NOTMAKE([am__nodep])dnl 2452 2460 ]) 2453 2461 … … 2671 2679 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 2672 2680 2673 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 2681 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 2682 # Inc. 2674 2683 # 2675 2684 # This file is free software; the Free Software Foundation 2676 2685 # gives unlimited permission to copy and/or distribute it, 2677 2686 # with or without modifications, as long as this notice is preserved. 2687 2688 # serial 1 2678 2689 2679 2690 # AM_PROG_INSTALL_SH … … 2843 2854 ]) 2844 2855 2845 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2856 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 2857 # Inc. 2846 2858 # 2847 2859 # This file is free software; the Free Software Foundation 2848 2860 # gives unlimited permission to copy and/or distribute it, 2849 2861 # with or without modifications, as long as this notice is preserved. 2862 2863 # serial 1 2850 2864 2851 2865 # AM_PROG_MKDIR_P … … 2871 2885 # Helper functions for option handling. -*- Autoconf -*- 2872 2886 2873 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 2887 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 2888 # Foundation, Inc. 2874 2889 # 2875 2890 # This file is free software; the Free Software Foundation … … 2877 2892 # with or without modifications, as long as this notice is preserved. 2878 2893 2879 # serial 42894 # serial 5 2880 2895 2881 2896 # _AM_MANGLE_OPTION(NAME) … … 2885 2900 2886 2901 # _AM_SET_OPTION(NAME) 2887 # -------------------- ----------2902 # -------------------- 2888 2903 # Set option NAME. Presently that only means defining a flag for this option. 2889 2904 AC_DEFUN([_AM_SET_OPTION], … … 2891 2906 2892 2907 # _AM_SET_OPTIONS(OPTIONS) 2893 # ------------------------ ----------2908 # ------------------------ 2894 2909 # OPTIONS is a space-separated list of Automake options. 2895 2910 AC_DEFUN([_AM_SET_OPTIONS], … … 2967 2982 AC_MSG_RESULT(yes)]) 2968 2983 2969 # Copyright (C) 2009 Free Software Foundation, Inc.2984 # Copyright (C) 2009, 2011 Free Software Foundation, Inc. 2970 2985 # 2971 2986 # This file is free software; the Free Software Foundation … … 2973 2988 # with or without modifications, as long as this notice is preserved. 2974 2989 2975 # serial 12990 # serial 2 2976 2991 2977 2992 # AM_SILENT_RULES([DEFAULT]) … … 2988 3003 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; 2989 3004 esac 3005 dnl 3006 dnl A few `make' implementations (e.g., NonStop OS and NextStep) 3007 dnl do not support nested variable expansions. 3008 dnl See automake bug#9928 and bug#10237. 3009 am_make=${MAKE-make} 3010 AC_CACHE_CHECK([whether $am_make supports nested variables], 3011 [am_cv_make_support_nested_variables], 3012 [if AS_ECHO([['TRUE=$(BAR$(V)) 3013 BAR0=false 3014 BAR1=true 3015 V=1 3016 am__doit: 3017 @$(TRUE) 3018 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then 3019 am_cv_make_support_nested_variables=yes 3020 else 3021 am_cv_make_support_nested_variables=no 3022 fi]) 3023 if test $am_cv_make_support_nested_variables = yes; then 3024 dnl Using `$V' instead of `$(V)' breaks IRIX make. 3025 AM_V='$(V)' 3026 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 3027 else 3028 AM_V=$AM_DEFAULT_VERBOSITY 3029 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 3030 fi 3031 AC_SUBST([AM_V])dnl 3032 AM_SUBST_NOTMAKE([AM_V])dnl 3033 AC_SUBST([AM_DEFAULT_V])dnl 3034 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl 2990 3035 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl 2991 3036 AM_BACKSLASH='\' … … 2994 3039 ]) 2995 3040 2996 # Copyright (C) 2001, 2003, 2005 3041 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 2997 3042 # 2998 3043 # This file is free software; the Free Software Foundation 2999 3044 # gives unlimited permission to copy and/or distribute it, 3000 3045 # with or without modifications, as long as this notice is preserved. 3046 3047 # serial 1 3001 3048 3002 3049 # AM_PROG_INSTALL_STRIP … … 3022 3069 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 3023 3070 3024 # Copyright (C) 2006, 2008 3071 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 3025 3072 # 3026 3073 # This file is free software; the Free Software Foundation … … 3028 3075 # with or without modifications, as long as this notice is preserved. 3029 3076 3030 # serial 23077 # serial 3 3031 3078 3032 3079 # _AM_SUBST_NOTMAKE(VARIABLE) … … 3037 3084 3038 3085 # AM_SUBST_NOTMAKE(VARIABLE) 3039 # -------------------------- -3086 # -------------------------- 3040 3087 # Public sister of _AM_SUBST_NOTMAKE. 3041 3088 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) … … 3043 3090 # Check how to create a tarball. -*- Autoconf -*- 3044 3091 3045 # Copyright (C) 2004, 2005 3092 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 3046 3093 # 3047 3094 # This file is free software; the Free Software Foundation … … 3065 3112 # $(am__untar) < result.tar 3066 3113 AC_DEFUN([_AM_PROG_TAR], 3067 [# Always define AMTAR for backward compatibility. 3068 AM_MISSING_PROG([AMTAR], [tar]) 3114 [# Always define AMTAR for backward compatibility. Yes, it's still used 3115 # in the wild :-( We should find a proper way to deprecate it ... 3116 AC_SUBST([AMTAR], ['$${TAR-tar}']) 3069 3117 m4_if([$1], [v7], 3070 [am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],3118 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], 3071 3119 [m4_case([$1], [ustar],, [pax],, 3072 3120 [m4_fatal([Unknown tar format])]) -
trunk/FACT++/configure
r14134 r14328 782 782 AM_BACKSLASH 783 783 AM_DEFAULT_VERBOSITY 784 AM_DEFAULT_V 785 AM_V 784 786 am__fastdepCXX_FALSE 785 787 am__fastdepCXX_TRUE … … 788 790 am__fastdepCC_TRUE 789 791 CCDEPMODE 792 am__nodep 790 793 AMDEPBACKSLASH 791 794 AMDEP_FALSE … … 4939 4942 4940 4943 4941 macro_version='2.4 '4942 macro_revision='1.3 293'4944 macro_version='2.4.2' 4945 macro_revision='1.3337' 4943 4946 4944 4947 … … 15772 15775 am_depcomp="$ac_aux_dir/depcomp" 15773 15776 AMDEPBACKSLASH='\' 15777 am__nodep='_no' 15774 15778 fi 15775 15779 if test "x$enable_dependency_tracking" != xno; then … … 15792 15796 *) AM_DEFAULT_VERBOSITY=1;; 15793 15797 esac 15798 am_make=${MAKE-make} 15799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 15800 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } 15801 if ${am_cv_make_support_nested_variables+:} false; then : 15802 $as_echo_n "(cached) " >&6 15803 else 15804 if $as_echo 'TRUE=$(BAR$(V)) 15805 BAR0=false 15806 BAR1=true 15807 V=1 15808 am__doit: 15809 @$(TRUE) 15810 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 15811 am_cv_make_support_nested_variables=yes 15812 else 15813 am_cv_make_support_nested_variables=no 15814 fi 15815 fi 15816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 15817 $as_echo "$am_cv_make_support_nested_variables" >&6; } 15818 if test $am_cv_make_support_nested_variables = yes; then 15819 AM_V='$(V)' 15820 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 15821 else 15822 AM_V=$AM_DEFAULT_VERBOSITY 15823 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 15824 fi 15794 15825 AM_BACKSLASH='\' 15795 15826 … … 15837 15868 # We need awk for the "check" target. The system "awk" is bad on 15838 15869 # some platforms. 15839 # Always define AMTAR for backward compatibility. 15840 15841 AMTAR= ${AMTAR-"${am_missing_run}tar"}15842 15843 am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'15870 # Always define AMTAR for backward compatibility. Yes, it's still used 15871 # in the wild :-( We should find a proper way to deprecate it ... 15872 AMTAR='$${TAR-tar}' 15873 15874 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 15844 15875 15845 15876 … … 15859 15890 # making a dummy file named `D' -- because `-MD' means `put the output 15860 15891 # in D'. 15892 rm -rf conftest.dir 15861 15893 mkdir conftest.dir 15862 15894 # Copy depcomp to subdir because otherwise we won't find it if we're … … 15918 15950 fi 15919 15951 ;; 15920 msv isualcpp | msvcmsys)15952 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 15921 15953 # This compiler won't grok `-c -o', but also, the minuso test has 15922 15954 # not run yet. These depmodes are late enough in the game, and … … 15986 16018 # making a dummy file named `D' -- because `-MD' means `put the output 15987 16019 # in D'. 16020 rm -rf conftest.dir 15988 16021 mkdir conftest.dir 15989 16022 # Copy depcomp to subdir because otherwise we won't find it if we're … … 16045 16078 fi 16046 16079 ;; 16047 msv isualcpp | msvcmsys)16080 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 16048 16081 # This compiler won't grok `-c -o', but also, the minuso test has 16049 16082 # not run yet. These depmodes are late enough in the game, and … … 16111 16144 *) AM_DEFAULT_VERBOSITY=0;; 16112 16145 esac 16146 am_make=${MAKE-make} 16147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 16148 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } 16149 if ${am_cv_make_support_nested_variables+:} false; then : 16150 $as_echo_n "(cached) " >&6 16151 else 16152 if $as_echo 'TRUE=$(BAR$(V)) 16153 BAR0=false 16154 BAR1=true 16155 V=1 16156 am__doit: 16157 @$(TRUE) 16158 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 16159 am_cv_make_support_nested_variables=yes 16160 else 16161 am_cv_make_support_nested_variables=no 16162 fi 16163 fi 16164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 16165 $as_echo "$am_cv_make_support_nested_variables" >&6; } 16166 if test $am_cv_make_support_nested_variables = yes; then 16167 AM_V='$(V)' 16168 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 16169 else 16170 AM_V=$AM_DEFAULT_VERBOSITY 16171 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 16172 fi 16113 16173 AM_BACKSLASH='\' 16114 16174 … … 16529 16589 : 16530 16590 fi 16531 if test "$DX_FLAG_doc" = 1; then 16532 if :; then 16591 if test "$DX_FLAG_doc" = 1; then 16533 16592 DX_COND_doc_TRUE= 16534 16593 DX_COND_doc_FALSE='#' … … 16538 16597 fi 16539 16598 16599 if test "$DX_FLAG_doc" = 1; then 16540 16600 DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'" 16541 16601 16542 16602 : 16543 16603 else 16544 if false; then16545 DX_COND_doc_TRUE=16546 DX_COND_doc_FALSE='#'16547 else16548 DX_COND_doc_TRUE='#'16549 DX_COND_doc_FALSE=16550 fi16551 16552 16604 16553 16605 : … … 16701 16753 : 16702 16754 fi 16703 if test "$DX_FLAG_dot" = 1; then 16704 if :; then 16755 if test "$DX_FLAG_dot" = 1; then 16705 16756 DX_COND_dot_TRUE= 16706 16757 DX_COND_dot_FALSE='#' … … 16710 16761 fi 16711 16762 16763 if test "$DX_FLAG_dot" = 1; then 16712 16764 DX_ENV="$DX_ENV HAVE_DOT='YES'" 16713 16765 … … 16716 16768 : 16717 16769 else 16718 if false; then16719 DX_COND_dot_TRUE=16720 DX_COND_dot_FALSE='#'16721 else16722 DX_COND_dot_TRUE='#'16723 DX_COND_dot_FALSE=16724 fi16725 16726 16770 DX_ENV="$DX_ENV HAVE_DOT='NO'" 16727 16771 … … 16771 16815 : 16772 16816 fi 16773 if test "$DX_FLAG_man" = 1; then 16774 if :; then 16817 if test "$DX_FLAG_man" = 1; then 16775 16818 DX_COND_man_TRUE= 16776 16819 DX_COND_man_FALSE='#' … … 16780 16823 fi 16781 16824 16825 if test "$DX_FLAG_man" = 1; then 16782 16826 DX_ENV="$DX_ENV GENERATE_MAN='YES'" 16783 16827 16784 16828 : 16785 16829 else 16786 if false; then16787 DX_COND_man_TRUE=16788 DX_COND_man_FALSE='#'16789 else16790 DX_COND_man_TRUE='#'16791 DX_COND_man_FALSE=16792 fi16793 16794 16830 DX_ENV="$DX_ENV GENERATE_MAN='NO'" 16795 16831 … … 16839 16875 : 16840 16876 fi 16841 if test "$DX_FLAG_rtf" = 1; then 16842 if :; then 16877 if test "$DX_FLAG_rtf" = 1; then 16843 16878 DX_COND_rtf_TRUE= 16844 16879 DX_COND_rtf_FALSE='#' … … 16848 16883 fi 16849 16884 16885 if test "$DX_FLAG_rtf" = 1; then 16850 16886 DX_ENV="$DX_ENV GENERATE_RTF='YES'" 16851 16887 16852 16888 : 16853 16889 else 16854 if false; then16855 DX_COND_rtf_TRUE=16856 DX_COND_rtf_FALSE='#'16857 else16858 DX_COND_rtf_TRUE='#'16859 DX_COND_rtf_FALSE=16860 fi16861 16862 16890 DX_ENV="$DX_ENV GENERATE_RTF='NO'" 16863 16891 … … 16907 16935 : 16908 16936 fi 16909 if test "$DX_FLAG_xml" = 1; then 16910 if :; then 16937 if test "$DX_FLAG_xml" = 1; then 16911 16938 DX_COND_xml_TRUE= 16912 16939 DX_COND_xml_FALSE='#' … … 16916 16943 fi 16917 16944 16945 if test "$DX_FLAG_xml" = 1; then 16918 16946 DX_ENV="$DX_ENV GENERATE_XML='YES'" 16919 16947 16920 16948 : 16921 16949 else 16922 if false; then16923 DX_COND_xml_TRUE=16924 DX_COND_xml_FALSE='#'16925 else16926 DX_COND_xml_TRUE='#'16927 DX_COND_xml_FALSE=16928 fi16929 16930 16950 DX_ENV="$DX_ENV GENERATE_XML='NO'" 16931 16951 … … 17080 17100 : 17081 17101 fi 17082 if test "$DX_FLAG_chm" = 1; then 17083 if :; then 17102 if test "$DX_FLAG_chm" = 1; then 17084 17103 DX_COND_chm_TRUE= 17085 17104 DX_COND_chm_FALSE='#' … … 17089 17108 fi 17090 17109 17110 if test "$DX_FLAG_chm" = 1; then 17091 17111 DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'" 17092 17112 … … 17097 17117 : 17098 17118 else 17099 if false; then17100 DX_COND_chm_TRUE=17101 DX_COND_chm_FALSE='#'17102 else17103 DX_COND_chm_TRUE='#'17104 DX_COND_chm_FALSE=17105 fi17106 17107 17119 DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'" 17108 17120 … … 17152 17164 : 17153 17165 fi 17154 if test "$DX_FLAG_chi" = 1; then 17155 if :; then 17166 if test "$DX_FLAG_chi" = 1; then 17156 17167 DX_COND_chi_TRUE= 17157 17168 DX_COND_chi_FALSE='#' … … 17161 17172 fi 17162 17173 17174 if test "$DX_FLAG_chi" = 1; then 17163 17175 DX_ENV="$DX_ENV GENERATE_CHI='YES'" 17164 17176 17165 17177 : 17166 17178 else 17167 if false; then17168 DX_COND_chi_TRUE=17169 DX_COND_chi_FALSE='#'17170 else17171 DX_COND_chi_TRUE='#'17172 DX_COND_chi_FALSE=17173 fi17174 17175 17179 DX_ENV="$DX_ENV GENERATE_CHI='NO'" 17176 17180 … … 17226 17230 : 17227 17231 fi 17228 if test "$DX_FLAG_html" = 1; then 17229 if :; then 17232 if test "$DX_FLAG_html" = 1; then 17230 17233 DX_COND_html_TRUE= 17231 17234 DX_COND_html_FALSE='#' … … 17235 17238 fi 17236 17239 17240 if test "$DX_FLAG_html" = 1; then 17237 17241 DX_ENV="$DX_ENV GENERATE_HTML='YES'" 17238 17242 17239 17243 : 17240 17244 else 17241 if false; then17242 DX_COND_html_TRUE=17243 DX_COND_html_FALSE='#'17244 else17245 DX_COND_html_TRUE='#'17246 DX_COND_html_FALSE=17247 fi17248 17249 17245 test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'" 17250 17246 … … 17717 17713 : 17718 17714 fi 17719 if test "$DX_FLAG_ps" = 1; then 17720 if :; then 17715 if test "$DX_FLAG_ps" = 1; then 17721 17716 DX_COND_ps_TRUE= 17722 17717 DX_COND_ps_FALSE='#' … … 17726 17721 fi 17727 17722 17723 if test "$DX_FLAG_ps" = 1; then 17728 17724 17729 17725 : 17730 17726 else 17731 if false; then17732 DX_COND_ps_TRUE=17733 DX_COND_ps_FALSE='#'17734 else17735 DX_COND_ps_TRUE='#'17736 DX_COND_ps_FALSE=17737 fi17738 17739 17727 17740 17728 : … … 18100 18088 : 18101 18089 fi 18102 if test "$DX_FLAG_pdf" = 1; then 18103 if :; then 18090 if test "$DX_FLAG_pdf" = 1; then 18104 18091 DX_COND_pdf_TRUE= 18105 18092 DX_COND_pdf_FALSE='#' … … 18109 18096 fi 18110 18097 18098 if test "$DX_FLAG_pdf" = 1; then 18111 18099 18112 18100 : 18113 18101 else 18114 if false; then18115 DX_COND_pdf_TRUE=18116 DX_COND_pdf_FALSE='#'18117 else18118 DX_COND_pdf_TRUE='#'18119 DX_COND_pdf_FALSE=18120 fi18121 18122 18102 18123 18103 : … … 18126 18106 18127 18107 # LaTeX generation for PS and/or PDF: 18128 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then 18129 if :; then 18108 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then 18130 18109 DX_COND_latex_TRUE= 18131 18110 DX_COND_latex_FALSE='#' … … 18135 18114 fi 18136 18115 18116 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then 18137 18117 DX_ENV="$DX_ENV GENERATE_LATEX='YES'" 18138 18118 18139 18119 else 18140 if false; then18141 DX_COND_latex_TRUE=18142 DX_COND_latex_FALSE='#'18143 else18144 DX_COND_latex_TRUE='#'18145 DX_COND_latex_FALSE=18146 fi18147 18148 18120 DX_ENV="$DX_ENV GENERATE_LATEX='NO'" 18149 18121 … … 18528 18500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18529 18501 /* end confdefs.h. */ 18530 #include <pthread.h> 18502 18503 #include <pthread.h> 18531 18504 int 18532 18505 main () … … 19820 19793 LDFLAGS+=" "$MOTIF_LDFLAGS 19821 19794 19822 if test "$lt_cv_libxp" = "yes"; then 19823 : 19824 else 19795 if test -z "$HAS_LIBXP_TRUE"; then : 19796 else 19825 19797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Motif/lesstif not found!" >&5 19826 19798 $as_echo "$as_me: WARNING: Motif/lesstif not found!" >&2;} … … 24002 23974 24003 23975 cat > conftest.$ac_ext <<EOF 24004 #line 2 4004"configure"23976 #line 23976 "configure" 24005 23977 #include "confdefs.h" 24006 23978 #include <qglobal.h> … … 25218 25190 25219 25191 25220 if test "$HAVE_CFITSIO" = yes -a "$HAVE_CCFITS" = yes; then25192 if test -z "$HAS_FITS_TRUE"; then : 25221 25193 $as_echo "#define HAVE_FITS 1" >>confdefs.h 25222 25194 25223 25195 fi 25224 if test "$ROOTEXEC" != no; then25196 if test -z "$HAS_ROOT_TRUE"; then : 25225 25197 $as_echo "#define HAVE_ROOT 1" >>confdefs.h 25226 25198 25227 25199 fi 25228 if test "$HAVE_ZLIB" = yes; then25200 if test -z "$HAS_ZLIB_TRUE"; then : 25229 25201 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h 25230 25202 25231 25203 fi 25232 if test "$HAVE_NOVA" = yes; then25204 if test -z "$HAS_NOVA_TRUE"; then : 25233 25205 $as_echo "#define HAVE_NOVA 1" >>confdefs.h 25234 25206 25235 25207 fi 25236 if test "$HAVE_DBUS" = yes; then25208 if test -z "$HAS_DBUS_TRUE"; then : 25237 25209 $as_echo "#define HAVE_DBUS 1" >>confdefs.h 25238 25210 25239 25211 fi 25240 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then25212 if test -z "$HAS_SQL_TRUE"; then : 25241 25213 $as_echo "#define HAVE_SQL 1" >>confdefs.h 25242 25214 25243 25215 fi 25244 if test "$HAVE_V8" = yes; then25216 if test -z "$HAS_V8_TRUE"; then : 25245 25217 $as_echo "#define HAVE_V8 1" >>confdefs.h 25246 25218 … … 25420 25392 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25421 25393 fi 25422 if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then25423 as_fn_error $? "conditional \"DX_COND_doc\" was never defined.25424 Usually this means the macro was only invoked conditionally." "$LINENO" 525425 fi25426 25394 if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then 25427 25395 as_fn_error $? "conditional \"DX_COND_dot\" was never defined. 25428 25396 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25429 25397 fi 25430 if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then25431 as_fn_error $? "conditional \"DX_COND_dot\" was never defined.25432 Usually this means the macro was only invoked conditionally." "$LINENO" 525433 fi25434 25398 if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then 25435 25399 as_fn_error $? "conditional \"DX_COND_man\" was never defined. 25436 25400 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25437 25401 fi 25438 if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then25439 as_fn_error $? "conditional \"DX_COND_man\" was never defined.25440 Usually this means the macro was only invoked conditionally." "$LINENO" 525441 fi25442 25402 if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then 25443 25403 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined. 25444 25404 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25445 25405 fi 25446 if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then25447 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.25448 Usually this means the macro was only invoked conditionally." "$LINENO" 525449 fi25450 25406 if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then 25451 25407 as_fn_error $? "conditional \"DX_COND_xml\" was never defined. 25452 25408 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25453 25409 fi 25454 if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then25455 as_fn_error $? "conditional \"DX_COND_xml\" was never defined.25456 Usually this means the macro was only invoked conditionally." "$LINENO" 525457 fi25458 25410 if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then 25459 25411 as_fn_error $? "conditional \"DX_COND_chm\" was never defined. 25460 25412 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25461 25413 fi 25462 if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then25463 as_fn_error $? "conditional \"DX_COND_chm\" was never defined.25464 Usually this means the macro was only invoked conditionally." "$LINENO" 525465 fi25466 25414 if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then 25467 25415 as_fn_error $? "conditional \"DX_COND_chi\" was never defined. 25468 25416 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25469 25417 fi 25470 if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then25471 as_fn_error $? "conditional \"DX_COND_chi\" was never defined.25472 Usually this means the macro was only invoked conditionally." "$LINENO" 525473 fi25474 25418 if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then 25475 25419 as_fn_error $? "conditional \"DX_COND_html\" was never defined. 25476 25420 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25477 25421 fi 25478 if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then25479 as_fn_error $? "conditional \"DX_COND_html\" was never defined.25480 Usually this means the macro was only invoked conditionally." "$LINENO" 525481 fi25482 25422 if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then 25483 25423 as_fn_error $? "conditional \"DX_COND_ps\" was never defined. 25484 25424 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25485 25425 fi 25486 if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then25487 as_fn_error $? "conditional \"DX_COND_ps\" was never defined.25488 Usually this means the macro was only invoked conditionally." "$LINENO" 525489 fi25490 25426 if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then 25491 25427 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined. 25492 Usually this means the macro was only invoked conditionally." "$LINENO" 525493 fi25494 if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then25495 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.25496 Usually this means the macro was only invoked conditionally." "$LINENO" 525497 fi25498 if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then25499 as_fn_error $? "conditional \"DX_COND_latex\" was never defined.25500 25428 Usually this means the macro was only invoked conditionally." "$LINENO" 5 25501 25429 fi … … 28020 27948 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 28021 27949 $as_echo "$as_me: " >&6;} 28022 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then27950 if test -z "$HAS_SQL_TRUE"; then : 28023 27951 28024 27952 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 … … 28034 27962 28035 27963 fi 28036 if test "$QT4_VERSION"; then27964 if test -z "$HAS_QT4_TRUE"; then : 28037 27965 28038 27966 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 … … 28062 27990 28063 27991 fi 28064 if test "$ROOTEXEC" != no; then27992 if test -z "$HAS_ROOT_TRUE"; then : 28065 27993 28066 27994 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 … … 28110 28038 { $as_echo "$as_me:${as_lineno-$LINENO}: CCfits / 'CCfits/CCfits' found: $HAVE_CCFITS" >&5 28111 28039 $as_echo "$as_me: CCfits / 'CCfits/CCfits' found: $HAVE_CCFITS" >&6;} 28112 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then28040 if test -z "$HAS_SQL_TRUE"; then : 28113 28041 { $as_echo "$as_me:${as_lineno-$LINENO}: MySQL/MySQL++ / 'mysql++.h' found: yes" >&5 28114 28042 $as_echo "$as_me: MySQL/MySQL++ / 'mysql++.h' found: yes" >&6;} … … 28120 28048 { $as_echo "$as_me:${as_lineno-$LINENO}: DBus-1, DBus-glib-1 / pkg-config found: $HAVE_DBUS" >&5 28121 28049 $as_echo "$as_me: DBus-1, DBus-glib-1 / pkg-config found: $HAVE_DBUS" >&6;} 28122 if test "$lt_cv_libxp" = "yes"; then28050 if test -z "$HAS_LIBXP_TRUE"; then : 28123 28051 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&5 28124 28052 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&6;} … … 28129 28057 fi 28130 28058 28131 if test "$lt_cv_libxp" = "yes"; then28059 if test -z "$HAS_LIBXP_TRUE"; then : 28132 28060 { $as_echo "$as_me:${as_lineno-$LINENO}: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&5 28133 28061 $as_echo "$as_me: Motif/lesstif / 'Xm/Xm.h' 'libXp' found: yes" >&6;} … … 28137 28065 28138 28066 fi 28139 if test "$COLORDIFF" = colordiff; then28067 if test -z "$HAS_COLORDIFF_TRUE"; then : 28140 28068 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: yes" >&5 28141 28069 $as_echo "$as_me: colored svn diff / 'colordiff' found: yes" >&6;} … … 28145 28073 28146 28074 fi 28147 if test "$HELP2MAN" = yes; then28075 if test -z "$HAS_HELP2MAN_TRUE"; then : 28148 28076 28149 28077 { $as_echo "$as_me:${as_lineno-$LINENO}: man-pages enabled / 'help2man' found: $HELP2MAN" >&5 28150 28078 $as_echo "$as_me: man-pages enabled / 'help2man' found: $HELP2MAN" >&6;} 28151 if test "$GROFF" = yes; then28079 if test -z "$HAS_GROFF_TRUE"; then : 28152 28080 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html enabled / 'groff' found: yes" >&5 28153 28081 $as_echo "$as_me: build of html enabled / 'groff' found: yes" >&6;} … … 28167 28095 fi 28168 28096 28169 if test "$DX_DOXYGEN"; then28097 if test -z "$HAS_DOXYGEN_TRUE"; then : 28170 28098 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&5 28171 28099 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&6;} … … 28175 28103 28176 28104 fi 28177 if test "$DX_DOT"; then28105 if test -z "$HAS_DOT_TRUE"; then : 28178 28106 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&5 28179 28107 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&6;} … … 28183 28111 28184 28112 fi 28185 if test "$QT4_VERSION"; then28113 if test -z "$HAS_QT4_TRUE"; then : 28186 28114 { $as_echo "$as_me:${as_lineno-$LINENO}: QT4 support enabled / QT4 toolkit found: yes" >&5 28187 28115 $as_echo "$as_me: QT4 support enabled / QT4 toolkit found: yes" >&6;} … … 28193 28121 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&5 28194 28122 $as_echo "$as_me: ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC" >&6;} 28195 if test "$HAVE_ROOT_QT" = yes; then28123 if test -z "$HAS_ROOT_QT_TRUE"; then : 28196 28124 { $as_echo "$as_me:${as_lineno-$LINENO}: ROOT built with --with-qt found: yes" >&5 28197 28125 $as_echo "$as_me: ROOT built with --with-qt found: yes" >&6;} … … 28217 28145 { $as_echo "$as_me:${as_lineno-$LINENO}: it does most probably not work." >&5 28218 28146 $as_echo "$as_me: it does most probably not work." >&6;} 28219 if test "$COLORGCC"; then 28220 : 28221 else 28147 if test -z "$HAS_COLORGCC_TRUE"; then : 28148 else 28222 28149 { $as_echo "$as_me:${as_lineno-$LINENO}: - Install colorgcc to get colored compiler output." >&5 28223 28150 $as_echo "$as_me: - Install colorgcc to get colored compiler output." >&6;} … … 28242 28169 { $as_echo "$as_me:${as_lineno-$LINENO}: diff: colored 'svn diff' if colordiff is installed" >&5 28243 28170 $as_echo "$as_me: diff: colored 'svn diff' if colordiff is installed" >&6;} 28244 if test "$HELP2MAN" = yes; then28171 if test -z "$HAS_HELP2MAN_TRUE"; then : 28245 28172 28246 28173 { $as_echo "$as_me:${as_lineno-$LINENO}: program.man: build man-page from 'program --help'" >&5 … … 28248 28175 { $as_echo "$as_me:${as_lineno-$LINENO}: (display with 'man ./program.man')" >&5 28249 28176 $as_echo "$as_me: (display with 'man ./program.man')" >&6;} 28250 if test "$GROFF" = yes; then28177 if test -z "$HAS_GROFF_TRUE"; then : 28251 28178 28252 28179 { $as_echo "$as_me:${as_lineno-$LINENO}: program.html: build html page from man-page" >&5 28253 28180 $as_echo "$as_me: program.html: build html page from man-page" >&6;} 28254 if test "$PS2PDF" = yes; then28181 if test -z "$HAS_PS2PDF_TRUE"; then : 28255 28182 { $as_echo "$as_me:${as_lineno-$LINENO}: program.pdf: build pdf documentation from man page" >&5 28256 28183 $as_echo "$as_me: program.pdf: build pdf documentation from man page" >&6;} … … 28261 28188 28262 28189 fi 28263 if test "$DX_DOXYGEN"; then28190 if test -z "$HAS_DOXYGEN_TRUE"; then : 28264 28191 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen-run: build html documentation with doxygen" >&5 28265 28192 $as_echo "$as_me: doxygen-run: build html documentation with doxygen" >&6;} … … 28276 28203 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 28277 28204 $as_echo "$as_me: " >&6;} 28278 if test "$HAVE_ZLIB" = yes; then 28279 : 28280 else 28205 if test -z "$HAS_ZLIB_TRUE"; then : 28206 else 28281 28207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib not found. Support for reading .fits.gz disabled." >&5 28282 28208 $as_echo "$as_me: WARNING: zlib not found. Support for reading .fits.gz disabled." >&2;} 28283 28209 28284 28210 fi 28285 if test "$lt_cv_libxp" = "yes"; then 28286 : 28287 else 28211 if test -z "$HAS_LIBXP_TRUE"; then : 28212 else 28288 28213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Motif/lesstif not found. The dim gui did will not be built!" >&5 28289 28214 $as_echo "$as_me: WARNING: Motif/lesstif not found. The dim gui did will not be built!" >&2;} 28290 28215 28291 28216 fi 28292 if test "$HAVE_CFITSIO" = yes -a "$HAVE_CCFITS" = yes; then 28293 : 28294 else 28217 if test -z "$HAS_FITS_TRUE"; then : 28218 else 28295 28219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: FITS support disabled. cfitsio/CCfits missing!" >&5 28296 28220 $as_echo "$as_me: WARNING: FITS support disabled. cfitsio/CCfits missing!" >&2;} 28297 28221 28298 28222 fi 28299 if test "$ROOTEXEC" != no; then 28300 if test "$HAVE_ROOT_QT" = yes; then 28301 : 28302 else 28223 if test -z "$HAS_ROOT_TRUE"; then : 28224 if test -z "$HAS_ROOT_QT_TRUE"; then : 28225 else 28303 28226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: root found but it was built without the --with-qt option" >&5 28304 28227 $as_echo "$as_me: WARNING: root found but it was built without the --with-qt option" >&2;} … … 28307 28230 28308 28231 fi 28309 if test "$QT4_VERSION"; then 28310 : 28311 else 28232 if test -z "$HAS_QT4_TRUE"; then : 28233 else 28312 28234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: QT4 missing - GUIs disabled!" >&5 28313 28235 $as_echo "$as_me: WARNING: QT4 missing - GUIs disabled!" >&2;} 28314 28236 fi 28315 if test "$HAVE_GL" = yes; then 28316 : 28317 else 28237 if test -z "$HAS_GL_TRUE"; then : 28238 else 28318 28239 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GL not found - GUIs will be disabled." >&5 28319 28240 $as_echo "$as_me: WARNING: GL not found - GUIs will be disabled." >&2;} 28320 28241 fi 28321 if test "$HAVE_GLU" = yes; then 28322 : 28323 else 28242 if test -z "$HAS_GLU_TRUE"; then : 28243 else 28324 28244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GLU not found - GUIs will be disabled." >&5 28325 28245 $as_echo "$as_me: WARNING: GLU not found - GUIs will be disabled." >&2;} 28326 28246 fi 28327 if test "$HAVE_QGL" = yes; then 28328 : 28329 else 28247 if test -z "$HAS_QGL_TRUE"; then : 28248 else 28330 28249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: QtOpenGl not found - GUIs will be disabled." >&5 28331 28250 $as_echo "$as_me: WARNING: QtOpenGl not found - GUIs will be disabled." >&2;} 28332 28251 fi 28333 if test "$HAVE_QWT" = yes; then 28334 : 28335 else 28252 if test -z "$HAS_QWT_TRUE"; then : 28253 else 28336 28254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Qwt not found - viewer will be disabled." >&5 28337 28255 $as_echo "$as_me: WARNING: Qwt not found - viewer will be disabled." >&2;} 28338 28256 fi 28339 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_ROOT_QT" = yes ; then 28340 : 28341 else 28257 if test -z "$HAS_GUI_TRUE"; then : 28258 else 28342 28259 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Either of the necessary packages not found - fact GUI disabled!" >&5 28343 28260 $as_echo "$as_me: WARNING: Either of the necessary packages not found - fact GUI disabled!" >&2;} 28344 28261 28345 28262 fi 28346 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_QWT" = yes; then 28347 : 28348 else 28263 if test -z "$HAS_VIEWER_TRUE"; then : 28264 else 28349 28265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Either of the necessary packages not found - viewer GUI disabled!" >&5 28350 28266 $as_echo "$as_me: WARNING: Either of the necessary packages not found - viewer GUI disabled!" >&2;} 28351 28267 28352 28268 fi 28353 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then 28354 : 28355 else 28269 if test -z "$HAS_SQL_TRUE"; then : 28270 else 28356 28271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: database support globally disabled!" >&5 28357 28272 $as_echo "$as_me: WARNING: database support globally disabled!" >&2;} 28358 28273 fi 28359 if test "$HAVE_NOVA" = yes; then 28360 : 28361 else 28274 if test -z "$HAS_NOVA_TRUE"; then : 28275 else 28362 28276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnova missing - smartfact will be compiles without astronomy support!" >&5 28363 28277 $as_echo "$as_me: WARNING: libnova missing - smartfact will be compiles without astronomy support!" >&2;} 28364 28278 fi 28365 if test "$HAVE_V8" = yes; then 28366 : 28367 else 28279 if test -z "$HAS_V8_TRUE"; then : 28280 else 28368 28281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libv8 missing - JavaScript support will be disabled!" >&5 28369 28282 $as_echo "$as_me: WARNING: libv8 missing - JavaScript support will be disabled!" >&2;} 28370 28283 fi 28371 if test "$HAVE_DBUS" = yes; then 28372 : 28373 else 28284 if test -z "$HAS_DBUS_TRUE"; then : 28285 else 28374 28286 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: DBus libraries missing - skypeclient will not be compiled!" >&5 28375 28287 $as_echo "$as_me: WARNING: DBus libraries missing - skypeclient will not be compiled!" >&2;} 28376 28288 fi 28377 if test "$HAVE_SOPRANO" = yes; then 28378 : 28379 else 28289 if test -z "$HAS_SOPRANO_TRUE"; then : 28290 else 28380 28291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Soprano libraries missing - tngweather will not be compiled!" >&5 28381 28292 $as_echo "$as_me: WARNING: Soprano libraries missing - tngweather will not be compiled!" >&2;}
Note:
See TracChangeset
for help on using the changeset viewer.