Changeset 14328 for trunk/FACT++


Ignore:
Timestamp:
08/08/12 21:18:29 (12 years ago)
Author:
tbretz
Message:
Updated to the latest version auf autoconf/automake
Location:
trunk/FACT++
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.aux_dir/config.guess

    r12832 r14328  
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    44#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
    5 #   2011 Free Software Foundation, Inc.
    6 
    7 timestamp='2011-05-11'
     5#   2011, 2012 Free Software Foundation, Inc.
     6
     7timestamp='2012-02-10'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    1818#
    1919# 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/>.
    2321#
    2422# As a special exception to the GNU General Public License, if you
     
    5856Originally written by Per Bothner.
    5957Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    60 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
    61 Software Foundation, Inc.
     582001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
     59Free Software Foundation, Inc.
    6260
    6361This is free software; see the source for copying conditions.  There is NO
     
    146144    *:NetBSD:*:*)
    147145        # NetBSD (nbsd) targets should (where applicable) match one or
    148         # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
     146        # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
    149147        # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
    150148        # switched to ELF, *-*-netbsd* would select the old
     
    793791        exit ;;
    794792    *: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
    798795            amd64)
    799796                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
    800797            *)
    801                 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
     798                echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
    802799        esac
    803800        exit ;;
     
    807804    *:MINGW*:*)
    808805        echo ${UNAME_MACHINE}-pc-mingw32
     806        exit ;;
     807    i*:MSYS*:*)
     808        echo ${UNAME_MACHINE}-pc-msys
    809809        exit ;;
    810810    i*:windows32*:*)
     
    862862        echo ${UNAME_MACHINE}-pc-minix
    863863        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 ;;
    864871    alpha:Linux:*:*)
    865872        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
     
    896903        exit ;;
    897904    cris:Linux:*:*)
    898         echo cris-axis-linux-gnu
     905        echo ${UNAME_MACHINE}-axis-linux-gnu
    899906        exit ;;
    900907    crisv32:Linux:*:*)
    901         echo crisv32-axis-linux-gnu
     908        echo ${UNAME_MACHINE}-axis-linux-gnu
    902909        exit ;;
    903910    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
    905915        exit ;;
    906916    i*86:Linux:*:*)
     
    944954        ;;
    945955    or32:Linux:*:*)
    946         echo or32-unknown-linux-gnu
     956        echo ${UNAME_MACHINE}-unknown-linux-gnu
    947957        exit ;;
    948958    padre:Linux:*:*)
     
    979989        exit ;;
    980990    tile*:Linux:*:*)
    981         echo ${UNAME_MACHINE}-tilera-linux-gnu
     991        echo ${UNAME_MACHINE}-unknown-linux-gnu
    982992        exit ;;
    983993    vax:Linux:*:*)
     
    985995        exit ;;
    986996    x86_64:Linux:*:*)
    987         echo x86_64-unknown-linux-gnu
     997        echo ${UNAME_MACHINE}-unknown-linux-gnu
    988998        exit ;;
    989999    xtensa*:Linux:*:*)
     
    13161326        echo ${UNAME_MACHINE}-pc-aros
    13171327        exit ;;
     1328    x86_64:VMkernel:*:*)
     1329        echo ${UNAME_MACHINE}-unknown-esx
     1330        exit ;;
    13181331esac
    13191332
  • trunk/FACT++/.aux_dir/config.sub

    r12832 r14328  
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    44#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
    5 #   2011 Free Software Foundation, Inc.
    6 
    7 timestamp='2011-03-23'
     5#   2011, 2012 Free Software Foundation, Inc.
     6
     7timestamp='2012-02-10'
    88
    99# This file is (in principle) common to ALL GNU software.
     
    2222#
    2323# 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/>.
    2725#
    2826# As a special exception to the GNU General Public License, if you
     
    7775
    7876Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
    80 Software Foundation, Inc.
     772001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
     78Free Software Foundation, Inc.
    8179
    8280This is free software; see the source for copying conditions.  There is NO
     
    133131    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
    134132    ;;
     133  android-linux)
     134    os=-linux-android
     135    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
     136    ;;
    135137  *)
    136138    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
     
    248250        1750a | 580 \
    249251        | a29k \
     252        | aarch64 | aarch64_be \
    250253        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
    251254        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
    252255        | am33_2.0 \
    253256        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
     257        | be32 | be64 \
    254258        | bfin \
    255259        | c4x | clipper \
    256260        | d10v | d30v | dlx | dsp16xx \
     261        | epiphany \
    257262        | fido | fr30 | frv \
    258263        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
     264        | hexagon \
    259265        | i370 | i860 | i960 | ia64 \
    260266        | ip2k | iq2000 \
     267        | le32 | le64 \
    261268        | lm32 \
    262269        | m32c | m32r | m32rle | m68000 | m68k | m88k \
     
    292299        | powerpc | powerpc64 | powerpc64le | powerpcle \
    293300        | pyramid \
    294         | rx \
     301        | rl78 | rx \
    295302        | score \
    296303        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
     
    301308        | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
    302309        | ubicom32 \
    303         | v850 | v850e \
     310        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
    304311        | we32k \
    305312        | x86 | xc16x | xstormy16 | xtensa \
     
    316323                basic_machine=tic6x-unknown
    317324                ;;
    318         m6811 | m68hc11 | m6812 | m68hc12 | picochip)
    319                 # Motorola 68HC11/12.
     325        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
    320326                basic_machine=$basic_machine-unknown
    321327                os=-none
     
    330336                basic_machine=arm-unknown
    331337                ;;
    332 
     338        xgate)
     339                basic_machine=$basic_machine-unknown
     340                os=-none
     341                ;;
    333342        xscaleeb)
    334343                basic_machine=armeb-unknown
     
    353362        580-* \
    354363        | a29k-* \
     364        | aarch64-* | aarch64_be-* \
    355365        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
    356366        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
     
    358368        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    359369        | avr-* | avr32-* \
     370        | be32-* | be64-* \
    360371        | bfin-* | bs2000-* \
    361372        | c[123]* | c30-* | [cjt]90-* | c4x-* \
     
    366377        | h8300-* | h8500-* \
    367378        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
     379        | hexagon-* \
    368380        | i*86-* | i860-* | i960-* | ia64-* \
    369381        | ip2k-* | iq2000-* \
     382        | le32-* | le64-* \
    370383        | lm32-* \
    371384        | m32c-* | m32r-* | m32rle-* \
     
    401414        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
    402415        | pyramid-* \
    403         | romp-* | rs6000-* | rx-* \
     416        | rl78-* | romp-* | rs6000-* | rx-* \
    404417        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    405418        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
     
    409422        | tahoe-* \
    410423        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
    411         | tile-* | tilegx-* \
     424        | tile*-* \
    412425        | tron-* \
    413426        | ubicom32-* \
    414         | v850-* | v850e-* | vax-* \
     427        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
     428        | vax-* \
    415429        | we32k-* \
    416430        | x86-* | x86_64-* | xc16x-* | xps100-* \
     
    712726                basic_machine=i370-ibm
    713727                ;;
    714 # I'm not sure what "Sysv32" means.  Should this be sysv3.2?
    715728        i*86v32)
    716729                basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
     
    809822                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
    810823                ;;
     824        msys)
     825                basic_machine=i386-pc
     826                os=-msys
     827                ;;
    811828        mvs)
    812829                basic_machine=i370-ibm
    813830                os=-mvs
     831                ;;
     832        nacl)
     833                basic_machine=le32-unknown
     834                os=-nacl
    814835                ;;
    815836        ncr3000)
     
    11211142                os=-unicos
    11221143                ;;
    1123         # This must be matched before tile*.
    1124         tilegx*)
    1125                 basic_machine=tilegx-unknown
    1126                 os=-linux-gnu
    1127                 ;;
    11281144        tile*)
    1129                 basic_machine=tile-unknown
     1145                basic_machine=$basic_machine-unknown
    11301146                os=-linux-gnu
    11311147                ;;
     
    13371353              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
    13381354              | -chorusos* | -chorusrdb* | -cegcc* \
    1339               | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
     1355              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    13401356              | -mingw32* | -linux-gnu* | -linux-android* \
    13411357              | -linux-newlib* | -linux-uclibc* \
     
    15491565        m68000-sun)
    15501566                os=-sunos3
    1551                 # This also exists in the configure program, but was not the
    1552                 # default.
    1553                 # os=-sunos4
    15541567                ;;
    15551568        m68*-cisco)
  • trunk/FACT++/.aux_dir/ltmain.sh

    r12832 r14328  
    11
    2 # libtool (GNU libtool) 2.4
     2# libtool (GNU libtool) 2.4.2
    33# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
    44
    55# 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.
    77# This is free software; see the source for copying conditions.  There is NO
    88# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     
    4242#       --no-quiet, --no-silent
    4343#                            print informational messages (default)
     44#       --no-warn            don't display warning messages
    4445#       --tag=TAG            use configuration variables from tag TAG
    4546#   -v, --verbose            print more informational messages than default
     
    7071#         compiler flags:               $LTCFLAGS
    7172#         linker:               $LD (gnu? $with_gnu_ld)
    72 #         $progname:    (GNU libtool) 2.4 Debian-2.4-2ubuntu1
     73#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
    7374#         automake:     $automake_version
    7475#         autoconf:     $autoconf_version
     
    8081PROGRAM=libtool
    8182PACKAGE=libtool
    82 VERSION="2.4 Debian-2.4-2ubuntu1"
     83VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
    8384TIMESTAMP=""
    84 package_revision=1.3293
     85package_revision=1.3337
    8586
    8687# Be Bourne compatible
     
    137138: ${CP="cp -f"}
    138139test "${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"}
    143140: ${MAKE="make"}
    144141: ${MKDIR="mkdir"}
    145142: ${MV="mv -f"}
    146143: ${RM="rm -f"}
    147 : ${SED="/bin/sed"}
    148144: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
    149145: ${Xsed="$SED -e 1s/^X//"}
     
    388384  *)
    389385     save_IFS="$IFS"
    390      IFS=:
     386     IFS=${PATH_SEPARATOR-:}
    391387     for progdir in $PATH; do
    392388       IFS="$save_IFS"
     
    772768        s*\$LD*'"$LD"'*
    773769        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`"'/
    776772        p
    777773        d
     
    10531049opt_help_all=false
    10541050opt_silent=:
     1051opt_warning=:
    10551052opt_verbose=:
    10561053opt_silent=false
     
    11191116      --no-silent|--no-quiet)
    11201117                        opt_silent=false
     1118func_append preserve_args " $opt"
     1119                        ;;
     1120      --no-warning|--no-warn)
     1121                        opt_warning=false
    11211122func_append preserve_args " $opt"
    11221123                        ;;
     
    20602061    *.ada | *.adb | *.ads | *.asm | \
    20612062    *.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)
    20632064      func_xform "$libobj"
    20642065      libobj=$func_xform_result
     
    32023203      # Set up the ranlib parameters.
    32033204      oldlib="$destdir/$name"
     3205      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
     3206      tool_oldlib=$func_to_tool_file_result
    32043207
    32053208      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
    32063209
    32073210      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 $?'
    32093212      fi
    32103213
     
    34713474          # pic_flag when linking with -static.  The problem exists in
    34723475          # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
    3473           *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
     3476          *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
    34743477            pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
    34753478          *-*-hpux*)
     
    39833986func_exec_program ()
    39843987{
    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
    39933999  func_exec_program_core \${1+\"\$@\"}
    39944000}
     
    50585064EOF
    50595065            func_emit_wrapper yes |
    5060               $SED -e 's/\([\\"]\)/\\\1/g' \
    5061                    -e 's/^/  fputs ("/' -e 's/$/\\n", f);/'
    5062 
     5066              $SED -n -e '
     5067s/^\(.\{79\}\)\(..*\)/\1\
     5068\2/
     5069h
     5070s/\([\\"]\)/\\\1/g
     5071s/$/\\n/
     5072s/\([^\n]*\).*/  fputs ("\1", f);/p
     5073g
     5074D'
    50635075            cat <<"EOF"
    50645076}
     
    56445656        ;;
    56455657
    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=*)
    56475660        func_append compiler_flags " $arg"
    56485661        func_append compile_command " $arg"
     
    61516164        found=no
    61526165        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=*)
    61546168          if test "$linkmode,$pass" = "prog,link"; then
    61556169            compile_deplibs="$deplib $compile_deplibs"
     
    67026716            fi
    67036717          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
    67046727          if test "$linkmode" = lib &&
    67056728             test "$hardcode_into_libs" = yes; then
     
    68266849                add="$dir/$linklib"
    68276850              elif test "$hardcode_minus_L" = yes; then
    6828                 add_dir="-L$dir"
     6851                add_dir="-L$absdir"
    68296852                # Try looking first in the location we're being installed to.
    68306853                if test -n "$inst_prefix_dir"; then
     
    73117334          #
    73127335          case $version_type in
     7336          # correct linux to gnu/linux during the next big refactor
    73137337          darwin|linux|osf|windows|none)
    73147338            func_arith $number_major + $number_minor
     
    74307454          ;;
    74317455
    7432         linux)
     7456        linux) # correct to gnu/linux during the next big refactor
    74337457          func_arith $current - $age
    74347458          major=.$func_arith_result
     
    80188042      # Test again, we may have decided not to build it any more
    80198043      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
    80208049        if test "$hardcode_into_libs" = yes; then
    80218050          # Hardcode the library paths
     
    80488077              case "$perm_rpath " in
    80498078              *" $libdir "*) ;;
    8050               *) func_apped perm_rpath " $libdir" ;;
     8079              *) func_append perm_rpath " $libdir" ;;
    80518080              esac
    80528081            fi
     
    80568085             test -n "$hardcode_libdirs"; then
    80578086            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\""
    80638088          fi
    80648089          if test -n "$runpath_var" && test -n "$perm_rpath"; then
     
    91509175          done
    91519176        fi
     9177        func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
     9178        tool_oldlib=$func_to_tool_file_result
    91529179        eval cmds=\"$old_archive_cmds\"
    91539180
     
    92599286                func_basename "$deplib"
    92609287                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`
    92629290                test -z "$libdir" && \
    92639291                  func_fatal_error "\`$deplib' is not a valid libtool archive"
  • trunk/FACT++/.macro_dir/ltversion.m4

    r12832 r14328  
    1010# @configure_input@
    1111
    12 # serial 3293 ltversion.m4
     12# serial 3337 ltversion.m4
    1313# This file is part of GNU Libtool
    1414
    15 m4_define([LT_PACKAGE_VERSION], [2.4])
    16 m4_define([LT_PACKAGE_REVISION], [1.3293])
     15m4_define([LT_PACKAGE_VERSION], [2.4.2])
     16m4_define([LT_PACKAGE_REVISION], [1.3337])
    1717
    1818AC_DEFUN([LTVERSION_VERSION],
    19 [macro_version='2.4'
    20 macro_revision='1.3293'
     19[macro_version='2.4.2'
     20macro_revision='1.3337'
    2121_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
    2222_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 -*-
    22
    33# 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.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
     
    13721373#   warranty.
    13731374
    1374 #serial 11
     1375#serial 12
    13751376
    13761377
     
    14761477    :
    14771478fi
     1479AM_CONDITIONAL(DX_COND_$1, DX_TEST_FEATURE([$1]))
    14781480if DX_TEST_FEATURE([$1]); then
    1479     AM_CONDITIONAL(DX_COND_$1, :)
    14801481    $6
    14811482    :
    14821483else
    1483     AM_CONDITIONAL(DX_COND_$1, false)
    14841484    $7
    14851485    :
     
    16041604
    16051605# LaTeX generation for PS and/or PDF:
     1606AM_CONDITIONAL(DX_COND_latex, DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf))
    16061607if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
    1607     AM_CONDITIONAL(DX_COND_latex, :)
    16081608    DX_ENV_APPEND(GENERATE_LATEX, YES)
    16091609else
    1610     AM_CONDITIONAL(DX_COND_latex, false)
    16111610    DX_ENV_APPEND(GENERATE_LATEX, NO)
    16121611fi
     
    17261725#   exception to the GPL to apply to your modified version as well.
    17271726
    1728 #serial 14
     1727#serial 16
    17291728
    17301729AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD])
     
    19091908        AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT],
    19101909            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;]])],
    19131912                    [ax_cv_PTHREAD_PRIO_INHERIT=yes],
    19141913                    [ax_cv_PTHREAD_PRIO_INHERIT=no])
     
    21052104])# PKG_CHECK_MODULES
    21062105
    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.
    21082108#
    21092109# This file is free software; the Free Software Foundation
    21102110# gives unlimited permission to copy and/or distribute it,
    21112111# with or without modifications, as long as this notice is preserved.
     2112
     2113# serial 1
    21122114
    21132115# AM_AUTOMAKE_VERSION(VERSION)
     
    21202122dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    21212123dnl require some minimum version.  Point them to the right macro.
    2122 m4_if([$1], [1.11.1], [],
     2124m4_if([$1], [1.11.3], [],
    21232125      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    21242126])
     
    21362138# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    21372139AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    2138 [AM_AUTOMAKE_VERSION([1.11.1])dnl
     2140[AM_AUTOMAKE_VERSION([1.11.3])dnl
    21392141m4_ifndef([AC_AUTOCONF_VERSION],
    21402142  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     
    21432145# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    21442146
    2145 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     2147# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    21462148#
    21472149# This file is free software; the Free Software Foundation
    21482150# gives unlimited permission to copy and/or distribute it,
    21492151# with or without modifications, as long as this notice is preserved.
     2152
     2153# serial 1
    21502154
    21512155# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
     
    21962200# AM_COND_IF                                            -*- Autoconf -*-
    21972201
    2198 # Copyright (C) 2008 Free Software Foundation, Inc.
     2202# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
    21992203#
    22002204# This file is free software; the Free Software Foundation
     
    22022206# with or without modifications, as long as this notice is preserved.
    22032207
    2204 # serial 1
     2208# serial 3
    22052209
    22062210# _AM_COND_IF
     
    22162220# AM_COND_IF(COND, [IF-TRUE], [IF-FALSE])
    22172221# ---------------------------------------
    2218 # If the shell condition matching COND is true, execute IF-TRUE,
    2219 # otherwise execute IF-FALSE.  Allow automake to learn about conditional
    2220 # 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).
    22212225AC_DEFUN([AM_COND_IF],
    22222226[m4_ifndef([_AM_COND_VALUE_$1],
    22232227           [m4_fatal([$0: no such condition "$1"])])dnl
    22242228_AM_COND_IF([$1])dnl
    2225 if _AM_COND_VALUE_$1; then
    2226   m4_default([$2], [:])
     2229if test -z "$$1_TRUE"; then :
     2230  m4_n([$2])[]dnl
    22272231m4_ifval([$3],
    22282232[_AM_COND_ELSE([$1])dnl
     
    22702274fi])])
    22712275
    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.
    22742278#
    22752279# This file is free software; the Free Software Foundation
     
    22772281# with or without modifications, as long as this notice is preserved.
    22782282
    2279 # serial 10
     2283# serial 12
    22802284
    22812285# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
     
    23172321  # making a dummy file named `D' -- because `-MD' means `put the output
    23182322  # in D'.
     2323  rm -rf conftest.dir
    23192324  mkdir conftest.dir
    23202325  # Copy depcomp to subdir because otherwise we won't find it if we're
     
    23812386      fi
    23822387      ;;
    2383     msvisualcpp | msvcmsys)
     2388    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    23842389      # This compiler won't grok `-c -o', but also, the minuso test has
    23852390      # not run yet.  These depmodes are late enough in the game, and
     
    24462451  am_depcomp="$ac_aux_dir/depcomp"
    24472452  AMDEPBACKSLASH='\'
     2453  am__nodep='_no'
    24482454fi
    24492455AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
    24502456AC_SUBST([AMDEPBACKSLASH])dnl
    24512457_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
     2458AC_SUBST([am__nodep])dnl
     2459_AM_SUBST_NOTMAKE([am__nodep])dnl
    24522460])
    24532461
     
    26712679echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    26722680
    2673 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
     2681# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     2682# Inc.
    26742683#
    26752684# This file is free software; the Free Software Foundation
    26762685# gives unlimited permission to copy and/or distribute it,
    26772686# with or without modifications, as long as this notice is preserved.
     2687
     2688# serial 1
    26782689
    26792690# AM_PROG_INSTALL_SH
     
    28432854])
    28442855
    2845 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
     2856# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     2857# Inc.
    28462858#
    28472859# This file is free software; the Free Software Foundation
    28482860# gives unlimited permission to copy and/or distribute it,
    28492861# with or without modifications, as long as this notice is preserved.
     2862
     2863# serial 1
    28502864
    28512865# AM_PROG_MKDIR_P
     
    28712885# Helper functions for option handling.                     -*- Autoconf -*-
    28722886
    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.
    28742889#
    28752890# This file is free software; the Free Software Foundation
     
    28772892# with or without modifications, as long as this notice is preserved.
    28782893
    2879 # serial 4
     2894# serial 5
    28802895
    28812896# _AM_MANGLE_OPTION(NAME)
     
    28852900
    28862901# _AM_SET_OPTION(NAME)
    2887 # ------------------------------
     2902# --------------------
    28882903# Set option NAME.  Presently that only means defining a flag for this option.
    28892904AC_DEFUN([_AM_SET_OPTION],
     
    28912906
    28922907# _AM_SET_OPTIONS(OPTIONS)
    2893 # ----------------------------------
     2908# ------------------------
    28942909# OPTIONS is a space-separated list of Automake options.
    28952910AC_DEFUN([_AM_SET_OPTIONS],
     
    29672982AC_MSG_RESULT(yes)])
    29682983
    2969 # Copyright (C) 2009  Free Software Foundation, Inc.
     2984# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
    29702985#
    29712986# This file is free software; the Free Software Foundation
     
    29732988# with or without modifications, as long as this notice is preserved.
    29742989
    2975 # serial 1
     2990# serial 2
    29762991
    29772992# AM_SILENT_RULES([DEFAULT])
     
    29883003*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
    29893004esac
     3005dnl
     3006dnl A few `make' implementations (e.g., NonStop OS and NextStep)
     3007dnl do not support nested variable expansions.
     3008dnl See automake bug#9928 and bug#10237.
     3009am_make=${MAKE-make}
     3010AC_CACHE_CHECK([whether $am_make supports nested variables],
     3011   [am_cv_make_support_nested_variables],
     3012   [if AS_ECHO([['TRUE=$(BAR$(V))
     3013BAR0=false
     3014BAR1=true
     3015V=1
     3016am__doit:
     3017        @$(TRUE)
     3018.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
     3019  am_cv_make_support_nested_variables=yes
     3020else
     3021  am_cv_make_support_nested_variables=no
     3022fi])
     3023if 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)'
     3027else
     3028  AM_V=$AM_DEFAULT_VERBOSITY
     3029  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
     3030fi
     3031AC_SUBST([AM_V])dnl
     3032AM_SUBST_NOTMAKE([AM_V])dnl
     3033AC_SUBST([AM_DEFAULT_V])dnl
     3034AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
    29903035AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
    29913036AM_BACKSLASH='\'
     
    29943039])
    29953040
    2996 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     3041# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    29973042#
    29983043# This file is free software; the Free Software Foundation
    29993044# gives unlimited permission to copy and/or distribute it,
    30003045# with or without modifications, as long as this notice is preserved.
     3046
     3047# serial 1
    30013048
    30023049# AM_PROG_INSTALL_STRIP
     
    30223069AC_SUBST([INSTALL_STRIP_PROGRAM])])
    30233070
    3024 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
     3071# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    30253072#
    30263073# This file is free software; the Free Software Foundation
     
    30283075# with or without modifications, as long as this notice is preserved.
    30293076
    3030 # serial 2
     3077# serial 3
    30313078
    30323079# _AM_SUBST_NOTMAKE(VARIABLE)
     
    30373084
    30383085# AM_SUBST_NOTMAKE(VARIABLE)
    3039 # ---------------------------
     3086# --------------------------
    30403087# Public sister of _AM_SUBST_NOTMAKE.
    30413088AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
     
    30433090# Check how to create a tarball.                            -*- Autoconf -*-
    30443091
    3045 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
     3092# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    30463093#
    30473094# This file is free software; the Free Software Foundation
     
    30653112#     $(am__untar) < result.tar
    30663113AC_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 ...
     3116AC_SUBST([AMTAR], ['$${TAR-tar}'])
    30693117m4_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 -'],
    30713119     [m4_case([$1], [ustar],, [pax],,
    30723120              [m4_fatal([Unknown tar format])])
  • trunk/FACT++/configure

    r14134 r14328  
    782782AM_BACKSLASH
    783783AM_DEFAULT_VERBOSITY
     784AM_DEFAULT_V
     785AM_V
    784786am__fastdepCXX_FALSE
    785787am__fastdepCXX_TRUE
     
    788790am__fastdepCC_TRUE
    789791CCDEPMODE
     792am__nodep
    790793AMDEPBACKSLASH
    791794AMDEP_FALSE
     
    49394942
    49404943
    4941 macro_version='2.4'
    4942 macro_revision='1.3293'
     4944macro_version='2.4.2'
     4945macro_revision='1.3337'
    49434946
    49444947
     
    1577215775  am_depcomp="$ac_aux_dir/depcomp"
    1577315776  AMDEPBACKSLASH='\'
     15777  am__nodep='_no'
    1577415778fi
    1577515779 if test "x$enable_dependency_tracking" != xno; then
     
    1579215796*)   AM_DEFAULT_VERBOSITY=1;;
    1579315797esac
     15798am_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; }
     15801if ${am_cv_make_support_nested_variables+:} false; then :
     15802  $as_echo_n "(cached) " >&6
     15803else
     15804  if $as_echo 'TRUE=$(BAR$(V))
     15805BAR0=false
     15806BAR1=true
     15807V=1
     15808am__doit:
     15809        @$(TRUE)
     15810.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
     15811  am_cv_make_support_nested_variables=yes
     15812else
     15813  am_cv_make_support_nested_variables=no
     15814fi
     15815fi
     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; }
     15818if test $am_cv_make_support_nested_variables = yes; then
     15819    AM_V='$(V)'
     15820  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     15821else
     15822  AM_V=$AM_DEFAULT_VERBOSITY
     15823  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
     15824fi
    1579415825AM_BACKSLASH='\'
    1579515826
     
    1583715868# We need awk for the "check" target.  The system "awk" is bad on
    1583815869# 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 ...
     15872AMTAR='$${TAR-tar}'
     15873
     15874am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    1584415875
    1584515876
     
    1585915890  # making a dummy file named `D' -- because `-MD' means `put the output
    1586015891  # in D'.
     15892  rm -rf conftest.dir
    1586115893  mkdir conftest.dir
    1586215894  # Copy depcomp to subdir because otherwise we won't find it if we're
     
    1591815950      fi
    1591915951      ;;
    15920     msvisualcpp | msvcmsys)
     15952    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    1592115953      # This compiler won't grok `-c -o', but also, the minuso test has
    1592215954      # not run yet.  These depmodes are late enough in the game, and
     
    1598616018  # making a dummy file named `D' -- because `-MD' means `put the output
    1598716019  # in D'.
     16020  rm -rf conftest.dir
    1598816021  mkdir conftest.dir
    1598916022  # Copy depcomp to subdir because otherwise we won't find it if we're
     
    1604516078      fi
    1604616079      ;;
    16047     msvisualcpp | msvcmsys)
     16080    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    1604816081      # This compiler won't grok `-c -o', but also, the minuso test has
    1604916082      # not run yet.  These depmodes are late enough in the game, and
     
    1611116144*)   AM_DEFAULT_VERBOSITY=0;;
    1611216145esac
     16146am_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; }
     16149if ${am_cv_make_support_nested_variables+:} false; then :
     16150  $as_echo_n "(cached) " >&6
     16151else
     16152  if $as_echo 'TRUE=$(BAR$(V))
     16153BAR0=false
     16154BAR1=true
     16155V=1
     16156am__doit:
     16157        @$(TRUE)
     16158.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
     16159  am_cv_make_support_nested_variables=yes
     16160else
     16161  am_cv_make_support_nested_variables=no
     16162fi
     16163fi
     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; }
     16166if test $am_cv_make_support_nested_variables = yes; then
     16167    AM_V='$(V)'
     16168  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     16169else
     16170  AM_V=$AM_DEFAULT_VERBOSITY
     16171  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
     16172fi
    1611316173AM_BACKSLASH='\'
    1611416174
     
    1652916589    :
    1653016590fi
    16531 if test "$DX_FLAG_doc" = 1; then
    16532      if :; then
     16591 if test "$DX_FLAG_doc" = 1; then
    1653316592  DX_COND_doc_TRUE=
    1653416593  DX_COND_doc_FALSE='#'
     
    1653816597fi
    1653916598
     16599if test "$DX_FLAG_doc" = 1; then
    1654016600    DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
    1654116601
    1654216602    :
    1654316603else
    16544      if false; then
    16545   DX_COND_doc_TRUE=
    16546   DX_COND_doc_FALSE='#'
    16547 else
    16548   DX_COND_doc_TRUE='#'
    16549   DX_COND_doc_FALSE=
    16550 fi
    16551 
    1655216604
    1655316605    :
     
    1670116753    :
    1670216754fi
    16703 if test "$DX_FLAG_dot" = 1; then
    16704      if :; then
     16755 if test "$DX_FLAG_dot" = 1; then
    1670516756  DX_COND_dot_TRUE=
    1670616757  DX_COND_dot_FALSE='#'
     
    1671016761fi
    1671116762
     16763if test "$DX_FLAG_dot" = 1; then
    1671216764    DX_ENV="$DX_ENV HAVE_DOT='YES'"
    1671316765
     
    1671616768    :
    1671716769else
    16718      if false; then
    16719   DX_COND_dot_TRUE=
    16720   DX_COND_dot_FALSE='#'
    16721 else
    16722   DX_COND_dot_TRUE='#'
    16723   DX_COND_dot_FALSE=
    16724 fi
    16725 
    1672616770    DX_ENV="$DX_ENV HAVE_DOT='NO'"
    1672716771
     
    1677116815    :
    1677216816fi
    16773 if test "$DX_FLAG_man" = 1; then
    16774      if :; then
     16817 if test "$DX_FLAG_man" = 1; then
    1677516818  DX_COND_man_TRUE=
    1677616819  DX_COND_man_FALSE='#'
     
    1678016823fi
    1678116824
     16825if test "$DX_FLAG_man" = 1; then
    1678216826    DX_ENV="$DX_ENV GENERATE_MAN='YES'"
    1678316827
    1678416828    :
    1678516829else
    16786      if false; then
    16787   DX_COND_man_TRUE=
    16788   DX_COND_man_FALSE='#'
    16789 else
    16790   DX_COND_man_TRUE='#'
    16791   DX_COND_man_FALSE=
    16792 fi
    16793 
    1679416830    DX_ENV="$DX_ENV GENERATE_MAN='NO'"
    1679516831
     
    1683916875    :
    1684016876fi
    16841 if test "$DX_FLAG_rtf" = 1; then
    16842      if :; then
     16877 if test "$DX_FLAG_rtf" = 1; then
    1684316878  DX_COND_rtf_TRUE=
    1684416879  DX_COND_rtf_FALSE='#'
     
    1684816883fi
    1684916884
     16885if test "$DX_FLAG_rtf" = 1; then
    1685016886    DX_ENV="$DX_ENV GENERATE_RTF='YES'"
    1685116887
    1685216888    :
    1685316889else
    16854      if false; then
    16855   DX_COND_rtf_TRUE=
    16856   DX_COND_rtf_FALSE='#'
    16857 else
    16858   DX_COND_rtf_TRUE='#'
    16859   DX_COND_rtf_FALSE=
    16860 fi
    16861 
    1686216890    DX_ENV="$DX_ENV GENERATE_RTF='NO'"
    1686316891
     
    1690716935    :
    1690816936fi
    16909 if test "$DX_FLAG_xml" = 1; then
    16910      if :; then
     16937 if test "$DX_FLAG_xml" = 1; then
    1691116938  DX_COND_xml_TRUE=
    1691216939  DX_COND_xml_FALSE='#'
     
    1691616943fi
    1691716944
     16945if test "$DX_FLAG_xml" = 1; then
    1691816946    DX_ENV="$DX_ENV GENERATE_XML='YES'"
    1691916947
    1692016948    :
    1692116949else
    16922      if false; then
    16923   DX_COND_xml_TRUE=
    16924   DX_COND_xml_FALSE='#'
    16925 else
    16926   DX_COND_xml_TRUE='#'
    16927   DX_COND_xml_FALSE=
    16928 fi
    16929 
    1693016950    DX_ENV="$DX_ENV GENERATE_XML='NO'"
    1693116951
     
    1708017100    :
    1708117101fi
    17082 if test "$DX_FLAG_chm" = 1; then
    17083      if :; then
     17102 if test "$DX_FLAG_chm" = 1; then
    1708417103  DX_COND_chm_TRUE=
    1708517104  DX_COND_chm_FALSE='#'
     
    1708917108fi
    1709017109
     17110if test "$DX_FLAG_chm" = 1; then
    1709117111    DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
    1709217112
     
    1709717117    :
    1709817118else
    17099      if false; then
    17100   DX_COND_chm_TRUE=
    17101   DX_COND_chm_FALSE='#'
    17102 else
    17103   DX_COND_chm_TRUE='#'
    17104   DX_COND_chm_FALSE=
    17105 fi
    17106 
    1710717119    DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
    1710817120
     
    1715217164    :
    1715317165fi
    17154 if test "$DX_FLAG_chi" = 1; then
    17155      if :; then
     17166 if test "$DX_FLAG_chi" = 1; then
    1715617167  DX_COND_chi_TRUE=
    1715717168  DX_COND_chi_FALSE='#'
     
    1716117172fi
    1716217173
     17174if test "$DX_FLAG_chi" = 1; then
    1716317175    DX_ENV="$DX_ENV GENERATE_CHI='YES'"
    1716417176
    1716517177    :
    1716617178else
    17167      if false; then
    17168   DX_COND_chi_TRUE=
    17169   DX_COND_chi_FALSE='#'
    17170 else
    17171   DX_COND_chi_TRUE='#'
    17172   DX_COND_chi_FALSE=
    17173 fi
    17174 
    1717517179    DX_ENV="$DX_ENV GENERATE_CHI='NO'"
    1717617180
     
    1722617230    :
    1722717231fi
    17228 if test "$DX_FLAG_html" = 1; then
    17229      if :; then
     17232 if test "$DX_FLAG_html" = 1; then
    1723017233  DX_COND_html_TRUE=
    1723117234  DX_COND_html_FALSE='#'
     
    1723517238fi
    1723617239
     17240if test "$DX_FLAG_html" = 1; then
    1723717241    DX_ENV="$DX_ENV GENERATE_HTML='YES'"
    1723817242
    1723917243    :
    1724017244else
    17241      if false; then
    17242   DX_COND_html_TRUE=
    17243   DX_COND_html_FALSE='#'
    17244 else
    17245   DX_COND_html_TRUE='#'
    17246   DX_COND_html_FALSE=
    17247 fi
    17248 
    1724917245    test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
    1725017246
     
    1771717713    :
    1771817714fi
    17719 if test "$DX_FLAG_ps" = 1; then
    17720      if :; then
     17715 if test "$DX_FLAG_ps" = 1; then
    1772117716  DX_COND_ps_TRUE=
    1772217717  DX_COND_ps_FALSE='#'
     
    1772617721fi
    1772717722
     17723if test "$DX_FLAG_ps" = 1; then
    1772817724
    1772917725    :
    1773017726else
    17731      if false; then
    17732   DX_COND_ps_TRUE=
    17733   DX_COND_ps_FALSE='#'
    17734 else
    17735   DX_COND_ps_TRUE='#'
    17736   DX_COND_ps_FALSE=
    17737 fi
    17738 
    1773917727
    1774017728    :
     
    1810018088    :
    1810118089fi
    18102 if test "$DX_FLAG_pdf" = 1; then
    18103      if :; then
     18090 if test "$DX_FLAG_pdf" = 1; then
    1810418091  DX_COND_pdf_TRUE=
    1810518092  DX_COND_pdf_FALSE='#'
     
    1810918096fi
    1811018097
     18098if test "$DX_FLAG_pdf" = 1; then
    1811118099
    1811218100    :
    1811318101else
    18114      if false; then
    18115   DX_COND_pdf_TRUE=
    18116   DX_COND_pdf_FALSE='#'
    18117 else
    18118   DX_COND_pdf_TRUE='#'
    18119   DX_COND_pdf_FALSE=
    18120 fi
    18121 
    1812218102
    1812318103    :
     
    1812618106
    1812718107# 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
    1813018109  DX_COND_latex_TRUE=
    1813118110  DX_COND_latex_FALSE='#'
     
    1813518114fi
    1813618115
     18116if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
    1813718117    DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
    1813818118
    1813918119else
    18140      if false; then
    18141   DX_COND_latex_TRUE=
    18142   DX_COND_latex_FALSE='#'
    18143 else
    18144   DX_COND_latex_TRUE='#'
    18145   DX_COND_latex_FALSE=
    18146 fi
    18147 
    1814818120    DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
    1814918121
     
    1852818500                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1852918501/* end confdefs.h.  */
    18530 #include <pthread.h>
     18502
     18503                    #include <pthread.h>
    1853118504int
    1853218505main ()
     
    1982019793LDFLAGS+=" "$MOTIF_LDFLAGS
    1982119794
    19822 if test "$lt_cv_libxp" = "yes"; then
    19823   :
    19824 else
     19795if test -z "$HAS_LIBXP_TRUE"; then :
     19796  else
    1982519797  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Motif/lesstif not found!" >&5
    1982619798$as_echo "$as_me: WARNING:  Motif/lesstif not found!" >&2;}
     
    2400223974
    2400323975                cat > conftest.$ac_ext <<EOF
    24004 #line 24004 "configure"
     23976#line 23976 "configure"
    2400523977#include "confdefs.h"
    2400623978#include <qglobal.h>
     
    2521825190
    2521925191
    25220 if test "$HAVE_CFITSIO" = yes -a "$HAVE_CCFITS" = yes; then
     25192if test -z "$HAS_FITS_TRUE"; then :
    2522125193  $as_echo "#define HAVE_FITS 1" >>confdefs.h
    2522225194
    2522325195fi
    25224 if test "$ROOTEXEC" != no; then
     25196if test -z "$HAS_ROOT_TRUE"; then :
    2522525197  $as_echo "#define HAVE_ROOT 1" >>confdefs.h
    2522625198
    2522725199fi
    25228 if test "$HAVE_ZLIB" = yes; then
     25200if test -z "$HAS_ZLIB_TRUE"; then :
    2522925201  $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
    2523025202
    2523125203fi
    25232 if test "$HAVE_NOVA" = yes; then
     25204if test -z "$HAS_NOVA_TRUE"; then :
    2523325205  $as_echo "#define HAVE_NOVA 1" >>confdefs.h
    2523425206
    2523525207fi
    25236 if test "$HAVE_DBUS" = yes; then
     25208if test -z "$HAS_DBUS_TRUE"; then :
    2523725209  $as_echo "#define HAVE_DBUS 1" >>confdefs.h
    2523825210
    2523925211fi
    25240 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then
     25212if test -z "$HAS_SQL_TRUE"; then :
    2524125213  $as_echo "#define HAVE_SQL 1" >>confdefs.h
    2524225214
    2524325215fi
    25244 if test "$HAVE_V8" = yes; then
     25216if test -z "$HAS_V8_TRUE"; then :
    2524525217  $as_echo "#define HAVE_V8 1" >>confdefs.h
    2524625218
     
    2542025392Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2542125393fi
    25422 if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
    25423   as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
    25424 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25425 fi
    2542625394if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
    2542725395  as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
    2542825396Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2542925397fi
    25430 if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
    25431   as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
    25432 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25433 fi
    2543425398if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
    2543525399  as_fn_error $? "conditional \"DX_COND_man\" was never defined.
    2543625400Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2543725401fi
    25438 if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
    25439   as_fn_error $? "conditional \"DX_COND_man\" was never defined.
    25440 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25441 fi
    2544225402if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
    2544325403  as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
    2544425404Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2544525405fi
    25446 if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
    25447   as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
    25448 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25449 fi
    2545025406if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
    2545125407  as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
    2545225408Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2545325409fi
    25454 if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
    25455   as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
    25456 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25457 fi
    2545825410if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
    2545925411  as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
    2546025412Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2546125413fi
    25462 if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
    25463   as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
    25464 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25465 fi
    2546625414if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
    2546725415  as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
    2546825416Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2546925417fi
    25470 if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
    25471   as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
    25472 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25473 fi
    2547425418if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
    2547525419  as_fn_error $? "conditional \"DX_COND_html\" was never defined.
    2547625420Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2547725421fi
    25478 if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
    25479   as_fn_error $? "conditional \"DX_COND_html\" was never defined.
    25480 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25481 fi
    2548225422if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
    2548325423  as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
    2548425424Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2548525425fi
    25486 if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
    25487   as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
    25488 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25489 fi
    2549025426if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
    2549125427  as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
    25492 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25493 fi
    25494 if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
    25495   as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
    25496 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    25497 fi
    25498 if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
    25499   as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
    2550025428Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2550125429fi
     
    2802027948{ $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
    2802127949$as_echo "$as_me: " >&6;}
    28022 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then
     27950if test -z "$HAS_SQL_TRUE"; then :
    2802327951
    2802427952   { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5
     
    2803427962
    2803527963fi
    28036 if test "$QT4_VERSION"; then
     27964if test -z "$HAS_QT4_TRUE"; then :
    2803727965
    2803827966   { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5
     
    2806227990
    2806327991fi
    28064 if test "$ROOTEXEC" != no; then
     27992if test -z "$HAS_ROOT_TRUE"; then :
    2806527993
    2806627994   { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5
     
    2811028038{ $as_echo "$as_me:${as_lineno-$LINENO}:  CCfits                 / 'CCfits/CCfits'    found: $HAVE_CCFITS" >&5
    2811128039$as_echo "$as_me:  CCfits                 / 'CCfits/CCfits'    found: $HAVE_CCFITS" >&6;}
    28112 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then
     28040if test -z "$HAS_SQL_TRUE"; then :
    2811328041  { $as_echo "$as_me:${as_lineno-$LINENO}:  MySQL/MySQL++          / 'mysql++.h'        found: yes" >&5
    2811428042$as_echo "$as_me:  MySQL/MySQL++          / 'mysql++.h'        found: yes" >&6;}
     
    2812028048{ $as_echo "$as_me:${as_lineno-$LINENO}:  DBus-1, DBus-glib-1    / pkg-config         found: $HAVE_DBUS" >&5
    2812128049$as_echo "$as_me:  DBus-1, DBus-glib-1    / pkg-config         found: $HAVE_DBUS" >&6;}
    28122 if test "$lt_cv_libxp" = "yes"; then
     28050if test -z "$HAS_LIBXP_TRUE"; then :
    2812328051  { $as_echo "$as_me:${as_lineno-$LINENO}:  Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: yes" >&5
    2812428052$as_echo "$as_me:  Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: yes" >&6;}
     
    2812928057fi
    2813028058
    28131 if test "$lt_cv_libxp" = "yes"; then
     28059if test -z "$HAS_LIBXP_TRUE"; then :
    2813228060  { $as_echo "$as_me:${as_lineno-$LINENO}:  Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: yes" >&5
    2813328061$as_echo "$as_me:  Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: yes" >&6;}
     
    2813728065
    2813828066fi
    28139 if test "$COLORDIFF" = colordiff; then
     28067if test -z "$HAS_COLORDIFF_TRUE"; then :
    2814028068  { $as_echo "$as_me:${as_lineno-$LINENO}:  colored svn diff       / 'colordiff'        found: yes" >&5
    2814128069$as_echo "$as_me:  colored svn diff       / 'colordiff'        found: yes" >&6;}
     
    2814528073
    2814628074fi
    28147 if test "$HELP2MAN" = yes; then
     28075if test -z "$HAS_HELP2MAN_TRUE"; then :
    2814828076
    2814928077   { $as_echo "$as_me:${as_lineno-$LINENO}:  man-pages enabled      / 'help2man'         found: $HELP2MAN" >&5
    2815028078$as_echo "$as_me:  man-pages enabled      / 'help2man'         found: $HELP2MAN" >&6;}
    28151    if test "$GROFF" = yes; then
     28079   if test -z "$HAS_GROFF_TRUE"; then :
    2815228080  { $as_echo "$as_me:${as_lineno-$LINENO}:  build of html enabled  / 'groff'            found: yes" >&5
    2815328081$as_echo "$as_me:  build of html enabled  / 'groff'            found: yes" >&6;}
     
    2816728095fi
    2816828096
    28169 if test "$DX_DOXYGEN"; then
     28097if test -z "$HAS_DOXYGEN_TRUE"; then :
    2817028098  { $as_echo "$as_me:${as_lineno-$LINENO}:  doxygen docu enabled   / 'doxygen'          found: $DX_DOXYGEN" >&5
    2817128099$as_echo "$as_me:  doxygen docu enabled   / 'doxygen'          found: $DX_DOXYGEN" >&6;}
     
    2817528103
    2817628104fi
    28177 if test "$DX_DOT"; then
     28105if test -z "$HAS_DOT_TRUE"; then :
    2817828106  { $as_echo "$as_me:${as_lineno-$LINENO}:  doxygen graphs enabled / 'dot' (graphviz)   found: $DX_DOT" >&5
    2817928107$as_echo "$as_me:  doxygen graphs enabled / 'dot' (graphviz)   found: $DX_DOT" >&6;}
     
    2818328111
    2818428112fi
    28185 if test "$QT4_VERSION"; then
     28113if test -z "$HAS_QT4_TRUE"; then :
    2818628114  { $as_echo "$as_me:${as_lineno-$LINENO}:  QT4 support enabled    /  QT4 toolkit       found: yes" >&5
    2818728115$as_echo "$as_me:  QT4 support enabled    /  QT4 toolkit       found: yes" >&6;}
     
    2819328121{ $as_echo "$as_me:${as_lineno-$LINENO}:  ROOT support enabled   /  root >= 5.12/00   found: $ROOTEXEC" >&5
    2819428122$as_echo "$as_me:  ROOT support enabled   /  root >= 5.12/00   found: $ROOTEXEC" >&6;}
    28195 if test "$HAVE_ROOT_QT" = yes; then
     28123if test -z "$HAS_ROOT_QT_TRUE"; then :
    2819628124  { $as_echo "$as_me:${as_lineno-$LINENO}:  ROOT built with --with-qt                   found: yes" >&5
    2819728125$as_echo "$as_me:  ROOT built with --with-qt                   found: yes" >&6;}
     
    2821728145{ $as_echo "$as_me:${as_lineno-$LINENO}:    it does most probably not work." >&5
    2821828146$as_echo "$as_me:    it does most probably not work." >&6;}
    28219 if test "$COLORGCC"; then
    28220   :
    28221 else
     28147if test -z "$HAS_COLORGCC_TRUE"; then :
     28148  else
    2822228149  { $as_echo "$as_me:${as_lineno-$LINENO}:  - Install colorgcc to get colored compiler output." >&5
    2822328150$as_echo "$as_me:  - Install colorgcc to get colored compiler output." >&6;}
     
    2824228169{ $as_echo "$as_me:${as_lineno-$LINENO}:  diff:          colored 'svn diff' if colordiff is installed" >&5
    2824328170$as_echo "$as_me:  diff:          colored 'svn diff' if colordiff is installed" >&6;}
    28244 if test "$HELP2MAN" = yes; then
     28171if test -z "$HAS_HELP2MAN_TRUE"; then :
    2824528172
    2824628173   { $as_echo "$as_me:${as_lineno-$LINENO}:  program.man:   build man-page from 'program --help'" >&5
     
    2824828175   { $as_echo "$as_me:${as_lineno-$LINENO}:                 (display with 'man ./program.man')" >&5
    2824928176$as_echo "$as_me:                 (display with 'man ./program.man')" >&6;}
    28250    if test "$GROFF" = yes; then
     28177   if test -z "$HAS_GROFF_TRUE"; then :
    2825128178
    2825228179      { $as_echo "$as_me:${as_lineno-$LINENO}:  program.html:  build html page from man-page" >&5
    2825328180$as_echo "$as_me:  program.html:  build html page from man-page" >&6;}
    28254       if test "$PS2PDF" = yes; then
     28181      if test -z "$HAS_PS2PDF_TRUE"; then :
    2825528182  { $as_echo "$as_me:${as_lineno-$LINENO}:  program.pdf:   build pdf documentation from man page" >&5
    2825628183$as_echo "$as_me:  program.pdf:   build pdf documentation from man page" >&6;}
     
    2826128188
    2826228189fi
    28263 if test "$DX_DOXYGEN"; then
     28190if test -z "$HAS_DOXYGEN_TRUE"; then :
    2826428191  { $as_echo "$as_me:${as_lineno-$LINENO}:  doxygen-run:   build html documentation with doxygen" >&5
    2826528192$as_echo "$as_me:  doxygen-run:   build html documentation with doxygen" >&6;}
     
    2827628203{ $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
    2827728204$as_echo "$as_me: " >&6;}
    28278 if test "$HAVE_ZLIB" = yes; then
    28279   :
    28280 else
     28205if test -z "$HAS_ZLIB_TRUE"; then :
     28206  else
    2828128207  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  zlib not found. Support for reading .fits.gz disabled." >&5
    2828228208$as_echo "$as_me: WARNING:  zlib not found. Support for reading .fits.gz disabled." >&2;}
    2828328209
    2828428210fi
    28285 if test "$lt_cv_libxp" = "yes"; then
    28286   :
    28287 else
     28211if test -z "$HAS_LIBXP_TRUE"; then :
     28212  else
    2828828213  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Motif/lesstif not found. The dim gui did will not be built!" >&5
    2828928214$as_echo "$as_me: WARNING:  Motif/lesstif not found. The dim gui did will not be built!" >&2;}
    2829028215
    2829128216fi
    28292 if test "$HAVE_CFITSIO" = yes -a "$HAVE_CCFITS" = yes; then
    28293   :
    28294 else
     28217if test -z "$HAS_FITS_TRUE"; then :
     28218  else
    2829528219  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  FITS support disabled. cfitsio/CCfits missing!" >&5
    2829628220$as_echo "$as_me: WARNING:  FITS support disabled. cfitsio/CCfits missing!" >&2;}
    2829728221
    2829828222fi
    28299 if test "$ROOTEXEC" != no; then
    28300   if test "$HAVE_ROOT_QT" = yes; then
    28301   :
    28302 else
     28223if test -z "$HAS_ROOT_TRUE"; then :
     28224  if test -z "$HAS_ROOT_QT_TRUE"; then :
     28225  else
    2830328226  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  root found but it was built without the --with-qt option" >&5
    2830428227$as_echo "$as_me: WARNING:  root found but it was built without the --with-qt option" >&2;}
     
    2830728230
    2830828231fi
    28309 if test "$QT4_VERSION"; then
    28310   :
    28311 else
     28232if test -z "$HAS_QT4_TRUE"; then :
     28233  else
    2831228234  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  QT4 missing - GUIs disabled!" >&5
    2831328235$as_echo "$as_me: WARNING:  QT4 missing - GUIs disabled!" >&2;}
    2831428236fi
    28315 if test "$HAVE_GL" = yes; then
    28316   :
    28317 else
     28237if test -z "$HAS_GL_TRUE"; then :
     28238  else
    2831828239  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GL not found - GUIs will be disabled." >&5
    2831928240$as_echo "$as_me: WARNING:  GL not found - GUIs will be disabled." >&2;}
    2832028241fi
    28321 if test "$HAVE_GLU" = yes; then
    28322   :
    28323 else
     28242if test -z "$HAS_GLU_TRUE"; then :
     28243  else
    2832428244  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GLU not found - GUIs will be disabled." >&5
    2832528245$as_echo "$as_me: WARNING:  GLU not found - GUIs will be disabled." >&2;}
    2832628246fi
    28327 if test "$HAVE_QGL" = yes; then
    28328   :
    28329 else
     28247if test -z "$HAS_QGL_TRUE"; then :
     28248  else
    2833028249  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  QtOpenGl not found - GUIs will be disabled." >&5
    2833128250$as_echo "$as_me: WARNING:  QtOpenGl not found - GUIs will be disabled." >&2;}
    2833228251fi
    28333 if test "$HAVE_QWT" = yes; then
    28334   :
    28335 else
     28252if test -z "$HAS_QWT_TRUE"; then :
     28253  else
    2833628254  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Qwt not found - viewer will be disabled." >&5
    2833728255$as_echo "$as_me: WARNING:  Qwt not found - viewer will be disabled." >&2;}
    2833828256fi
    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
     28257if test -z "$HAS_GUI_TRUE"; then :
     28258  else
    2834228259  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Either of the necessary packages not found - fact GUI disabled!" >&5
    2834328260$as_echo "$as_me: WARNING:  Either of the necessary packages not found - fact GUI disabled!" >&2;}
    2834428261
    2834528262fi
    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
     28263if test -z "$HAS_VIEWER_TRUE"; then :
     28264  else
    2834928265  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Either of the necessary packages not found - viewer GUI disabled!" >&5
    2835028266$as_echo "$as_me: WARNING:  Either of the necessary packages not found - viewer GUI disabled!" >&2;}
    2835128267
    2835228268fi
    28353 if test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ; then
    28354   :
    28355 else
     28269if test -z "$HAS_SQL_TRUE"; then :
     28270  else
    2835628271  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  database support globally disabled!" >&5
    2835728272$as_echo "$as_me: WARNING:  database support globally disabled!" >&2;}
    2835828273fi
    28359 if test "$HAVE_NOVA" = yes; then
    28360   :
    28361 else
     28274if test -z "$HAS_NOVA_TRUE"; then :
     28275  else
    2836228276  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  libnova missing - smartfact will be compiles without astronomy support!" >&5
    2836328277$as_echo "$as_me: WARNING:  libnova missing - smartfact will be compiles without astronomy support!" >&2;}
    2836428278fi
    28365 if test "$HAVE_V8" = yes; then
    28366   :
    28367 else
     28279if test -z "$HAS_V8_TRUE"; then :
     28280  else
    2836828281  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  libv8 missing - JavaScript support will be disabled!" >&5
    2836928282$as_echo "$as_me: WARNING:  libv8 missing - JavaScript support will be disabled!" >&2;}
    2837028283fi
    28371 if test "$HAVE_DBUS" = yes; then
    28372   :
    28373 else
     28284if test -z "$HAS_DBUS_TRUE"; then :
     28285  else
    2837428286  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  DBus libraries missing - skypeclient will not be compiled!" >&5
    2837528287$as_echo "$as_me: WARNING:  DBus libraries missing - skypeclient will not be compiled!" >&2;}
    2837628288fi
    28377 if test "$HAVE_SOPRANO" = yes; then
    28378   :
    28379 else
     28289if test -z "$HAS_SOPRANO_TRUE"; then :
     28290  else
    2838028291  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Soprano libraries missing - tngweather will not be compiled!" >&5
    2838128292$as_echo "$as_me: WARNING:  Soprano libraries missing - tngweather will not be compiled!" >&2;}
Note: See TracChangeset for help on using the changeset viewer.