/[svn]/libgig/trunk/configure
ViewVC logotype

Diff of /libgig/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by schoenebeck, Sun Nov 16 17:47:00 2003 UTC revision 27 by schoenebeck, Thu Jan 1 23:46:41 2004 UTC
# Line 1031  Optional Features: Line 1031  Optional Features:
1031                            build static libraries [default=yes]                            build static libraries [default=yes]
1032    --enable-fast-install[=PKGS]    --enable-fast-install[=PKGS]
1033                            optimize for fast installation [default=yes]                            optimize for fast installation [default=yes]
1034    --disable-libtool-lock  avoid locking (might break parallel builds)    --disable-libtool-lock
1035                              avoid locking (might break parallel builds)
1036    
1037  Optional Packages:  Optional Packages:
1038    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1039    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1040    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]    --with-gnu-ld
1041    --with-pic              try to use only PIC/non-PIC objects [default=use                            assume the C compiler uses GNU ld [default=no]
1042                            both]    --with-pic
1043                              try to use only PIC/non-PIC objects [default=use both]
1044    --with-tags[=TAGS]    --with-tags[=TAGS]
1045                            include additional configurations [automatic]                            include additional configurations [automatic]
1046    
1047  Some influential environment variables:  Some influential environment variables:
1048    CC          C compiler command    CC
1049    CFLAGS      C compiler flags                C compiler command
1050    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a    CFLAGS
1051                nonstandard directory <lib dir>                C compiler flags
1052    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have    LDFLAGS
1053                headers in a nonstandard directory <include dir>                linker flags, e.g. -L<lib dir> if you have
1054    CXX         C++ compiler command                libraries in a nonstandard directory <lib dir>
1055    CXXFLAGS    C++ compiler flags    CPPFLAGS
1056    CPP         C preprocessor                C/C++ preprocessor flags, e.g. -I<include dir> if you
1057    CXXCPP      C++ preprocessor                have headers in a nonstandard directory <include dir>
1058    F77         Fortran 77 compiler command    CXX
1059    FFLAGS      Fortran 77 compiler flags                C++ compiler command
1060      CXXFLAGS
1061                  C++ compiler flags
1062      CPP
1063                  C preprocessor
1064      CXXCPP
1065                  C++ preprocessor
1066      F77
1067                  Fortran 77 compiler command
1068      FFLAGS
1069                  Fortran 77 compiler flags
1070    
1071  Use these variables to override the choices made by `configure' or to help  Use these variables to override the choices made by `configure' or to help
1072  it to find libraries and programs with nonstandard names/locations.  it to find libraries and programs with nonstandard names/locations.
# Line 1092  case $srcdir in Line 1104  case $srcdir in
1104      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1105      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
1106  esac  esac
1107  case "$ac_dir" in  
1108  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
1109    # the directories may not exist.
1110    case `pwd` in
1111    .) ac_abs_builddir="$ac_dir";;
1112  *)  *)
1113    case $ac_builddir in    case "$ac_dir" in
1114    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
1115    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1116    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
1117    esac;;    esac;;
1118  esac  esac
1119  case "$ac_dir" in  case $ac_abs_builddir in
1120  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
1121  *)  *)
1122    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
1123    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
1124    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1125    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1126    esac;;    esac;;
1127  esac  esac
1128  case "$ac_dir" in  case $ac_abs_builddir in
1129  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
1130  *)  *)
1131    case $ac_srcdir in    case $ac_srcdir in
1132    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
1133    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1134    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1135    esac;;    esac;;
1136  esac  esac
1137  case "$ac_dir" in  case $ac_abs_builddir in
1138  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
1139  *)  *)
1140    case $ac_top_srcdir in    case $ac_top_srcdir in
1141    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
1142    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1143    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1144    esac;;    esac;;
1145  esac  esac
1146    
# Line 2059  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2074  if { (eval echo "$as_me:$LINENO: \"$ac_c
2074    cat conftest.err >&5    cat conftest.err >&5
2075    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2076    (exit $ac_status); } &&    (exit $ac_status); } &&
2077           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2078    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2079    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2080    ac_status=$?    ac_status=$?
# Line 2118  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2132  if { (eval echo "$as_me:$LINENO: \"$ac_c
2132    cat conftest.err >&5    cat conftest.err >&5
2133    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2134    (exit $ac_status); } &&    (exit $ac_status); } &&
2135           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2136    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2137    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2138    ac_status=$?    ac_status=$?
# Line 2235  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2248  if { (eval echo "$as_me:$LINENO: \"$ac_c
2248    cat conftest.err >&5    cat conftest.err >&5
2249    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250    (exit $ac_status); } &&    (exit $ac_status); } &&
2251           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2252    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2253    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2254    ac_status=$?    ac_status=$?
# Line 2290  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2302  if { (eval echo "$as_me:$LINENO: \"$ac_c
2302    cat conftest.err >&5    cat conftest.err >&5
2303    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2304    (exit $ac_status); } &&    (exit $ac_status); } &&
2305           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2306    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2307    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2308    ac_status=$?    ac_status=$?
# Line 2336  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2347  if { (eval echo "$as_me:$LINENO: \"$ac_c
2347    cat conftest.err >&5    cat conftest.err >&5
2348    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2349    (exit $ac_status); } &&    (exit $ac_status); } &&
2350           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2351    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2352    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2353    ac_status=$?    ac_status=$?
# Line 2381  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2391  if { (eval echo "$as_me:$LINENO: \"$ac_c
2391    cat conftest.err >&5    cat conftest.err >&5
2392    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2393    (exit $ac_status); } &&    (exit $ac_status); } &&
2394           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2395    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2396    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2397    ac_status=$?    ac_status=$?
# Line 2457  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2466  if { (eval echo "$as_me:$LINENO: \"$ac_c
2466    cat conftest.err >&5    cat conftest.err >&5
2467    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468    (exit $ac_status); } &&    (exit $ac_status); } &&
2469           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2470    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2471    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2472    ac_status=$?    ac_status=$?
# Line 2500  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2508  if { (eval echo "$as_me:$LINENO: \"$ac_c
2508    cat conftest.err >&5    cat conftest.err >&5
2509    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510    (exit $ac_status); } &&    (exit $ac_status); } &&
2511           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2512    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2513    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2514    ac_status=$?    ac_status=$?
# Line 2558  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2565  if { (eval echo "$as_me:$LINENO: \"$ac_c
2565    cat conftest.err >&5    cat conftest.err >&5
2566    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2567    (exit $ac_status); } &&    (exit $ac_status); } &&
2568           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2569    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2570    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2571    ac_status=$?    ac_status=$?
# Line 3335  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3341  if { (eval echo "$as_me:$LINENO: \"$ac_c
3341    cat conftest.err >&5    cat conftest.err >&5
3342    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343    (exit $ac_status); } &&    (exit $ac_status); } &&
3344           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3345    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3346    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3347    ac_status=$?    ac_status=$?
# Line 3394  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3399  if { (eval echo "$as_me:$LINENO: \"$ac_c
3399    cat conftest.err >&5    cat conftest.err >&5
3400    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3401    (exit $ac_status); } &&    (exit $ac_status); } &&
3402           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3403    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3404    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3405    ac_status=$?    ac_status=$?
# Line 3466  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3470  if { (eval echo "$as_me:$LINENO: \"$ac_c
3470    cat conftest.err >&5    cat conftest.err >&5
3471    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472    (exit $ac_status); } &&    (exit $ac_status); } &&
3473           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3474    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3475    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3476    ac_status=$?    ac_status=$?
# Line 3511  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3514  if { (eval echo "$as_me:$LINENO: \"$ac_c
3514    cat conftest.err >&5    cat conftest.err >&5
3515    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3516    (exit $ac_status); } &&    (exit $ac_status); } &&
3517           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3518    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3519    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3520    ac_status=$?    ac_status=$?
# Line 4026  bsdi4*) Line 4028  bsdi4*)
4028    lt_cv_file_magic_test_file=/shlib/libc.so    lt_cv_file_magic_test_file=/shlib/libc.so
4029    ;;    ;;
4030    
4031  cygwin* | mingw* | pw32*)  cygwin*)
4032    # win32_libid is a shell function defined in ltmain.sh    # win32_libid is a shell function defined in ltmain.sh
4033    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4034    lt_cv_file_magic_cmd='win32_libid'    lt_cv_file_magic_cmd='win32_libid'
4035    ;;    ;;
4036    
4037    mingw* | pw32*)
4038      # Base MSYS/MinGW do not provide the 'file' command needed by
4039      # win32_libid shell function, so use a weaker test based on 'objdump'.
4040      lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4041      lt_cv_file_magic_cmd='$OBJDUMP -f'
4042      ;;
4043    
4044  darwin* | rhapsody*)  darwin* | rhapsody*)
4045    lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
4046    ;;    ;;
# Line 4205  ia64-*-hpux*) Line 4214  ia64-*-hpux*)
4214    ;;    ;;
4215  *-*-irix6*)  *-*-irix6*)
4216    # Find out which ABI we are using.    # Find out which ABI we are using.
4217    echo '#line 4208 "configure"' > conftest.$ac_ext    echo '#line 4217 "configure"' > conftest.$ac_ext
4218    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4219    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4220    ac_status=$?    ac_status=$?
# Line 4325  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4334  if { (eval echo "$as_me:$LINENO: \"$ac_l
4334    cat conftest.err >&5    cat conftest.err >&5
4335    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4336    (exit $ac_status); } &&    (exit $ac_status); } &&
4337           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4338    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4339    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4340    ac_status=$?    ac_status=$?
# Line 4635  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4643  if { (eval echo "$as_me:$LINENO: \"$ac_c
4643    cat conftest.err >&5    cat conftest.err >&5
4644    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4645    (exit $ac_status); } &&    (exit $ac_status); } &&
4646           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4647    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4648    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4649    ac_status=$?    ac_status=$?
# Line 4806  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4813  if { (eval echo "$as_me:$LINENO: \"$ac_c
4813    cat conftest.err >&5    cat conftest.err >&5
4814    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4815    (exit $ac_status); } &&    (exit $ac_status); } &&
4816           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4817    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4818    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4819    ac_status=$?    ac_status=$?
# Line 4874  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4880  if { (eval echo "$as_me:$LINENO: \"$ac_c
4880    cat conftest.err >&5    cat conftest.err >&5
4881    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882    (exit $ac_status); } &&    (exit $ac_status); } &&
4883           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4884    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4885    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4886    ac_status=$?    ac_status=$?
# Line 5313  fi Line 5318  fi
5318    
5319    
5320  # Provide some information about the compiler.  # Provide some information about the compiler.
5321  echo "$as_me:5316:" \  echo "$as_me:5321:" \
5322       "checking for Fortran 77 compiler version" >&5       "checking for Fortran 77 compiler version" >&5
5323  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
5324  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
# Line 5359  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5364  if { (eval echo "$as_me:$LINENO: \"$ac_c
5364    cat conftest.err >&5    cat conftest.err >&5
5365    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5366    (exit $ac_status); } &&    (exit $ac_status); } &&
5367           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5368    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5369    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5370    ac_status=$?    ac_status=$?
# Line 5409  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5413  if { (eval echo "$as_me:$LINENO: \"$ac_c
5413    cat conftest.err >&5    cat conftest.err >&5
5414    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415    (exit $ac_status); } &&    (exit $ac_status); } &&
5416           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
5417    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5418    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5419    ac_status=$?    ac_status=$?
# Line 6347  else Line 6350  else
6350     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6351     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6352     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6353     (eval echo "\"\$as_me:6350: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6353: $lt_compile\"" >&5)
6354     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6355     ac_status=$?     ac_status=$?
6356     cat conftest.err >&5     cat conftest.err >&5
6357     echo "$as_me:6354: \$? = $ac_status" >&5     echo "$as_me:6357: \$? = $ac_status" >&5
6358     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6359       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6360       # So say no if there are warnings       # So say no if there are warnings
# Line 6580  else Line 6583  else
6583     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6584     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6585     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6586     (eval echo "\"\$as_me:6583: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6586: $lt_compile\"" >&5)
6587     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6588     ac_status=$?     ac_status=$?
6589     cat conftest.err >&5     cat conftest.err >&5
6590     echo "$as_me:6587: \$? = $ac_status" >&5     echo "$as_me:6590: \$? = $ac_status" >&5
6591     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6592       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6593       # So say no if there are warnings       # So say no if there are warnings
# Line 6647  else Line 6650  else
6650     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6651     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6652     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6653     (eval echo "\"\$as_me:6650: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6653: $lt_compile\"" >&5)
6654     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
6655     ac_status=$?     ac_status=$?
6656     cat out/conftest.err >&5     cat out/conftest.err >&5
6657     echo "$as_me:6654: \$? = $ac_status" >&5     echo "$as_me:6657: \$? = $ac_status" >&5
6658     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
6659     then     then
6660       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 7038  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7041  if { (eval echo "$as_me:$LINENO: \"$ac_l
7041    cat conftest.err >&5    cat conftest.err >&5
7042    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7043    (exit $ac_status); } &&    (exit $ac_status); } &&
7044           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
7045    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7046    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7047    ac_status=$?    ac_status=$?
# Line 7099  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7101  if { (eval echo "$as_me:$LINENO: \"$ac_l
7101    cat conftest.err >&5    cat conftest.err >&5
7102    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7103    (exit $ac_status); } &&    (exit $ac_status); } &&
7104           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
7105    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7106    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7107    ac_status=$?    ac_status=$?
# Line 7977  linux*) Line 7978  linux*)
7978    # before this can be enabled.    # before this can be enabled.
7979    hardcode_into_libs=yes    hardcode_into_libs=yes
7980    
7981    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
7982    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
7983        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
7984        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
7985      fi
7986    
7987    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
7988    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 8288  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8292  if { (eval echo "$as_me:$LINENO: \"$ac_l
8292    cat conftest.err >&5    cat conftest.err >&5
8293    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294    (exit $ac_status); } &&    (exit $ac_status); } &&
8295           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8296    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8297    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8298    ac_status=$?    ac_status=$?
# Line 8392  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8395  if { (eval echo "$as_me:$LINENO: \"$ac_l
8395    cat conftest.err >&5    cat conftest.err >&5
8396    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8397    (exit $ac_status); } &&    (exit $ac_status); } &&
8398           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8399    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8400    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8401    ac_status=$?    ac_status=$?
# Line 8458  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8460  if { (eval echo "$as_me:$LINENO: \"$ac_l
8460    cat conftest.err >&5    cat conftest.err >&5
8461    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8462    (exit $ac_status); } &&    (exit $ac_status); } &&
8463           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8464    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8465    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8466    ac_status=$?    ac_status=$?
# Line 8552  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8553  if { (eval echo "$as_me:$LINENO: \"$ac_l
8553    cat conftest.err >&5    cat conftest.err >&5
8554    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555    (exit $ac_status); } &&    (exit $ac_status); } &&
8556           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8557    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8558    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8559    ac_status=$?    ac_status=$?
# Line 8618  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8618  if { (eval echo "$as_me:$LINENO: \"$ac_l
8618    cat conftest.err >&5    cat conftest.err >&5
8619    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620    (exit $ac_status); } &&    (exit $ac_status); } &&
8621           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8622    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8623    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8624    ac_status=$?    ac_status=$?
# Line 8685  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8684  if { (eval echo "$as_me:$LINENO: \"$ac_l
8684    cat conftest.err >&5    cat conftest.err >&5
8685    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8686    (exit $ac_status); } &&    (exit $ac_status); } &&
8687           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8688    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8689    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8690    ac_status=$?    ac_status=$?
# Line 8752  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8750  if { (eval echo "$as_me:$LINENO: \"$ac_l
8750    cat conftest.err >&5    cat conftest.err >&5
8751    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8752    (exit $ac_status); } &&    (exit $ac_status); } &&
8753           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
8754    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8755    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8756    ac_status=$?    ac_status=$?
# Line 8828  else Line 8825  else
8825    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8826    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
8827    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
8828  #line 8831 "configure"  #line 8828 "configure"
8829  #include "confdefs.h"  #include "confdefs.h"
8830    
8831  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 8926  else Line 8923  else
8923    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8924    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
8925    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
8926  #line 8929 "configure"  #line 8926 "configure"
8927  #include "confdefs.h"  #include "confdefs.h"
8928    
8929  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 9998  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9995  if { (eval echo "$as_me:$LINENO: \"$ac_l
9995    cat conftest.err >&5    cat conftest.err >&5
9996    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9997    (exit $ac_status); } &&    (exit $ac_status); } &&
9998           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
9999    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10000    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10001    ac_status=$?    ac_status=$?
# Line 10060  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10056  if { (eval echo "$as_me:$LINENO: \"$ac_l
10056    cat conftest.err >&5    cat conftest.err >&5
10057    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058    (exit $ac_status); } &&    (exit $ac_status); } &&
10059           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
10060    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10061    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10062    ac_status=$?    ac_status=$?
# Line 11105  else Line 11100  else
11100     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11101     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11102     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11103     (eval echo "\"\$as_me:11108: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11103: $lt_compile\"" >&5)
11104     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
11105     ac_status=$?     ac_status=$?
11106     cat conftest.err >&5     cat conftest.err >&5
11107     echo "$as_me:11112: \$? = $ac_status" >&5     echo "$as_me:11107: \$? = $ac_status" >&5
11108     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
11109       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
11110       # So say no if there are warnings       # So say no if there are warnings
# Line 11172  else Line 11167  else
11167     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11168     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11169     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11170     (eval echo "\"\$as_me:11175: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11170: $lt_compile\"" >&5)
11171     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
11172     ac_status=$?     ac_status=$?
11173     cat out/conftest.err >&5     cat out/conftest.err >&5
11174     echo "$as_me:11179: \$? = $ac_status" >&5     echo "$as_me:11174: \$? = $ac_status" >&5
11175     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
11176     then     then
11177       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 11679  linux*) Line 11674  linux*)
11674    # before this can be enabled.    # before this can be enabled.
11675    hardcode_into_libs=yes    hardcode_into_libs=yes
11676    
11677    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
11678    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
11679        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
11680        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
11681      fi
11682    
11683    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
11684    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 11990  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11988  if { (eval echo "$as_me:$LINENO: \"$ac_l
11988    cat conftest.err >&5    cat conftest.err >&5
11989    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11990    (exit $ac_status); } &&    (exit $ac_status); } &&
11991           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
11992    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11993    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11994    ac_status=$?    ac_status=$?
# Line 12094  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12091  if { (eval echo "$as_me:$LINENO: \"$ac_l
12091    cat conftest.err >&5    cat conftest.err >&5
12092    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093    (exit $ac_status); } &&    (exit $ac_status); } &&
12094           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12095    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12096    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12097    ac_status=$?    ac_status=$?
# Line 12160  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12156  if { (eval echo "$as_me:$LINENO: \"$ac_l
12156    cat conftest.err >&5    cat conftest.err >&5
12157    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12158    (exit $ac_status); } &&    (exit $ac_status); } &&
12159           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12160    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12161    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12162    ac_status=$?    ac_status=$?
# Line 12254  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12249  if { (eval echo "$as_me:$LINENO: \"$ac_l
12249    cat conftest.err >&5    cat conftest.err >&5
12250    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251    (exit $ac_status); } &&    (exit $ac_status); } &&
12252           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12253    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12254    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12255    ac_status=$?    ac_status=$?
# Line 12320  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12314  if { (eval echo "$as_me:$LINENO: \"$ac_l
12314    cat conftest.err >&5    cat conftest.err >&5
12315    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316    (exit $ac_status); } &&    (exit $ac_status); } &&
12317           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12318    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12319    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12320    ac_status=$?    ac_status=$?
# Line 12387  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12380  if { (eval echo "$as_me:$LINENO: \"$ac_l
12380    cat conftest.err >&5    cat conftest.err >&5
12381    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382    (exit $ac_status); } &&    (exit $ac_status); } &&
12383           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12384    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12385    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12386    ac_status=$?    ac_status=$?
# Line 12454  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12446  if { (eval echo "$as_me:$LINENO: \"$ac_l
12446    cat conftest.err >&5    cat conftest.err >&5
12447    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448    (exit $ac_status); } &&    (exit $ac_status); } &&
12449           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
12450    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12451    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12452    ac_status=$?    ac_status=$?
# Line 12530  else Line 12521  else
12521    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12522    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
12523    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
12524  #line 12533 "configure"  #line 12524 "configure"
12525  #include "confdefs.h"  #include "confdefs.h"
12526    
12527  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 12628  else Line 12619  else
12619    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12620    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
12621    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
12622  #line 12631 "configure"  #line 12622 "configure"
12623  #include "confdefs.h"  #include "confdefs.h"
12624    
12625  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 13455  else Line 13446  else
13446     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13447     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13448     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13449     (eval echo "\"\$as_me:13458: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13449: $lt_compile\"" >&5)
13450     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
13451     ac_status=$?     ac_status=$?
13452     cat conftest.err >&5     cat conftest.err >&5
13453     echo "$as_me:13462: \$? = $ac_status" >&5     echo "$as_me:13453: \$? = $ac_status" >&5
13454     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
13455       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
13456       # So say no if there are warnings       # So say no if there are warnings
# Line 13522  else Line 13513  else
13513     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13514     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13515     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13516     (eval echo "\"\$as_me:13525: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13516: $lt_compile\"" >&5)
13517     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
13518     ac_status=$?     ac_status=$?
13519     cat out/conftest.err >&5     cat out/conftest.err >&5
13520     echo "$as_me:13529: \$? = $ac_status" >&5     echo "$as_me:13520: \$? = $ac_status" >&5
13521     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
13522     then     then
13523       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 13903  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13894  if { (eval echo "$as_me:$LINENO: \"$ac_l
13894    cat conftest.err >&5    cat conftest.err >&5
13895    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13896    (exit $ac_status); } &&    (exit $ac_status); } &&
13897           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
13898    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13899    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13900    ac_status=$?    ac_status=$?
# Line 13954  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13944  if { (eval echo "$as_me:$LINENO: \"$ac_l
13944    cat conftest.err >&5    cat conftest.err >&5
13945    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13946    (exit $ac_status); } &&    (exit $ac_status); } &&
13947           { ac_try='test -z "$ac_f77_werror_flag"           { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
13948    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13949    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13950    ac_status=$?    ac_status=$?
# Line 14832  linux*) Line 14821  linux*)
14821    # before this can be enabled.    # before this can be enabled.
14822    hardcode_into_libs=yes    hardcode_into_libs=yes
14823    
14824    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
14825    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
14826        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
14827        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
14828      fi
14829    
14830    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
14831    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 15553  else Line 15545  else
15545     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15546     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15547     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15548     (eval echo "\"\$as_me:15556: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15548: $lt_compile\"" >&5)
15549     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
15550     ac_status=$?     ac_status=$?
15551     cat conftest.err >&5     cat conftest.err >&5
15552     echo "$as_me:15560: \$? = $ac_status" >&5     echo "$as_me:15552: \$? = $ac_status" >&5
15553     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
15554       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
15555       # So say no if there are warnings       # So say no if there are warnings
# Line 15786  else Line 15778  else
15778     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15779     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15780     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15781     (eval echo "\"\$as_me:15789: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15781: $lt_compile\"" >&5)
15782     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
15783     ac_status=$?     ac_status=$?
15784     cat conftest.err >&5     cat conftest.err >&5
15785     echo "$as_me:15793: \$? = $ac_status" >&5     echo "$as_me:15785: \$? = $ac_status" >&5
15786     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
15787       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
15788       # So say no if there are warnings       # So say no if there are warnings
# Line 15853  else Line 15845  else
15845     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15846     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15847     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15848     (eval echo "\"\$as_me:15856: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15848: $lt_compile\"" >&5)
15849     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
15850     ac_status=$?     ac_status=$?
15851     cat out/conftest.err >&5     cat out/conftest.err >&5
15852     echo "$as_me:15860: \$? = $ac_status" >&5     echo "$as_me:15852: \$? = $ac_status" >&5
15853     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
15854     then     then
15855       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 16244  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16236  if { (eval echo "$as_me:$LINENO: \"$ac_l
16236    cat conftest.err >&5    cat conftest.err >&5
16237    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238    (exit $ac_status); } &&    (exit $ac_status); } &&
16239           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
16240    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16242    ac_status=$?    ac_status=$?
# Line 16305  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16296  if { (eval echo "$as_me:$LINENO: \"$ac_l
16296    cat conftest.err >&5    cat conftest.err >&5
16297    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16298    (exit $ac_status); } &&    (exit $ac_status); } &&
16299           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
16300    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16301    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16302    ac_status=$?    ac_status=$?
# Line 17183  linux*) Line 17173  linux*)
17173    # before this can be enabled.    # before this can be enabled.
17174    hardcode_into_libs=yes    hardcode_into_libs=yes
17175    
17176    # /usr/X11R6/lib and /usr/local/lib are common enough...    # Append ld.so.conf contents to the search path
17177    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib /usr/local/lib"    if test -f /etc/ld.so.conf; then
17178        ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf`
17179        sys_lib_dlsearch_path_spec="/lib /usr/lib $ld_extra"
17180      fi
17181    
17182    # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
17183    # powerpc, because MkLinux only supported shared libraries with the    # powerpc, because MkLinux only supported shared libraries with the
# Line 17494  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17487  if { (eval echo "$as_me:$LINENO: \"$ac_l
17487    cat conftest.err >&5    cat conftest.err >&5
17488    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17489    (exit $ac_status); } &&    (exit $ac_status); } &&
17490           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17491    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17492    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17493    ac_status=$?    ac_status=$?
# Line 17598  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17590  if { (eval echo "$as_me:$LINENO: \"$ac_l
17590    cat conftest.err >&5    cat conftest.err >&5
17591    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17592    (exit $ac_status); } &&    (exit $ac_status); } &&
17593           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17594    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17595    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17596    ac_status=$?    ac_status=$?
# Line 17664  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17655  if { (eval echo "$as_me:$LINENO: \"$ac_l
17655    cat conftest.err >&5    cat conftest.err >&5
17656    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17657    (exit $ac_status); } &&    (exit $ac_status); } &&
17658           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17659    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17660    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17661    ac_status=$?    ac_status=$?
# Line 17758  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17748  if { (eval echo "$as_me:$LINENO: \"$ac_l
17748    cat conftest.err >&5    cat conftest.err >&5
17749    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750    (exit $ac_status); } &&    (exit $ac_status); } &&
17751           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17752    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17753    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17754    ac_status=$?    ac_status=$?
# Line 17824  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17813  if { (eval echo "$as_me:$LINENO: \"$ac_l
17813    cat conftest.err >&5    cat conftest.err >&5
17814    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17815    (exit $ac_status); } &&    (exit $ac_status); } &&
17816           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17817    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17818    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17819    ac_status=$?    ac_status=$?
# Line 17891  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17879  if { (eval echo "$as_me:$LINENO: \"$ac_l
17879    cat conftest.err >&5    cat conftest.err >&5
17880    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17881    (exit $ac_status); } &&    (exit $ac_status); } &&
17882           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17883    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17884    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17885    ac_status=$?    ac_status=$?
# Line 17958  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 17945  if { (eval echo "$as_me:$LINENO: \"$ac_l
17945    cat conftest.err >&5    cat conftest.err >&5
17946    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17947    (exit $ac_status); } &&    (exit $ac_status); } &&
17948           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
17949    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17950    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17951    ac_status=$?    ac_status=$?
# Line 18034  else Line 18020  else
18020    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18021    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18022    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18023  #line 18037 "configure"  #line 18023 "configure"
18024  #include "confdefs.h"  #include "confdefs.h"
18025    
18026  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 18132  else Line 18118  else
18118    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18119    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18120    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18121  #line 18135 "configure"  #line 18121 "configure"
18122  #include "confdefs.h"  #include "confdefs.h"
18123    
18124  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 19957  case $srcdir in Line 19943  case $srcdir in
19943      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
19944      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
19945  esac  esac
19946  case "$ac_dir" in  
19947  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
19948    # the directories may not exist.
19949    case `pwd` in
19950    .) ac_abs_builddir="$ac_dir";;
19951  *)  *)
19952    case $ac_builddir in    case "$ac_dir" in
19953    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
19954    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
19955    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
19956    esac;;    esac;;
19957  esac  esac
19958  case "$ac_dir" in  case $ac_abs_builddir in
19959  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
19960  *)  *)
19961    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
19962    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
19963    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
19964    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
19965    esac;;    esac;;
19966  esac  esac
19967  case "$ac_dir" in  case $ac_abs_builddir in
19968  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
19969  *)  *)
19970    case $ac_srcdir in    case $ac_srcdir in
19971    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
19972    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
19973    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
19974    esac;;    esac;;
19975  esac  esac
19976  case "$ac_dir" in  case $ac_abs_builddir in
19977  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
19978  *)  *)
19979    case $ac_top_srcdir in    case $ac_top_srcdir in
19980    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
19981    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
19982    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
19983    esac;;    esac;;
19984  esac  esac
19985    
# Line 20000  esac Line 19989  esac
19989    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
19990    esac    esac
19991    
   if test x"$ac_file" != x-; then  
     { echo "$as_me:$LINENO: creating $ac_file" >&5  
 echo "$as_me: creating $ac_file" >&6;}  
     rm -f "$ac_file"  
   fi  
19992    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
19993    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
19994    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 20043  echo "$as_me: error: cannot find input f Line 20027  echo "$as_me: error: cannot find input f
20027           fi;;           fi;;
20028        esac        esac
20029      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
20030    
20031      if test x"$ac_file" != x-; then
20032        { echo "$as_me:$LINENO: creating $ac_file" >&5
20033    echo "$as_me: creating $ac_file" >&6;}
20034        rm -f "$ac_file"
20035      fi
20036  _ACEOF  _ACEOF
20037  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
20038    sed "$ac_vpsub    sed "$ac_vpsub
# Line 20371  case $srcdir in Line 20361  case $srcdir in
20361      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20362      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
20363  esac  esac
20364  case "$ac_dir" in  
20365  .) ac_abs_builddir=$ac_builddir;;  # Do not use `cd foo && pwd` to compute absolute paths, because
20366    # the directories may not exist.
20367    case `pwd` in
20368    .) ac_abs_builddir="$ac_dir";;
20369  *)  *)
20370    case $ac_builddir in    case "$ac_dir" in
20371    .) ac_abs_builddir="$ac_dir";;    .) ac_abs_builddir=`pwd`;;
20372    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;    [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20373    *) ac_abs_builddir="$ac_dir"/$ac_builddir;;    *) ac_abs_builddir=`pwd`/"$ac_dir";;
20374    esac;;    esac;;
20375  esac  esac
20376  case "$ac_dir" in  case $ac_abs_builddir in
20377  .) ac_abs_top_builddir=${ac_top_builddir}.;;  .) ac_abs_top_builddir=${ac_top_builddir}.;;
20378  *)  *)
20379    case ${ac_top_builddir}. in    case ${ac_top_builddir}. in
20380    .) ac_abs_top_builddir="$ac_dir";;    .) ac_abs_top_builddir=$ac_abs_builddir;;
20381    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;    [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20382    *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;    *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20383    esac;;    esac;;
20384  esac  esac
20385  case "$ac_dir" in  case $ac_abs_builddir in
20386  .) ac_abs_srcdir=$ac_srcdir;;  .) ac_abs_srcdir=$ac_srcdir;;
20387  *)  *)
20388    case $ac_srcdir in    case $ac_srcdir in
20389    .) ac_abs_srcdir="$ac_dir";;    .) ac_abs_srcdir=$ac_abs_builddir;;
20390    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20391    *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;    *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20392    esac;;    esac;;
20393  esac  esac
20394  case "$ac_dir" in  case $ac_abs_builddir in
20395  .) ac_abs_top_srcdir=$ac_top_srcdir;;  .) ac_abs_top_srcdir=$ac_top_srcdir;;
20396  *)  *)
20397    case $ac_top_srcdir in    case $ac_top_srcdir in
20398    .) ac_abs_top_srcdir="$ac_dir";;    .) ac_abs_top_srcdir=$ac_abs_builddir;;
20399    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;    [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20400    *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;    *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20401    esac;;    esac;;
20402  esac  esac
20403    

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC