evdispatch 0.2.6 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -807,6 +807,7 @@ target_alias
807
807
  INSTALL_PROGRAM
808
808
  INSTALL_SCRIPT
809
809
  INSTALL_DATA
810
+ am__isrc
810
811
  CYGPATH_W
811
812
  PACKAGE
812
813
  VERSION
@@ -815,13 +816,16 @@ AUTOCONF
815
816
  AUTOMAKE
816
817
  AUTOHEADER
817
818
  MAKEINFO
818
- AMTAR
819
819
  install_sh
820
820
  STRIP
821
821
  INSTALL_STRIP_PROGRAM
822
+ mkdir_p
822
823
  AWK
823
824
  SET_MAKE
824
825
  am__leading_dot
826
+ AMTAR
827
+ am__tar
828
+ am__untar
825
829
  MAINTAINER_MODE_TRUE
826
830
  MAINTAINER_MODE_FALSE
827
831
  MAINT
@@ -1462,14 +1466,14 @@ if test -n "$ac_init_help"; then
1462
1466
  Optional Features:
1463
1467
  --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1464
1468
  --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1465
- --enable-maintainer-mode enable make rules and dependencies not useful
1466
- (and sometimes confusing) to the casual installer
1469
+ --enable-maintainer-mode enable make rules and dependencies not useful
1470
+ (and sometimes confusing) to the casual installer
1467
1471
  --enable-shared[=PKGS] build shared libraries [default=yes]
1468
1472
  --enable-static[=PKGS] build static libraries [default=yes]
1469
1473
  --enable-fast-install[=PKGS]
1470
1474
  optimize for fast installation [default=yes]
1471
- --disable-dependency-tracking Speeds up one-time builds
1472
- --enable-dependency-tracking Do not reject slow dependency extractors
1475
+ --disable-dependency-tracking speeds up one-time build
1476
+ --enable-dependency-tracking do not reject slow dependency extractors
1473
1477
  --disable-libtool-lock avoid locking (might break parallel builds)
1474
1478
 
1475
1479
  Optional Packages:
@@ -1919,7 +1923,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1919
1923
 
1920
1924
 
1921
1925
 
1922
- am__api_version="1.7"
1926
+ am__api_version='1.10'
1927
+
1923
1928
  ac_aux_dir=
1924
1929
  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1925
1930
  if test -f "$ac_dir/install-sh"; then
@@ -2089,7 +2094,6 @@ _ACEOF
2089
2094
  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2090
2095
  rm -f conftest.sed
2091
2096
 
2092
-
2093
2097
  # expand $ac_aux_dir to an absolute path
2094
2098
  am_aux_dir=`cd $ac_aux_dir && pwd`
2095
2099
 
@@ -2103,6 +2107,54 @@ else
2103
2107
  echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2104
2108
  fi
2105
2109
 
2110
+ { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2111
+ echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2112
+ if test -z "$MKDIR_P"; then
2113
+ if test "${ac_cv_path_mkdir+set}" = set; then
2114
+ echo $ECHO_N "(cached) $ECHO_C" >&6
2115
+ else
2116
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2117
+ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2118
+ do
2119
+ IFS=$as_save_IFS
2120
+ test -z "$as_dir" && as_dir=.
2121
+ for ac_prog in mkdir gmkdir; do
2122
+ for ac_exec_ext in '' $ac_executable_extensions; do
2123
+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2124
+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2125
+ 'mkdir (GNU coreutils) '* | \
2126
+ 'mkdir (coreutils) '* | \
2127
+ 'mkdir (fileutils) '4.1*)
2128
+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2129
+ break 3;;
2130
+ esac
2131
+ done
2132
+ done
2133
+ done
2134
+ IFS=$as_save_IFS
2135
+
2136
+ fi
2137
+
2138
+ if test "${ac_cv_path_mkdir+set}" = set; then
2139
+ MKDIR_P="$ac_cv_path_mkdir -p"
2140
+ else
2141
+ # As a last resort, use the slow shell script. Don't cache a
2142
+ # value for MKDIR_P within a source directory, because that will
2143
+ # break other packages using the cache if that directory is
2144
+ # removed, or if the value is a relative name.
2145
+ test -d ./--version && rmdir ./--version
2146
+ MKDIR_P="$ac_install_sh -d"
2147
+ fi
2148
+ fi
2149
+ { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2150
+ echo "${ECHO_T}$MKDIR_P" >&6; }
2151
+
2152
+ mkdir_p="$MKDIR_P"
2153
+ case $mkdir_p in
2154
+ [\\/$]* | ?:[\\/]*) ;;
2155
+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2156
+ esac
2157
+
2106
2158
  for ac_prog in gawk mawk nawk awk
2107
2159
  do
2108
2160
  # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -2184,12 +2236,16 @@ else
2184
2236
  fi
2185
2237
  rmdir .tst 2>/dev/null
2186
2238
 
2187
- # test to see if srcdir already configured
2188
- if test "`cd $srcdir && pwd`" != "`pwd`" &&
2189
- test -f $srcdir/config.status; then
2190
- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2239
+ if test "`cd $srcdir && pwd`" != "`pwd`"; then
2240
+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2241
+ # is not polluted with repeated "-I."
2242
+ am__isrc=' -I$(srcdir)'
2243
+ # test to see if srcdir already configured
2244
+ if test -f $srcdir/config.status; then
2245
+ { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2191
2246
  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2192
2247
  { (exit 1); exit 1; }; }
2248
+ fi
2193
2249
  fi
2194
2250
 
2195
2251
  # test whether we have cygpath
@@ -2232,10 +2288,7 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2232
2288
 
2233
2289
  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2234
2290
 
2235
-
2236
- AMTAR=${AMTAR-"${am_missing_run}tar"}
2237
-
2238
- install_sh=${install_sh-"$am_aux_dir/install-sh"}
2291
+ install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2239
2292
 
2240
2293
  # Installed binaries are usually stripped using `strip' when the user
2241
2294
  # run `make install-strip'. However `strip' might not be the right
@@ -2339,10 +2392,17 @@ else
2339
2392
  fi
2340
2393
 
2341
2394
  fi
2342
- INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2395
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2343
2396
 
2344
2397
  # We need awk for the "check" target. The system "awk" is bad on
2345
2398
  # some platforms.
2399
+ # Always define AMTAR for backward compatibility.
2400
+
2401
+ AMTAR=${AMTAR-"${am_missing_run}tar"}
2402
+
2403
+ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2404
+
2405
+
2346
2406
 
2347
2407
 
2348
2408
 
@@ -2359,9 +2419,7 @@ fi
2359
2419
 
2360
2420
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2361
2421
  echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2362
-
2363
-
2364
- if test $USE_MAINTAINER_MODE = yes; then
2422
+ if test $USE_MAINTAINER_MODE = yes; then
2365
2423
  MAINTAINER_MODE_TRUE=
2366
2424
  MAINTAINER_MODE_FALSE='#'
2367
2425
  else
@@ -2661,9 +2719,7 @@ if test "x$enable_dependency_tracking" != xno; then
2661
2719
  am_depcomp="$ac_aux_dir/depcomp"
2662
2720
  AMDEPBACKSLASH='\'
2663
2721
  fi
2664
-
2665
-
2666
- if test "x$enable_dependency_tracking" != xno; then
2722
+ if test "x$enable_dependency_tracking" != xno; then
2667
2723
  AMDEP_TRUE=
2668
2724
  AMDEP_FALSE='#'
2669
2725
  else
@@ -2672,7 +2728,6 @@ else
2672
2728
  fi
2673
2729
 
2674
2730
 
2675
-
2676
2731
  ac_ext=c
2677
2732
  ac_cpp='$CPP $CPPFLAGS'
2678
2733
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3633,7 +3688,9 @@ else
3633
3688
  : > sub/conftest.c
3634
3689
  for i in 1 2 3 4 5 6; do
3635
3690
  echo '#include "conftst'$i'.h"' >> sub/conftest.c
3636
- : > sub/conftst$i.h
3691
+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3692
+ # Solaris 8's {/usr,}/bin/sh.
3693
+ touch sub/conftst$i.h
3637
3694
  done
3638
3695
  echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3639
3696
 
@@ -3657,13 +3714,19 @@ else
3657
3714
  depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3658
3715
  $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3659
3716
  >/dev/null 2>conftest.err &&
3717
+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3660
3718
  grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3661
3719
  grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3662
3720
  ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3663
3721
  # icc doesn't choke on unknown options, it will just issue warnings
3664
- # (even with -Werror). So we grep stderr for any message
3665
- # that says an option was ignored.
3666
- if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3722
+ # or remarks (even with -Werror). So we grep stderr for any message
3723
+ # that says an option was ignored or not supported.
3724
+ # When given -MP, icc 7.0 and 7.1 complain thusly:
3725
+ # icc: Command line warning: ignoring option '-M'; no argument required
3726
+ # The diagnosis changed in icc 8.0:
3727
+ # icc: Command line remark: option '-MP' not supported
3728
+ if (grep 'ignoring option' conftest.err ||
3729
+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3667
3730
  am_cv_CC_dependencies_compiler_type=$depmode
3668
3731
  break
3669
3732
  fi
@@ -3681,9 +3744,7 @@ fi
3681
3744
  echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3682
3745
  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3683
3746
 
3684
-
3685
-
3686
- if
3747
+ if
3687
3748
  test "x$enable_dependency_tracking" != xno \
3688
3749
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3689
3750
  am__fastdepCC_TRUE=
@@ -4160,7 +4221,7 @@ darwin* | rhapsody*)
4160
4221
  lt_cv_deplibs_check_method=pass_all
4161
4222
  ;;
4162
4223
 
4163
- freebsd* | dragonfly*)
4224
+ freebsd* | kfreebsd*-gnu | dragonfly*)
4164
4225
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4165
4226
  case $host_cpu in
4166
4227
  i*86 )
@@ -4214,11 +4275,11 @@ irix5* | irix6* | nonstopux*)
4214
4275
  ;;
4215
4276
 
4216
4277
  # This must be Linux ELF.
4217
- linux* | k*bsd*-gnu)
4278
+ linux*)
4218
4279
  lt_cv_deplibs_check_method=pass_all
4219
4280
  ;;
4220
4281
 
4221
- netbsd* | netbsdelf*-gnu)
4282
+ netbsd*)
4222
4283
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4223
4284
  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4224
4285
  else
@@ -4335,7 +4396,7 @@ ia64-*-hpux*)
4335
4396
  ;;
4336
4397
  *-*-irix6*)
4337
4398
  # Find out which ABI we are using.
4338
- echo '#line 4338 "configure"' > conftest.$ac_ext
4399
+ echo '#line 4399 "configure"' > conftest.$ac_ext
4339
4400
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4340
4401
  (eval $ac_compile) 2>&5
4341
4402
  ac_status=$?
@@ -5533,7 +5594,9 @@ else
5533
5594
  : > sub/conftest.c
5534
5595
  for i in 1 2 3 4 5 6; do
5535
5596
  echo '#include "conftst'$i'.h"' >> sub/conftest.c
5536
- : > sub/conftst$i.h
5597
+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5598
+ # Solaris 8's {/usr,}/bin/sh.
5599
+ touch sub/conftst$i.h
5537
5600
  done
5538
5601
  echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5539
5602
 
@@ -5557,13 +5620,19 @@ else
5557
5620
  depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5558
5621
  $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5559
5622
  >/dev/null 2>conftest.err &&
5623
+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5560
5624
  grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5561
5625
  grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5562
5626
  ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5563
5627
  # icc doesn't choke on unknown options, it will just issue warnings
5564
- # (even with -Werror). So we grep stderr for any message
5565
- # that says an option was ignored.
5566
- if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5628
+ # or remarks (even with -Werror). So we grep stderr for any message
5629
+ # that says an option was ignored or not supported.
5630
+ # When given -MP, icc 7.0 and 7.1 complain thusly:
5631
+ # icc: Command line warning: ignoring option '-M'; no argument required
5632
+ # The diagnosis changed in icc 8.0:
5633
+ # icc: Command line remark: option '-MP' not supported
5634
+ if (grep 'ignoring option' conftest.err ||
5635
+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5567
5636
  am_cv_CXX_dependencies_compiler_type=$depmode
5568
5637
  break
5569
5638
  fi
@@ -5581,9 +5650,7 @@ fi
5581
5650
  echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
5582
5651
  CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5583
5652
 
5584
-
5585
-
5586
- if
5653
+ if
5587
5654
  test "x$enable_dependency_tracking" != xno \
5588
5655
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5589
5656
  am__fastdepCXX_TRUE=
@@ -6249,7 +6316,7 @@ hpux*) # Its linker distinguishes data from code symbols
6249
6316
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6250
6317
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
6251
6318
  ;;
6252
- linux* | k*bsd*-gnu)
6319
+ linux*)
6253
6320
  if test "$host_cpu" = ia64; then
6254
6321
  symcode='[ABCDGIRSTW]'
6255
6322
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
@@ -7055,11 +7122,11 @@ else
7055
7122
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7056
7123
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7057
7124
  -e 's:$: $lt_compiler_flag:'`
7058
- (eval echo "\"\$as_me:7058: $lt_compile\"" >&5)
7125
+ (eval echo "\"\$as_me:7125: $lt_compile\"" >&5)
7059
7126
  (eval "$lt_compile" 2>conftest.err)
7060
7127
  ac_status=$?
7061
7128
  cat conftest.err >&5
7062
- echo "$as_me:7062: \$? = $ac_status" >&5
7129
+ echo "$as_me:7129: \$? = $ac_status" >&5
7063
7130
  if (exit $ac_status) && test -s "$ac_outfile"; then
7064
7131
  # The compiler can only warn and ignore the option if not recognized
7065
7132
  # So say no if there are warnings other than the usual output.
@@ -7217,7 +7284,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
7217
7284
  lt_prog_compiler_static='-Bstatic'
7218
7285
  ;;
7219
7286
 
7220
- linux* | k*bsd*-gnu)
7287
+ linux*)
7221
7288
  case $cc_basename in
7222
7289
  icc* | ecc*)
7223
7290
  lt_prog_compiler_wl='-Wl,'
@@ -7323,11 +7390,11 @@ else
7323
7390
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7324
7391
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7325
7392
  -e 's:$: $lt_compiler_flag:'`
7326
- (eval echo "\"\$as_me:7326: $lt_compile\"" >&5)
7393
+ (eval echo "\"\$as_me:7393: $lt_compile\"" >&5)
7327
7394
  (eval "$lt_compile" 2>conftest.err)
7328
7395
  ac_status=$?
7329
7396
  cat conftest.err >&5
7330
- echo "$as_me:7330: \$? = $ac_status" >&5
7397
+ echo "$as_me:7397: \$? = $ac_status" >&5
7331
7398
  if (exit $ac_status) && test -s "$ac_outfile"; then
7332
7399
  # The compiler can only warn and ignore the option if not recognized
7333
7400
  # So say no if there are warnings other than the usual output.
@@ -7427,11 +7494,11 @@ else
7427
7494
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7428
7495
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7429
7496
  -e 's:$: $lt_compiler_flag:'`
7430
- (eval echo "\"\$as_me:7430: $lt_compile\"" >&5)
7497
+ (eval echo "\"\$as_me:7497: $lt_compile\"" >&5)
7431
7498
  (eval "$lt_compile" 2>out/conftest.err)
7432
7499
  ac_status=$?
7433
7500
  cat out/conftest.err >&5
7434
- echo "$as_me:7434: \$? = $ac_status" >&5
7501
+ echo "$as_me:7501: \$? = $ac_status" >&5
7435
7502
  if (exit $ac_status) && test -s out/conftest2.$ac_objext
7436
7503
  then
7437
7504
  # The compiler can only warn and ignore the option if not recognized
@@ -7656,7 +7723,7 @@ EOF
7656
7723
  archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7657
7724
  ;;
7658
7725
 
7659
- linux* | k*bsd*-gnu)
7726
+ linux*)
7660
7727
  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
7661
7728
  tmp_addflag=
7662
7729
  case $cc_basename,$host_cpu in
@@ -7682,13 +7749,12 @@ EOF
7682
7749
  $echo "local: *; };" >> $output_objdir/$libname.ver~
7683
7750
  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7684
7751
  fi
7685
- link_all_deplibs=no
7686
7752
  else
7687
7753
  ld_shlibs=no
7688
7754
  fi
7689
7755
  ;;
7690
7756
 
7691
- netbsd* | netbsdelf*-gnu)
7757
+ netbsd*)
7692
7758
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7693
7759
  archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7694
7760
  wlarc=
@@ -8116,7 +8182,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8116
8182
  ;;
8117
8183
 
8118
8184
  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8119
- freebsd* | dragonfly*)
8185
+ freebsd* | kfreebsd*-gnu | dragonfly*)
8120
8186
  archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8121
8187
  hardcode_libdir_flag_spec='-R$libdir'
8122
8188
  hardcode_direct=yes
@@ -8218,7 +8284,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8218
8284
  link_all_deplibs=yes
8219
8285
  ;;
8220
8286
 
8221
- netbsd* | netbsdelf*-gnu)
8287
+ netbsd*)
8222
8288
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8223
8289
  archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8224
8290
  else
@@ -8681,7 +8747,7 @@ darwin* | rhapsody*)
8681
8747
  version_type=darwin
8682
8748
  need_lib_prefix=no
8683
8749
  need_version=no
8684
- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8750
+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
8685
8751
  soname_spec='${libname}${release}${major}$shared_ext'
8686
8752
  shlibpath_overrides_runpath=yes
8687
8753
  shlibpath_var=DYLD_LIBRARY_PATH
@@ -8708,6 +8774,18 @@ freebsd1*)
8708
8774
  dynamic_linker=no
8709
8775
  ;;
8710
8776
 
8777
+ kfreebsd*-gnu)
8778
+ version_type=linux
8779
+ need_lib_prefix=no
8780
+ need_version=no
8781
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8782
+ soname_spec='${libname}${release}${shared_ext}$major'
8783
+ shlibpath_var=LD_LIBRARY_PATH
8784
+ shlibpath_overrides_runpath=no
8785
+ hardcode_into_libs=yes
8786
+ dynamic_linker='GNU ld.so'
8787
+ ;;
8788
+
8711
8789
  freebsd* | dragonfly*)
8712
8790
  # DragonFly does not have aout. When/if they implement a new
8713
8791
  # versioning mechanism, adjust this.
@@ -8863,7 +8941,7 @@ linux*oldld* | linux*aout* | linux*coff*)
8863
8941
  ;;
8864
8942
 
8865
8943
  # This must be Linux ELF.
8866
- linux* | k*bsd*-gnu)
8944
+ linux*)
8867
8945
  version_type=linux
8868
8946
  need_lib_prefix=no
8869
8947
  need_version=no
@@ -8892,7 +8970,7 @@ linux* | k*bsd*-gnu)
8892
8970
  dynamic_linker='GNU/Linux ld.so'
8893
8971
  ;;
8894
8972
 
8895
- netbsdelf*-gnu)
8973
+ knetbsd*-gnu)
8896
8974
  version_type=linux
8897
8975
  need_lib_prefix=no
8898
8976
  need_version=no
@@ -8901,7 +8979,7 @@ netbsdelf*-gnu)
8901
8979
  shlibpath_var=LD_LIBRARY_PATH
8902
8980
  shlibpath_overrides_runpath=no
8903
8981
  hardcode_into_libs=yes
8904
- dynamic_linker='NetBSD ld.elf_so'
8982
+ dynamic_linker='GNU ld.so'
8905
8983
  ;;
8906
8984
 
8907
8985
  netbsd*)
@@ -9724,7 +9802,7 @@ else
9724
9802
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9725
9803
  lt_status=$lt_dlunknown
9726
9804
  cat > conftest.$ac_ext <<EOF
9727
- #line 9727 "configure"
9805
+ #line 9805 "configure"
9728
9806
  #include "confdefs.h"
9729
9807
 
9730
9808
  #if HAVE_DLFCN_H
@@ -9824,7 +9902,7 @@ else
9824
9902
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9825
9903
  lt_status=$lt_dlunknown
9826
9904
  cat > conftest.$ac_ext <<EOF
9827
- #line 9827 "configure"
9905
+ #line 9905 "configure"
9828
9906
  #include "confdefs.h"
9829
9907
 
9830
9908
  #if HAVE_DLFCN_H
@@ -11137,7 +11215,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11137
11215
  freebsd-elf*)
11138
11216
  archive_cmds_need_lc_CXX=no
11139
11217
  ;;
11140
- freebsd* | dragonfly*)
11218
+ freebsd* | kfreebsd*-gnu | dragonfly*)
11141
11219
  # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
11142
11220
  # conventions
11143
11221
  ld_shlibs_CXX=yes
@@ -11296,7 +11374,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11296
11374
  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11297
11375
  hardcode_libdir_separator_CXX=:
11298
11376
  ;;
11299
- linux* | k*bsd*-gnu)
11377
+ linux*)
11300
11378
  case $cc_basename in
11301
11379
  KCC*)
11302
11380
  # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -11398,7 +11476,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11398
11476
  ;;
11399
11477
  esac
11400
11478
  ;;
11401
- netbsd* | netbsdelf*-gnu)
11479
+ netbsd*)
11402
11480
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11403
11481
  archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
11404
11482
  wlarc=
@@ -11965,7 +12043,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
11965
12043
  ;;
11966
12044
  esac
11967
12045
  ;;
11968
- freebsd* | dragonfly*)
12046
+ freebsd* | kfreebsd*-gnu | dragonfly*)
11969
12047
  # FreeBSD uses GNU C++
11970
12048
  ;;
11971
12049
  hpux9* | hpux10* | hpux11*)
@@ -12008,7 +12086,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12008
12086
  ;;
12009
12087
  esac
12010
12088
  ;;
12011
- linux* | k*bsd*-gnu)
12089
+ linux*)
12012
12090
  case $cc_basename in
12013
12091
  KCC*)
12014
12092
  # KAI C++ Compiler
@@ -12051,7 +12129,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12051
12129
  ;;
12052
12130
  esac
12053
12131
  ;;
12054
- netbsd* | netbsdelf*-gnu)
12132
+ netbsd*)
12055
12133
  ;;
12056
12134
  osf3* | osf4* | osf5*)
12057
12135
  case $cc_basename in
@@ -12160,11 +12238,11 @@ else
12160
12238
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12161
12239
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12162
12240
  -e 's:$: $lt_compiler_flag:'`
12163
- (eval echo "\"\$as_me:12163: $lt_compile\"" >&5)
12241
+ (eval echo "\"\$as_me:12241: $lt_compile\"" >&5)
12164
12242
  (eval "$lt_compile" 2>conftest.err)
12165
12243
  ac_status=$?
12166
12244
  cat conftest.err >&5
12167
- echo "$as_me:12167: \$? = $ac_status" >&5
12245
+ echo "$as_me:12245: \$? = $ac_status" >&5
12168
12246
  if (exit $ac_status) && test -s "$ac_outfile"; then
12169
12247
  # The compiler can only warn and ignore the option if not recognized
12170
12248
  # So say no if there are warnings other than the usual output.
@@ -12264,11 +12342,11 @@ else
12264
12342
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12265
12343
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12266
12344
  -e 's:$: $lt_compiler_flag:'`
12267
- (eval echo "\"\$as_me:12267: $lt_compile\"" >&5)
12345
+ (eval echo "\"\$as_me:12345: $lt_compile\"" >&5)
12268
12346
  (eval "$lt_compile" 2>out/conftest.err)
12269
12347
  ac_status=$?
12270
12348
  cat out/conftest.err >&5
12271
- echo "$as_me:12271: \$? = $ac_status" >&5
12349
+ echo "$as_me:12349: \$? = $ac_status" >&5
12272
12350
  if (exit $ac_status) && test -s out/conftest2.$ac_objext
12273
12351
  then
12274
12352
  # The compiler can only warn and ignore the option if not recognized
@@ -12336,9 +12414,6 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
12336
12414
  cygwin* | mingw*)
12337
12415
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
12338
12416
  ;;
12339
- linux* | k*bsd*-gnu)
12340
- link_all_deplibs_CXX=no
12341
- ;;
12342
12417
  *)
12343
12418
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12344
12419
  ;;
@@ -12591,7 +12666,7 @@ darwin* | rhapsody*)
12591
12666
  version_type=darwin
12592
12667
  need_lib_prefix=no
12593
12668
  need_version=no
12594
- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12669
+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
12595
12670
  soname_spec='${libname}${release}${major}$shared_ext'
12596
12671
  shlibpath_overrides_runpath=yes
12597
12672
  shlibpath_var=DYLD_LIBRARY_PATH
@@ -12618,6 +12693,18 @@ freebsd1*)
12618
12693
  dynamic_linker=no
12619
12694
  ;;
12620
12695
 
12696
+ kfreebsd*-gnu)
12697
+ version_type=linux
12698
+ need_lib_prefix=no
12699
+ need_version=no
12700
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12701
+ soname_spec='${libname}${release}${shared_ext}$major'
12702
+ shlibpath_var=LD_LIBRARY_PATH
12703
+ shlibpath_overrides_runpath=no
12704
+ hardcode_into_libs=yes
12705
+ dynamic_linker='GNU ld.so'
12706
+ ;;
12707
+
12621
12708
  freebsd* | dragonfly*)
12622
12709
  # DragonFly does not have aout. When/if they implement a new
12623
12710
  # versioning mechanism, adjust this.
@@ -12773,7 +12860,7 @@ linux*oldld* | linux*aout* | linux*coff*)
12773
12860
  ;;
12774
12861
 
12775
12862
  # This must be Linux ELF.
12776
- linux* | k*bsd*-gnu)
12863
+ linux*)
12777
12864
  version_type=linux
12778
12865
  need_lib_prefix=no
12779
12866
  need_version=no
@@ -12802,7 +12889,7 @@ linux* | k*bsd*-gnu)
12802
12889
  dynamic_linker='GNU/Linux ld.so'
12803
12890
  ;;
12804
12891
 
12805
- netbsdelf*-gnu)
12892
+ knetbsd*-gnu)
12806
12893
  version_type=linux
12807
12894
  need_lib_prefix=no
12808
12895
  need_version=no
@@ -12811,7 +12898,7 @@ netbsdelf*-gnu)
12811
12898
  shlibpath_var=LD_LIBRARY_PATH
12812
12899
  shlibpath_overrides_runpath=no
12813
12900
  hardcode_into_libs=yes
12814
- dynamic_linker='NetBSD ld.elf_so'
12901
+ dynamic_linker='GNU ld.so'
12815
12902
  ;;
12816
12903
 
12817
12904
  netbsd*)
@@ -13719,7 +13806,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
13719
13806
  lt_prog_compiler_static_F77='-Bstatic'
13720
13807
  ;;
13721
13808
 
13722
- linux* | k*bsd*-gnu)
13809
+ linux*)
13723
13810
  case $cc_basename in
13724
13811
  icc* | ecc*)
13725
13812
  lt_prog_compiler_wl_F77='-Wl,'
@@ -13825,11 +13912,11 @@ else
13825
13912
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13826
13913
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13827
13914
  -e 's:$: $lt_compiler_flag:'`
13828
- (eval echo "\"\$as_me:13828: $lt_compile\"" >&5)
13915
+ (eval echo "\"\$as_me:13915: $lt_compile\"" >&5)
13829
13916
  (eval "$lt_compile" 2>conftest.err)
13830
13917
  ac_status=$?
13831
13918
  cat conftest.err >&5
13832
- echo "$as_me:13832: \$? = $ac_status" >&5
13919
+ echo "$as_me:13919: \$? = $ac_status" >&5
13833
13920
  if (exit $ac_status) && test -s "$ac_outfile"; then
13834
13921
  # The compiler can only warn and ignore the option if not recognized
13835
13922
  # So say no if there are warnings other than the usual output.
@@ -13929,11 +14016,11 @@ else
13929
14016
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13930
14017
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13931
14018
  -e 's:$: $lt_compiler_flag:'`
13932
- (eval echo "\"\$as_me:13932: $lt_compile\"" >&5)
14019
+ (eval echo "\"\$as_me:14019: $lt_compile\"" >&5)
13933
14020
  (eval "$lt_compile" 2>out/conftest.err)
13934
14021
  ac_status=$?
13935
14022
  cat out/conftest.err >&5
13936
- echo "$as_me:13936: \$? = $ac_status" >&5
14023
+ echo "$as_me:14023: \$? = $ac_status" >&5
13937
14024
  if (exit $ac_status) && test -s out/conftest2.$ac_objext
13938
14025
  then
13939
14026
  # The compiler can only warn and ignore the option if not recognized
@@ -14158,7 +14245,7 @@ EOF
14158
14245
  archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
14159
14246
  ;;
14160
14247
 
14161
- linux* | k*bsd*-gnu)
14248
+ linux*)
14162
14249
  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
14163
14250
  tmp_addflag=
14164
14251
  case $cc_basename,$host_cpu in
@@ -14184,13 +14271,12 @@ EOF
14184
14271
  $echo "local: *; };" >> $output_objdir/$libname.ver~
14185
14272
  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
14186
14273
  fi
14187
- link_all_deplibs_F77=no
14188
14274
  else
14189
14275
  ld_shlibs_F77=no
14190
14276
  fi
14191
14277
  ;;
14192
14278
 
14193
- netbsd* | netbsdelf*-gnu)
14279
+ netbsd*)
14194
14280
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14195
14281
  archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
14196
14282
  wlarc=
@@ -14598,7 +14684,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14598
14684
  ;;
14599
14685
 
14600
14686
  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
14601
- freebsd* | dragonfly*)
14687
+ freebsd* | kfreebsd*-gnu | dragonfly*)
14602
14688
  archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
14603
14689
  hardcode_libdir_flag_spec_F77='-R$libdir'
14604
14690
  hardcode_direct_F77=yes
@@ -14700,7 +14786,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14700
14786
  link_all_deplibs_F77=yes
14701
14787
  ;;
14702
14788
 
14703
- netbsd* | netbsdelf*-gnu)
14789
+ netbsd*)
14704
14790
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14705
14791
  archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
14706
14792
  else
@@ -15163,7 +15249,7 @@ darwin* | rhapsody*)
15163
15249
  version_type=darwin
15164
15250
  need_lib_prefix=no
15165
15251
  need_version=no
15166
- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15252
+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
15167
15253
  soname_spec='${libname}${release}${major}$shared_ext'
15168
15254
  shlibpath_overrides_runpath=yes
15169
15255
  shlibpath_var=DYLD_LIBRARY_PATH
@@ -15190,6 +15276,18 @@ freebsd1*)
15190
15276
  dynamic_linker=no
15191
15277
  ;;
15192
15278
 
15279
+ kfreebsd*-gnu)
15280
+ version_type=linux
15281
+ need_lib_prefix=no
15282
+ need_version=no
15283
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15284
+ soname_spec='${libname}${release}${shared_ext}$major'
15285
+ shlibpath_var=LD_LIBRARY_PATH
15286
+ shlibpath_overrides_runpath=no
15287
+ hardcode_into_libs=yes
15288
+ dynamic_linker='GNU ld.so'
15289
+ ;;
15290
+
15193
15291
  freebsd* | dragonfly*)
15194
15292
  # DragonFly does not have aout. When/if they implement a new
15195
15293
  # versioning mechanism, adjust this.
@@ -15345,7 +15443,7 @@ linux*oldld* | linux*aout* | linux*coff*)
15345
15443
  ;;
15346
15444
 
15347
15445
  # This must be Linux ELF.
15348
- linux* | k*bsd*-gnu)
15446
+ linux*)
15349
15447
  version_type=linux
15350
15448
  need_lib_prefix=no
15351
15449
  need_version=no
@@ -15374,7 +15472,7 @@ linux* | k*bsd*-gnu)
15374
15472
  dynamic_linker='GNU/Linux ld.so'
15375
15473
  ;;
15376
15474
 
15377
- netbsdelf*-gnu)
15475
+ knetbsd*-gnu)
15378
15476
  version_type=linux
15379
15477
  need_lib_prefix=no
15380
15478
  need_version=no
@@ -15383,7 +15481,7 @@ netbsdelf*-gnu)
15383
15481
  shlibpath_var=LD_LIBRARY_PATH
15384
15482
  shlibpath_overrides_runpath=no
15385
15483
  hardcode_into_libs=yes
15386
- dynamic_linker='NetBSD ld.elf_so'
15484
+ dynamic_linker='GNU ld.so'
15387
15485
  ;;
15388
15486
 
15389
15487
  netbsd*)
@@ -16116,11 +16214,11 @@ else
16116
16214
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16117
16215
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16118
16216
  -e 's:$: $lt_compiler_flag:'`
16119
- (eval echo "\"\$as_me:16119: $lt_compile\"" >&5)
16217
+ (eval echo "\"\$as_me:16217: $lt_compile\"" >&5)
16120
16218
  (eval "$lt_compile" 2>conftest.err)
16121
16219
  ac_status=$?
16122
16220
  cat conftest.err >&5
16123
- echo "$as_me:16123: \$? = $ac_status" >&5
16221
+ echo "$as_me:16221: \$? = $ac_status" >&5
16124
16222
  if (exit $ac_status) && test -s "$ac_outfile"; then
16125
16223
  # The compiler can only warn and ignore the option if not recognized
16126
16224
  # So say no if there are warnings other than the usual output.
@@ -16278,7 +16376,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
16278
16376
  lt_prog_compiler_static_GCJ='-Bstatic'
16279
16377
  ;;
16280
16378
 
16281
- linux* | k*bsd*-gnu)
16379
+ linux*)
16282
16380
  case $cc_basename in
16283
16381
  icc* | ecc*)
16284
16382
  lt_prog_compiler_wl_GCJ='-Wl,'
@@ -16384,11 +16482,11 @@ else
16384
16482
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16385
16483
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16386
16484
  -e 's:$: $lt_compiler_flag:'`
16387
- (eval echo "\"\$as_me:16387: $lt_compile\"" >&5)
16485
+ (eval echo "\"\$as_me:16485: $lt_compile\"" >&5)
16388
16486
  (eval "$lt_compile" 2>conftest.err)
16389
16487
  ac_status=$?
16390
16488
  cat conftest.err >&5
16391
- echo "$as_me:16391: \$? = $ac_status" >&5
16489
+ echo "$as_me:16489: \$? = $ac_status" >&5
16392
16490
  if (exit $ac_status) && test -s "$ac_outfile"; then
16393
16491
  # The compiler can only warn and ignore the option if not recognized
16394
16492
  # So say no if there are warnings other than the usual output.
@@ -16488,11 +16586,11 @@ else
16488
16586
  -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16489
16587
  -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16490
16588
  -e 's:$: $lt_compiler_flag:'`
16491
- (eval echo "\"\$as_me:16491: $lt_compile\"" >&5)
16589
+ (eval echo "\"\$as_me:16589: $lt_compile\"" >&5)
16492
16590
  (eval "$lt_compile" 2>out/conftest.err)
16493
16591
  ac_status=$?
16494
16592
  cat out/conftest.err >&5
16495
- echo "$as_me:16495: \$? = $ac_status" >&5
16593
+ echo "$as_me:16593: \$? = $ac_status" >&5
16496
16594
  if (exit $ac_status) && test -s out/conftest2.$ac_objext
16497
16595
  then
16498
16596
  # The compiler can only warn and ignore the option if not recognized
@@ -16717,7 +16815,7 @@ EOF
16717
16815
  archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
16718
16816
  ;;
16719
16817
 
16720
- linux* | k*bsd*-gnu)
16818
+ linux*)
16721
16819
  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
16722
16820
  tmp_addflag=
16723
16821
  case $cc_basename,$host_cpu in
@@ -16743,13 +16841,12 @@ EOF
16743
16841
  $echo "local: *; };" >> $output_objdir/$libname.ver~
16744
16842
  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
16745
16843
  fi
16746
- link_all_deplibs_GCJ=no
16747
16844
  else
16748
16845
  ld_shlibs_GCJ=no
16749
16846
  fi
16750
16847
  ;;
16751
16848
 
16752
- netbsd* | netbsdelf*-gnu)
16849
+ netbsd*)
16753
16850
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
16754
16851
  archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
16755
16852
  wlarc=
@@ -17177,7 +17274,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17177
17274
  ;;
17178
17275
 
17179
17276
  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
17180
- freebsd* | dragonfly*)
17277
+ freebsd* | kfreebsd*-gnu | dragonfly*)
17181
17278
  archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
17182
17279
  hardcode_libdir_flag_spec_GCJ='-R$libdir'
17183
17280
  hardcode_direct_GCJ=yes
@@ -17279,7 +17376,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17279
17376
  link_all_deplibs_GCJ=yes
17280
17377
  ;;
17281
17378
 
17282
- netbsd* | netbsdelf*-gnu)
17379
+ netbsd*)
17283
17380
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17284
17381
  archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
17285
17382
  else
@@ -17742,7 +17839,7 @@ darwin* | rhapsody*)
17742
17839
  version_type=darwin
17743
17840
  need_lib_prefix=no
17744
17841
  need_version=no
17745
- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
17842
+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
17746
17843
  soname_spec='${libname}${release}${major}$shared_ext'
17747
17844
  shlibpath_overrides_runpath=yes
17748
17845
  shlibpath_var=DYLD_LIBRARY_PATH
@@ -17769,6 +17866,18 @@ freebsd1*)
17769
17866
  dynamic_linker=no
17770
17867
  ;;
17771
17868
 
17869
+ kfreebsd*-gnu)
17870
+ version_type=linux
17871
+ need_lib_prefix=no
17872
+ need_version=no
17873
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17874
+ soname_spec='${libname}${release}${shared_ext}$major'
17875
+ shlibpath_var=LD_LIBRARY_PATH
17876
+ shlibpath_overrides_runpath=no
17877
+ hardcode_into_libs=yes
17878
+ dynamic_linker='GNU ld.so'
17879
+ ;;
17880
+
17772
17881
  freebsd* | dragonfly*)
17773
17882
  # DragonFly does not have aout. When/if they implement a new
17774
17883
  # versioning mechanism, adjust this.
@@ -17924,7 +18033,7 @@ linux*oldld* | linux*aout* | linux*coff*)
17924
18033
  ;;
17925
18034
 
17926
18035
  # This must be Linux ELF.
17927
- linux* | k*bsd*-gnu)
18036
+ linux*)
17928
18037
  version_type=linux
17929
18038
  need_lib_prefix=no
17930
18039
  need_version=no
@@ -17953,7 +18062,7 @@ linux* | k*bsd*-gnu)
17953
18062
  dynamic_linker='GNU/Linux ld.so'
17954
18063
  ;;
17955
18064
 
17956
- netbsdelf*-gnu)
18065
+ knetbsd*-gnu)
17957
18066
  version_type=linux
17958
18067
  need_lib_prefix=no
17959
18068
  need_version=no
@@ -17962,7 +18071,7 @@ netbsdelf*-gnu)
17962
18071
  shlibpath_var=LD_LIBRARY_PATH
17963
18072
  shlibpath_overrides_runpath=no
17964
18073
  hardcode_into_libs=yes
17965
- dynamic_linker='NetBSD ld.elf_so'
18074
+ dynamic_linker='GNU ld.so'
17966
18075
  ;;
17967
18076
 
17968
18077
  netbsd*)
@@ -20474,6 +20583,7 @@ gives unlimited permission to copy, distribute and modify it."
20474
20583
  ac_pwd='$ac_pwd'
20475
20584
  srcdir='$srcdir'
20476
20585
  INSTALL='$INSTALL'
20586
+ MKDIR_P='$MKDIR_P'
20477
20587
  _ACEOF
20478
20588
 
20479
20589
  cat >>$CONFIG_STATUS <<\_ACEOF
@@ -20681,6 +20791,7 @@ target_alias!$target_alias$ac_delim
20681
20791
  INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
20682
20792
  INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
20683
20793
  INSTALL_DATA!$INSTALL_DATA$ac_delim
20794
+ am__isrc!$am__isrc$ac_delim
20684
20795
  CYGPATH_W!$CYGPATH_W$ac_delim
20685
20796
  PACKAGE!$PACKAGE$ac_delim
20686
20797
  VERSION!$VERSION$ac_delim
@@ -20689,13 +20800,16 @@ AUTOCONF!$AUTOCONF$ac_delim
20689
20800
  AUTOMAKE!$AUTOMAKE$ac_delim
20690
20801
  AUTOHEADER!$AUTOHEADER$ac_delim
20691
20802
  MAKEINFO!$MAKEINFO$ac_delim
20692
- AMTAR!$AMTAR$ac_delim
20693
20803
  install_sh!$install_sh$ac_delim
20694
20804
  STRIP!$STRIP$ac_delim
20695
20805
  INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
20806
+ mkdir_p!$mkdir_p$ac_delim
20696
20807
  AWK!$AWK$ac_delim
20697
20808
  SET_MAKE!$SET_MAKE$ac_delim
20698
20809
  am__leading_dot!$am__leading_dot$ac_delim
20810
+ AMTAR!$AMTAR$ac_delim
20811
+ am__tar!$am__tar$ac_delim
20812
+ am__untar!$am__untar$ac_delim
20699
20813
  MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
20700
20814
  MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
20701
20815
  MAINT!$MAINT$ac_delim
@@ -20734,10 +20848,6 @@ CXX!$CXX$ac_delim
20734
20848
  CXXFLAGS!$CXXFLAGS$ac_delim
20735
20849
  ac_ct_CXX!$ac_ct_CXX$ac_delim
20736
20850
  CXXDEPMODE!$CXXDEPMODE$ac_delim
20737
- am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
20738
- am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
20739
- CXXCPP!$CXXCPP$ac_delim
20740
- F77!$F77$ac_delim
20741
20851
  _ACEOF
20742
20852
 
20743
20853
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -20779,6 +20889,10 @@ _ACEOF
20779
20889
  ac_delim='%!_!# '
20780
20890
  for ac_last_try in false false false false false :; do
20781
20891
  cat >conf$$subs.sed <<_ACEOF
20892
+ am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
20893
+ am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
20894
+ CXXCPP!$CXXCPP$ac_delim
20895
+ F77!$F77$ac_delim
20782
20896
  FFLAGS!$FFLAGS$ac_delim
20783
20897
  ac_ct_F77!$ac_ct_F77$ac_delim
20784
20898
  LIBTOOL!$LIBTOOL$ac_delim
@@ -20786,7 +20900,7 @@ LIBOBJS!$LIBOBJS$ac_delim
20786
20900
  LTLIBOBJS!$LTLIBOBJS$ac_delim
20787
20901
  _ACEOF
20788
20902
 
20789
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 5; then
20903
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 9; then
20790
20904
  break
20791
20905
  elif $ac_last_try; then
20792
20906
  { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
@@ -21013,6 +21127,11 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21013
21127
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21014
21128
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21015
21129
  esac
21130
+ ac_MKDIR_P=$MKDIR_P
21131
+ case $MKDIR_P in
21132
+ [\\/$]* | ?:[\\/]* ) ;;
21133
+ */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
21134
+ esac
21016
21135
  _ACEOF
21017
21136
 
21018
21137
  cat >>$CONFIG_STATUS <<\_ACEOF
@@ -21066,6 +21185,7 @@ s&@builddir@&$ac_builddir&;t t
21066
21185
  s&@abs_builddir@&$ac_abs_builddir&;t t
21067
21186
  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21068
21187
  s&@INSTALL@&$ac_INSTALL&;t t
21188
+ s&@MKDIR_P@&$ac_MKDIR_P&;t t
21069
21189
  $ac_datarootdir_hack
21070
21190
  " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
21071
21191
 
@@ -21230,8 +21350,9 @@ echo "$as_me: executing $ac_file commands" >&6;}
21230
21350
  # some people rename them; so instead we look at the file content.
21231
21351
  # Grep'ing the first line is not enough: some people post-process
21232
21352
  # each Makefile.in and add a new line on top of each file to say so.
21233
- # So let's grep whole file.
21234
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
21353
+ # Grep'ing the whole file is not good either: AIX grep has a line
21354
+ # limit of 2048, but all sed's we know have understand at least 4000.
21355
+ if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
21235
21356
  dirpart=`$as_dirname -- "$mf" ||
21236
21357
  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21237
21358
  X"$mf" : 'X\(//\)[^/]' \| \
@@ -21258,27 +21379,21 @@ echo X"$mf" |
21258
21379
  else
21259
21380
  continue
21260
21381
  fi
21261
- grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
21262
- # Extract the definition of DEP_FILES from the Makefile without
21263
- # running `make'.
21264
- DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
21382
+ # Extract the definition of DEPDIR, am__include, and am__quote
21383
+ # from the Makefile without running `make'.
21384
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
21265
21385
  test -z "$DEPDIR" && continue
21386
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
21387
+ test -z "am__include" && continue
21388
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
21266
21389
  # When using ansi2knr, U may be empty or an underscore; expand it
21267
- U=`sed -n -e '/^U = / s///p' < "$mf"`
21268
- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
21269
- # We invoke sed twice because it is the simplest approach to
21270
- # changing $(DEPDIR) to its actual value in the expansion.
21271
- for file in `sed -n -e '
21272
- /^DEP_FILES = .*\\\\$/ {
21273
- s/^DEP_FILES = //
21274
- :loop
21275
- s/\\\\$//
21276
- p
21277
- n
21278
- /\\\\$/ b loop
21279
- p
21280
- }
21281
- /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
21390
+ U=`sed -n 's/^U = //p' < "$mf"`
21391
+ # Find all dependency output files, they are included files with
21392
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
21393
+ # simplest approach to changing $(DEPDIR) to its actual value in the
21394
+ # expansion.
21395
+ for file in `sed -n "
21396
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
21282
21397
  sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
21283
21398
  # Make sure the directory exists.
21284
21399
  test -f "$dirpart/$file" && continue