Changeset 102

Show
Ignore:
Timestamp:
21/10/08 12:29:21 (3 months ago)
Author:
smoku
Message:

Fixed code for new libgadu

Location:
jggtrans
Files:
3 removed
6 modified

Legend:

Unmodified
Added
Removed
  • jggtrans/configure.ac

    r34 r102  
    99# Checks for programs. 
    1010AC_PROG_CC 
     11AM_PROG_CC_C_O 
    1112AC_C_BIGENDIAN 
    1213AC_PROG_MAKE_SET 
  • jggtrans/libgadu/aclocal.m4

    r99 r102  
    2222# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 
    2323 
    24 # serial 52 Debian 1.5.26-1ubuntu1 AC_PROG_LIBTOOL 
     24# serial 52 AC_PROG_LIBTOOL 
    2525 
    2626 
     
    229229test -z "$pic_mode" && pic_mode=default 
    230230 
     231# Check if we have a version mismatch between libtool.m4 and ltmain.sh. 
     232# 
     233# Note:  This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined. 
     234#        We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually 
     235#        calls AC_LIBTOOL_CONFIG and creates libtool. 
     236# 
     237_LT_VERSION_CHECK 
     238 
    231239# Use C for the default configuration in the libtool script 
    232240tagname= 
     
    234242_LT_AC_TAGCONFIG 
    235243])# AC_LIBTOOL_SETUP 
     244 
     245 
     246# _LT_VERSION_CHECK 
     247# ----------------- 
     248AC_DEFUN([_LT_VERSION_CHECK], 
     249[AC_MSG_CHECKING([for correct ltmain.sh version]) 
     250if test "x$ltmain" = "x" ; then 
     251  AC_MSG_RESULT(no) 
     252  AC_MSG_ERROR([ 
     253 
     254*** @<:@Gentoo@:>@ sanity check failed! *** 
     255*** \$ltmain is not defined, please check the patch for consistency! *** 
     256]) 
     257fi 
     258gentoo_lt_version="1.5.26" 
     259gentoo_ltmain_version=`sed -n '/^[[     ]]*VERSION=/{s/^[[      ]]*VERSION=//;p;q;}' "$ltmain"` 
     260if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then 
     261  AC_MSG_RESULT(no) 
     262  AC_MSG_ERROR([ 
     263 
     264*** @<:@Gentoo@:>@ sanity check failed! *** 
     265*** libtool.m4 and ltmain.sh have a version mismatch! *** 
     266*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) *** 
     267 
     268Please run: 
     269 
     270  libtoolize --copy --force 
     271 
     272if appropriate, please contact the maintainer of this 
     273package (or your distribution) for help. 
     274]) 
     275else 
     276  AC_MSG_RESULT(yes) 
     277fi 
     278])# _LT_VERSION_CHECK 
    236279 
    237280 
     
    15511594    esac 
    15521595  fi 
    1553   version_type=freebsd-$objformat 
     1596  # Handle Gentoo/FreeBSD as it was Linux 
     1597  case $host_vendor in 
     1598    gentoo) 
     1599      version_type=linux ;; 
     1600    *) 
     1601      version_type=freebsd-$objformat ;; 
     1602  esac 
     1603 
    15541604  case $version_type in 
    15551605    freebsd-elf*) 
     
    15611611      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    15621612      need_version=yes 
     1613      ;; 
     1614    linux) 
     1615      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     1616      soname_spec='${libname}${release}${shared_ext}$major' 
     1617      need_lib_prefix=no 
     1618      need_version=no 
    15631619      ;; 
    15641620  esac 
     
    17221778  # assume the GNU/Linux dynamic linker is in use. 
    17231779  dynamic_linker='GNU/Linux ld.so' 
    1724   ;; 
    1725  
    1726 netbsdelf*-gnu) 
    1727   version_type=linux 
    1728   need_lib_prefix=no 
    1729   need_version=no 
    1730   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
    1731   soname_spec='${libname}${release}${shared_ext}$major' 
    1732   shlibpath_var=LD_LIBRARY_PATH 
    1733   shlibpath_overrides_runpath=no 
    1734   hardcode_into_libs=yes 
    1735   dynamic_linker='NetBSD ld.elf_so' 
    17361780  ;; 
    17371781 
     
    25172561  ;; 
    25182562 
    2519 netbsd* | netbsdelf*-gnu) 
     2563netbsd*) 
    25202564  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 
    25212565    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' 
     
    35243568    esac 
    35253569    ;; 
    3526   netbsd* | netbsdelf*-gnu) 
     3570  netbsd*) 
    35273571    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    35283572      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 
     
    52165260        esac 
    52175261        ;; 
    5218       netbsd* | netbsdelf*-gnu) 
     5262      netbsd*) 
    52195263        ;; 
    52205264      osf3* | osf4* | osf5*) 
     
    55925636  cygwin* | mingw*) 
    55935637    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$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' 
    5594   ;; 
    5595   linux* | k*bsd*-gnu) 
    5596     _LT_AC_TAGVAR(link_all_deplibs, $1)=no 
    55975638  ;; 
    55985639  *) 
     
    58045845          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
    58055846        fi 
    5806         _LT_AC_TAGVAR(link_all_deplibs, $1)=no 
    58075847      else 
    58085848        _LT_AC_TAGVAR(ld_shlibs, $1)=no 
     
    58105850      ;; 
    58115851 
    5812     netbsd* | netbsdelf*-gnu) 
     5852    netbsd*) 
    58135853      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    58145854        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 
     
    62416281      ;; 
    62426282 
    6243     netbsd* | netbsdelf*-gnu) 
     6283    netbsd*) 
    62446284      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    62456285        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out 
  • jggtrans/libgadu/configure

    r99 r102  
    46144614  ;; 
    46154615 
    4616 netbsd* | netbsdelf*-gnu) 
     4616netbsd*) 
    46174617  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 
    46184618    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 
     
    74837483test -z "$pic_mode" && pic_mode=default 
    74847484 
     7485# Check if we have a version mismatch between libtool.m4 and ltmain.sh. 
     7486# 
     7487# Note:  This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined. 
     7488#        We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually 
     7489#        calls AC_LIBTOOL_CONFIG and creates libtool. 
     7490# 
     7491{ echo "$as_me:$LINENO: checking for correct ltmain.sh version" >&5 
     7492echo $ECHO_N "checking for correct ltmain.sh version... $ECHO_C" >&6; } 
     7493if test "x$ltmain" = "x" ; then 
     7494  { echo "$as_me:$LINENO: result: no" >&5 
     7495echo "${ECHO_T}no" >&6; } 
     7496  { { echo "$as_me:$LINENO: error: 
     7497 
     7498*** [Gentoo] sanity check failed! *** 
     7499*** \$ltmain is not defined, please check the patch for consistency! *** 
     7500" >&5 
     7501echo "$as_me: error: 
     7502 
     7503*** [Gentoo] sanity check failed! *** 
     7504*** \$ltmain is not defined, please check the patch for consistency! *** 
     7505" >&2;} 
     7506   { (exit 1); exit 1; }; } 
     7507fi 
     7508gentoo_lt_version="1.5.26" 
     7509gentoo_ltmain_version=`sed -n '/^[      ]*VERSION=/{s/^[        ]*VERSION=//;p;q;}' "$ltmain"` 
     7510if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then 
     7511  { echo "$as_me:$LINENO: result: no" >&5 
     7512echo "${ECHO_T}no" >&6; } 
     7513  { { echo "$as_me:$LINENO: error: 
     7514 
     7515*** [Gentoo] sanity check failed! *** 
     7516*** libtool.m4 and ltmain.sh have a version mismatch! *** 
     7517*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) *** 
     7518 
     7519Please run: 
     7520 
     7521  libtoolize --copy --force 
     7522 
     7523if appropriate, please contact the maintainer of this 
     7524package (or your distribution) for help. 
     7525" >&5 
     7526echo "$as_me: error: 
     7527 
     7528*** [Gentoo] sanity check failed! *** 
     7529*** libtool.m4 and ltmain.sh have a version mismatch! *** 
     7530*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) *** 
     7531 
     7532Please run: 
     7533 
     7534  libtoolize --copy --force 
     7535 
     7536if appropriate, please contact the maintainer of this 
     7537package (or your distribution) for help. 
     7538" >&2;} 
     7539   { (exit 1); exit 1; }; } 
     7540else 
     7541  { echo "$as_me:$LINENO: result: yes" >&5 
     7542echo "${ECHO_T}yes" >&6; } 
     7543fi 
     7544 
     7545 
    74857546# Use C for the default configuration in the libtool script 
    74867547tagname= 
     
    75567617   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    75577618   -e 's:$: $lt_compiler_flag:'` 
    7558    (eval echo "\"\$as_me:7558: $lt_compile\"" >&5) 
     7619   (eval echo "\"\$as_me:7619: $lt_compile\"" >&5) 
    75597620   (eval "$lt_compile" 2>conftest.err) 
    75607621   ac_status=$? 
    75617622   cat conftest.err >&5 
    7562    echo "$as_me:7562: \$? = $ac_status" >&5 
     7623   echo "$as_me:7623: \$? = $ac_status" >&5 
    75637624   if (exit $ac_status) && test -s "$ac_outfile"; then 
    75647625     # The compiler can only warn and ignore the option if not recognized 
     
    78467907   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    78477908   -e 's:$: $lt_compiler_flag:'` 
    7848    (eval echo "\"\$as_me:7848: $lt_compile\"" >&5) 
     7909   (eval echo "\"\$as_me:7909: $lt_compile\"" >&5) 
    78497910   (eval "$lt_compile" 2>conftest.err) 
    78507911   ac_status=$? 
    78517912   cat conftest.err >&5 
    7852    echo "$as_me:7852: \$? = $ac_status" >&5 
     7913   echo "$as_me:7913: \$? = $ac_status" >&5 
    78537914   if (exit $ac_status) && test -s "$ac_outfile"; then 
    78547915     # The compiler can only warn and ignore the option if not recognized 
     
    79508011   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    79518012   -e 's:$: $lt_compiler_flag:'` 
    7952    (eval echo "\"\$as_me:7952: $lt_compile\"" >&5) 
     8013   (eval echo "\"\$as_me:8013: $lt_compile\"" >&5) 
    79538014   (eval "$lt_compile" 2>out/conftest.err) 
    79548015   ac_status=$? 
    79558016   cat out/conftest.err >&5 
    7956    echo "$as_me:7956: \$? = $ac_status" >&5 
     8017   echo "$as_me:8017: \$? = $ac_status" >&5 
    79578018   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    79588019   then 
     
    82158276          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
    82168277        fi 
    8217         link_all_deplibs=no 
    82188278      else 
    82198279        ld_shlibs=no 
     
    82218281      ;; 
    82228282 
    8223     netbsd* | netbsdelf*-gnu) 
     8283    netbsd*) 
    82248284      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    82258285        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 
     
    87648824      ;; 
    87658825 
    8766     netbsd* | netbsdelf*-gnu) 
     8826    netbsd*) 
    87678827      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    87688828        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out 
     
    93029362    esac 
    93039363  fi 
    9304   version_type=freebsd-$objformat 
     9364  # Handle Gentoo/FreeBSD as it was Linux 
     9365  case $host_vendor in 
     9366    gentoo) 
     9367      version_type=linux ;; 
     9368    *) 
     9369      version_type=freebsd-$objformat ;; 
     9370  esac 
     9371 
    93059372  case $version_type in 
    93069373    freebsd-elf*) 
     
    93129379      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    93139380      need_version=yes 
     9381      ;; 
     9382    linux) 
     9383      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     9384      soname_spec='${libname}${release}${shared_ext}$major' 
     9385      need_lib_prefix=no 
     9386      need_version=no 
    93149387      ;; 
    93159388  esac 
     
    94759548  ;; 
    94769549 
    9477 netbsdelf*-gnu) 
    9478   version_type=linux 
    9479   need_lib_prefix=no 
    9480   need_version=no 
    9481   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
    9482   soname_spec='${libname}${release}${shared_ext}$major' 
    9483   shlibpath_var=LD_LIBRARY_PATH 
    9484   shlibpath_overrides_runpath=no 
    9485   hardcode_into_libs=yes 
    9486   dynamic_linker='NetBSD ld.elf_so' 
    9487   ;; 
    9488  
    94899550netbsd*) 
    94909551  version_type=sunos 
     
    1032710388  lt_status=$lt_dlunknown 
    1032810389  cat > conftest.$ac_ext <<EOF 
    10329 #line 10329 "configure" 
     10390#line 10390 "configure" 
    1033010391#include "confdefs.h" 
    1033110392 
     
    1042710488  lt_status=$lt_dlunknown 
    1042810489  cat > conftest.$ac_ext <<EOF 
    10429 #line 10429 "configure" 
     10490#line 10490 "configure" 
    1043010491#include "confdefs.h" 
    1043110492 
     
    1201512076    esac 
    1201612077    ;; 
    12017   netbsd* | netbsdelf*-gnu) 
     12078  netbsd*) 
    1201812079    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    1201912080      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 
     
    1271912780        esac 
    1272012781        ;; 
    12721       netbsd* | netbsdelf*-gnu) 
     12782      netbsd*) 
    1272212783        ;; 
    1272312784      osf3* | osf4* | osf5*) 
     
    1282812889   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1282912890   -e 's:$: $lt_compiler_flag:'` 
    12830    (eval echo "\"\$as_me:12830: $lt_compile\"" >&5) 
     12891   (eval echo "\"\$as_me:12891: $lt_compile\"" >&5) 
    1283112892   (eval "$lt_compile" 2>conftest.err) 
    1283212893   ac_status=$? 
    1283312894   cat conftest.err >&5 
    12834    echo "$as_me:12834: \$? = $ac_status" >&5 
     12895   echo "$as_me:12895: \$? = $ac_status" >&5 
    1283512896   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1283612897     # The compiler can only warn and ignore the option if not recognized 
     
    1293212993   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1293312994   -e 's:$: $lt_compiler_flag:'` 
    12934    (eval echo "\"\$as_me:12934: $lt_compile\"" >&5) 
     12995   (eval echo "\"\$as_me:12995: $lt_compile\"" >&5) 
    1293512996   (eval "$lt_compile" 2>out/conftest.err) 
    1293612997   ac_status=$? 
    1293712998   cat out/conftest.err >&5 
    12938    echo "$as_me:12938: \$? = $ac_status" >&5 
     12999   echo "$as_me:12999: \$? = $ac_status" >&5 
    1293913000   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1294013001   then 
     
    1300313064  cygwin* | mingw*) 
    1300413065    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' 
    13005   ;; 
    13006   linux* | k*bsd*-gnu) 
    13007     link_all_deplibs_CXX=no 
    1300813066  ;; 
    1300913067  *) 
     
    1328013338    esac 
    1328113339  fi 
    13282   version_type=freebsd-$objformat 
     13340  # Handle Gentoo/FreeBSD as it was Linux 
     13341  case $host_vendor in 
     13342    gentoo) 
     13343      version_type=linux ;; 
     13344    *) 
     13345      version_type=freebsd-$objformat ;; 
     13346  esac 
     13347 
    1328313348  case $version_type in 
    1328413349    freebsd-elf*) 
     
    1329013355      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    1329113356      need_version=yes 
     13357      ;; 
     13358    linux) 
     13359      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     13360      soname_spec='${libname}${release}${shared_ext}$major' 
     13361      need_lib_prefix=no 
     13362      need_version=no 
    1329213363      ;; 
    1329313364  esac 
     
    1345113522  # assume the GNU/Linux dynamic linker is in use. 
    1345213523  dynamic_linker='GNU/Linux ld.so' 
    13453   ;; 
    13454  
    13455 netbsdelf*-gnu) 
    13456   version_type=linux 
    13457   need_lib_prefix=no 
    13458   need_version=no 
    13459   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
    13460   soname_spec='${libname}${release}${shared_ext}$major' 
    13461   shlibpath_var=LD_LIBRARY_PATH 
    13462   shlibpath_overrides_runpath=no 
    13463   hardcode_into_libs=yes 
    13464   dynamic_linker='NetBSD ld.elf_so' 
    1346513524  ;; 
    1346613525 
     
    1453014589   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1453114590   -e 's:$: $lt_compiler_flag:'` 
    14532    (eval echo "\"\$as_me:14532: $lt_compile\"" >&5) 
     14591   (eval echo "\"\$as_me:14591: $lt_compile\"" >&5) 
    1453314592   (eval "$lt_compile" 2>conftest.err) 
    1453414593   ac_status=$? 
    1453514594   cat conftest.err >&5 
    14536    echo "$as_me:14536: \$? = $ac_status" >&5 
     14595   echo "$as_me:14595: \$? = $ac_status" >&5 
    1453714596   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1453814597     # The compiler can only warn and ignore the option if not recognized 
     
    1463414693   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1463514694   -e 's:$: $lt_compiler_flag:'` 
    14636    (eval echo "\"\$as_me:14636: $lt_compile\"" >&5) 
     14695   (eval echo "\"\$as_me:14695: $lt_compile\"" >&5) 
    1463714696   (eval "$lt_compile" 2>out/conftest.err) 
    1463814697   ac_status=$? 
    1463914698   cat out/conftest.err >&5 
    14640    echo "$as_me:14640: \$? = $ac_status" >&5 
     14699   echo "$as_me:14699: \$? = $ac_status" >&5 
    1464114700   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1464214701   then 
     
    1489914958          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
    1490014959        fi 
    14901         link_all_deplibs_F77=no 
    1490214960      else 
    1490314961        ld_shlibs_F77=no 
     
    1490514963      ;; 
    1490614964 
    14907     netbsd* | netbsdelf*-gnu) 
     14965    netbsd*) 
    1490814966      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    1490914967        archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 
     
    1542815486      ;; 
    1542915487 
    15430     netbsd* | netbsdelf*-gnu) 
     15488    netbsd*) 
    1543115489      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    1543215490        archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out 
     
    1591415972    esac 
    1591515973  fi 
    15916   version_type=freebsd-$objformat 
     15974  # Handle Gentoo/FreeBSD as it was Linux 
     15975  case $host_vendor in 
     15976    gentoo) 
     15977      version_type=linux ;; 
     15978    *) 
     15979      version_type=freebsd-$objformat ;; 
     15980  esac 
     15981 
    1591715982  case $version_type in 
    1591815983    freebsd-elf*) 
     
    1592415989      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    1592515990      need_version=yes 
     15991      ;; 
     15992    linux) 
     15993      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     15994      soname_spec='${libname}${release}${shared_ext}$major' 
     15995      need_lib_prefix=no 
     15996      need_version=no 
    1592615997      ;; 
    1592715998  esac 
     
    1608516156  # assume the GNU/Linux dynamic linker is in use. 
    1608616157  dynamic_linker='GNU/Linux ld.so' 
    16087   ;; 
    16088  
    16089 netbsdelf*-gnu) 
    16090   version_type=linux 
    16091   need_lib_prefix=no 
    16092   need_version=no 
    16093   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
    16094   soname_spec='${libname}${release}${shared_ext}$major' 
    16095   shlibpath_var=LD_LIBRARY_PATH 
    16096   shlibpath_overrides_runpath=no 
    16097   hardcode_into_libs=yes 
    16098   dynamic_linker='NetBSD ld.elf_so' 
    1609916158  ;; 
    1610016159 
     
    1685416913   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1685516914   -e 's:$: $lt_compiler_flag:'` 
    16856    (eval echo "\"\$as_me:16856: $lt_compile\"" >&5) 
     16915   (eval echo "\"\$as_me:16915: $lt_compile\"" >&5) 
    1685716916   (eval "$lt_compile" 2>conftest.err) 
    1685816917   ac_status=$? 
    1685916918   cat conftest.err >&5 
    16860    echo "$as_me:16860: \$? = $ac_status" >&5 
     16919   echo "$as_me:16919: \$? = $ac_status" >&5 
    1686116920   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1686216921     # The compiler can only warn and ignore the option if not recognized 
     
    1714417203   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1714517204   -e 's:$: $lt_compiler_flag:'` 
    17146    (eval echo "\"\$as_me:17146: $lt_compile\"" >&5) 
     17205   (eval echo "\"\$as_me:17205: $lt_compile\"" >&5) 
    1714717206   (eval "$lt_compile" 2>conftest.err) 
    1714817207   ac_status=$? 
    1714917208   cat conftest.err >&5 
    17150    echo "$as_me:17150: \$? = $ac_status" >&5 
     17209   echo "$as_me:17209: \$? = $ac_status" >&5 
    1715117210   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1715217211     # The compiler can only warn and ignore the option if not recognized 
     
    1724817307   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1724917308   -e 's:$: $lt_compiler_flag:'` 
    17250    (eval echo "\"\$as_me:17250: $lt_compile\"" >&5) 
     17309   (eval echo "\"\$as_me:17309: $lt_compile\"" >&5) 
    1725117310   (eval "$lt_compile" 2>out/conftest.err) 
    1725217311   ac_status=$? 
    1725317312   cat out/conftest.err >&5 
    17254    echo "$as_me:17254: \$? = $ac_status" >&5 
     17313   echo "$as_me:17313: \$? = $ac_status" >&5 
    1725517314   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1725617315   then 
     
    1751317572          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
    1751417573        fi 
    17515         link_all_deplibs_GCJ=no 
    1751617574      else 
    1751717575        ld_shlibs_GCJ=no 
     
    1751917577      ;; 
    1752017578 
    17521     netbsd* | netbsdelf*-gnu) 
     17579    netbsd*) 
    1752217580      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    1752317581        archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 
     
    1806218120      ;; 
    1806318121 
    18064     netbsd* | netbsdelf*-gnu) 
     18122    netbsd*) 
    1806518123      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
    1806618124        archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out 
     
    1854818606    esac 
    1854918607  fi 
    18550   version_type=freebsd-$objformat 
     18608  # Handle Gentoo/FreeBSD as it was Linux 
     18609  case $host_vendor in 
     18610    gentoo) 
     18611      version_type=linux ;; 
     18612    *) 
     18613      version_type=freebsd-$objformat ;; 
     18614  esac 
     18615 
    1855118616  case $version_type in 
    1855218617    freebsd-elf*) 
     
    1855818623      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    1855918624      need_version=yes 
     18625      ;; 
     18626    linux) 
     18627      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     18628      soname_spec='${libname}${release}${shared_ext}$major' 
     18629      need_lib_prefix=no 
     18630      need_version=no 
    1856018631      ;; 
    1856118632  esac 
     
    1871918790  # assume the GNU/Linux dynamic linker is in use. 
    1872018791  dynamic_linker='GNU/Linux ld.so' 
    18721   ;; 
    18722  
    18723 netbsdelf*-gnu) 
    18724   version_type=linux 
    18725   need_lib_prefix=no 
    18726   need_version=no 
    18727   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
    18728   soname_spec='${libname}${release}${shared_ext}$major' 
    18729   shlibpath_var=LD_LIBRARY_PATH 
    18730   shlibpath_overrides_runpath=no 
    18731   hardcode_into_libs=yes 
    18732   dynamic_linker='NetBSD ld.elf_so' 
    1873318792  ;; 
    1873418793 
     
    2177121830fi 
    2177221831 
    21773 ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile pkgconfig/Makefile pkgconfig/libgadu.pc" 
     21832ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile" 
    2177421833 
    21