~ubuntu-branches/debian/squeeze/bristol/squeeze

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-10 12:21:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091110122104-432yau0haobyl122
Tags: 0.40.6-1
* Adopting this (Closes: #546954).
* Create new bristol-data runtime package, it will contain application's
  architecture-indipendent data files.
* Drop all patches, now useless.
* Switch to debhelper 7.
* debian/copyright: Update according to DEP-5 spec.
* debian/bristol.1: Fix little spelling mistake.
* Replace patch system, from dpatch to quilt.
* Add 01-spelling_errors.patch patch to fix spelling-error-in-binary.
* debian/rules: dh_makeshlibs doesn't touch shlibs/symbols file, libraries
  under /usr/lib/bristol/ are private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
388
388
# ---------------------------------------------------
389
389
m4_define([lt_decl_varnames_tagged],
390
 
[_$0(m4_quote(m4_default([$1], [[, ]])),
391
 
     m4_quote(m4_if([$2], [],
392
 
                     m4_quote(lt_decl_tag_varnames),
393
 
                  m4_quote(m4_shift($@)))),
394
 
     m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
395
 
m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
 
390
[m4_assert([$# <= 2])dnl
 
391
_$0(m4_quote(m4_default([$1], [[, ]])),
 
392
    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
 
393
    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
 
394
m4_define([_lt_decl_varnames_tagged],
 
395
[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
396
396
 
397
397
 
398
398
# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
952
952
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
953
953
    darwin1.*)
954
954
      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
955
 
    darwin*) # darwin 5.x on 
 
955
    darwin*) # darwin 5.x on
956
956
      # if running on 10.5 or later, the deployment target defaults
957
957
      # to the OS version, if on x86, and 10.4, the deployment
958
 
      # target defaults to 10.4. Don't you love it? 
 
958
      # target defaults to 10.4. Don't you love it?
959
959
      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
960
960
        10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
961
961
          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
997
997
  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
998
998
  _LT_TAGVAR(link_all_deplibs, $1)=yes
999
999
  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
1000
 
  if test "$GCC" = "yes"; then
 
1000
  case $cc_basename in
 
1001
     ifort*) _lt_dar_can_shared=yes ;;
 
1002
     *) _lt_dar_can_shared=$GCC ;;
 
1003
  esac
 
1004
  if test "$_lt_dar_can_shared" = "yes"; then
1001
1005
    output_verbose_link_cmd=echo
1002
1006
    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
1003
1007
    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
1519
1523
    lt_cv_sys_max_cmd_len=-1;
1520
1524
    ;;
1521
1525
 
1522
 
  cygwin* | mingw*)
 
1526
  cygwin* | mingw* | cegcc*)
1523
1527
    # On Win9x/ME, this test blows up -- it succeeds, but takes
1524
1528
    # about 5 minutes as the teststring grows exponentially.
1525
1529
    # Worse, since 9x/ME are not pre-emptively multitasking,
1687
1691
#  endif
1688
1692
#endif
1689
1693
 
1690
 
#ifdef __cplusplus
1691
 
extern "C" void exit (int);
1692
 
#endif
1693
 
 
1694
1694
void fnord() { int i=42;}
1695
1695
int main ()
1696
1696
{
1706
1706
  else
1707
1707
    puts (dlerror ());
1708
1708
 
1709
 
    exit (status);
 
1709
  return status;
1710
1710
}]
1711
1711
_LT_EOF
1712
1712
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1745
1745
    lt_cv_dlopen_self=yes
1746
1746
    ;;
1747
1747
 
1748
 
  mingw* | pw32*)
 
1748
  mingw* | pw32* | cegcc*)
1749
1749
    lt_cv_dlopen="LoadLibrary"
1750
1750
    lt_cv_dlopen_libs=
1751
1751
    ;;
2042
2042
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
2043
2043
m4_require([_LT_DECL_EGREP])dnl
2044
2044
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2045
m4_require([_LT_DECL_OBJDUMP])dnl
2045
2046
m4_require([_LT_DECL_SED])dnl
2046
2047
AC_MSG_CHECKING([dynamic linker characteristics])
2047
2048
m4_if([$1],
2206
2207
  # libtool to hard-code these into programs
2207
2208
  ;;
2208
2209
 
2209
 
cygwin* | mingw* | pw32*)
 
2210
cygwin* | mingw* | pw32* | cegcc*)
2210
2211
  version_type=windows
2211
2212
  shrext_cmds=".dll"
2212
2213
  need_version=no
2213
2214
  need_lib_prefix=no
2214
2215
 
2215
2216
  case $GCC,$host_os in
2216
 
  yes,cygwin* | yes,mingw* | yes,pw32*)
 
2217
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
2217
2218
    library_names_spec='$libname.dll.a'
2218
2219
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
2219
2220
    postinstall_cmds='base_file=`basename \${file}`~
2236
2237
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2237
2238
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
2238
2239
      ;;
2239
 
    mingw*)
 
2240
    mingw* | cegcc*)
2240
2241
      # MinGW DLLs use traditional 'lib' prefix
2241
2242
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2242
2243
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
2674
2675
  version_type=linux
2675
2676
  need_lib_prefix=no
2676
2677
  need_version=no
2677
 
  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2678
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2678
2679
  shlibpath_var=LD_LIBRARY_PATH
2679
2680
  shlibpath_overrides_runpath=no
2680
2681
  hardcode_into_libs=yes
2698
2699
if test "$GCC" = yes; then
2699
2700
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2700
2701
fi
2701
 
 
 
2702
 
2702
2703
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
2703
2704
  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
2704
2705
fi
2975
2976
#  -- PORTME fill in with the dynamic library characteristics
2976
2977
m4_defun([_LT_CHECK_MAGIC_METHOD],
2977
2978
[m4_require([_LT_DECL_EGREP])
 
2979
m4_require([_LT_DECL_OBJDUMP])
2978
2980
AC_CACHE_CHECK([how to recognize dependent libraries],
2979
2981
lt_cv_deplibs_check_method,
2980
2982
[lt_cv_file_magic_cmd='$MAGIC_CMD'
3025
3027
  fi
3026
3028
  ;;
3027
3029
 
 
3030
cegcc)
 
3031
  # use the weaker test based on 'objdump'. See mingw*.
 
3032
  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
3033
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
3034
  ;;
 
3035
 
3028
3036
darwin* | rhapsody*)
3029
3037
  lt_cv_deplibs_check_method=pass_all
3030
3038
  ;;
3336
3344
aix*)
3337
3345
  symcode='[[BCDT]]'
3338
3346
  ;;
3339
 
cygwin* | mingw* | pw32*)
 
3347
cygwin* | mingw* | pw32* | cegcc*)
3340
3348
  symcode='[[ABCDGISTW]]'
3341
3349
  ;;
3342
3350
hpux*)
3582
3590
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
3583
3591
      # PIC is the default for these OSes.
3584
3592
      ;;
3585
 
    mingw* | cygwin* | os2* | pw32*)
 
3593
    mingw* | cygwin* | os2* | pw32* | cegcc*)
3586
3594
      # This hack is so that the source file can tell whether it is being
3587
3595
      # built for inclusion in a dll (and should export symbols for example).
3588
3596
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
3609
3617
      fi
3610
3618
      ;;
3611
3619
    hpux*)
3612
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3613
 
      # not for PA HP-UX.
 
3620
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
3621
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
3622
      # sets the default TLS model and affects inlining.
3614
3623
      case $host_cpu in
3615
 
      hppa*64*|ia64*)
 
3624
      hppa*64*)
3616
3625
        ;;
3617
3626
      *)
3618
3627
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
3710
3719
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
3711
3720
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
3712
3721
            ;;
3713
 
          icpc* | ecpc* )
3714
 
            # Intel C++
 
3722
          ecpc* )
 
3723
            # old Intel C++ for x86_64 which still supported -KPIC.
3715
3724
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3716
3725
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3717
3726
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
3718
3727
            ;;
 
3728
          icpc* )
 
3729
            # Intel C++, used to be incompatible with GCC.
 
3730
            # ICC 10 doesn't accept -KPIC any more.
 
3731
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3732
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3733
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3734
            ;;
3719
3735
          pgCC* | pgcpp*)
3720
3736
            # Portland Group C++ compiler
3721
3737
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3881
3897
      # PIC is the default for these OSes.
3882
3898
      ;;
3883
3899
 
3884
 
    mingw* | cygwin* | pw32* | os2*)
 
3900
    mingw* | cygwin* | pw32* | os2* | cegcc*)
3885
3901
      # This hack is so that the source file can tell whether it is being
3886
3902
      # built for inclusion in a dll (and should export symbols for example).
3887
3903
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
3897
3913
      ;;
3898
3914
 
3899
3915
    hpux*)
3900
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3901
 
      # not for PA HP-UX.
 
3916
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
3917
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
3918
      # sets the default TLS model and affects inlining.
3902
3919
      case $host_cpu in
3903
 
      hppa*64*|ia64*)
 
3920
      hppa*64*)
3904
3921
        # +Z the default
3905
3922
        ;;
3906
3923
      *)
3950
3967
      fi
3951
3968
      ;;
3952
3969
 
3953
 
    mingw* | cygwin* | pw32* | os2*)
 
3970
    mingw* | cygwin* | pw32* | os2* | cegcc*)
3954
3971
      # This hack is so that the source file can tell whether it is being
3955
3972
      # built for inclusion in a dll (and should export symbols for example).
3956
3973
      m4_if([$1], [GCJ], [],
3981
3998
 
3982
3999
    linux* | k*bsd*-gnu)
3983
4000
      case $cc_basename in
3984
 
      icc* | ecc* | ifort*)
 
4001
      # old Intel for x86_64 which still supported -KPIC.
 
4002
      ecc*)
3985
4003
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3986
4004
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3987
4005
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
3988
4006
        ;;
 
4007
      # icc used to be incompatible with GCC.
 
4008
      # ICC 10 doesn't accept -KPIC any more.
 
4009
      icc* | ifort*)
 
4010
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4011
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4012
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4013
        ;;
 
4014
      # Lahey Fortran 8.1.
 
4015
      lf95*)
 
4016
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4017
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
 
4018
        _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
 
4019
        ;;
3989
4020
      pgcc* | pgf77* | pgf90* | pgf95*)
3990
4021
        # Portland Group compilers (*not* the Pentium gcc compiler,
3991
4022
        # which looks to be a dead project)
4167
4198
  pw32*)
4168
4199
    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4169
4200
  ;;
4170
 
  cygwin* | mingw*)
 
4201
  cygwin* | mingw* | cegcc*)
4171
4202
    _LT_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'
4172
4203
  ;;
4173
4204
  linux* | k*bsd*-gnu)
4222
4253
  extract_expsyms_cmds=
4223
4254
 
4224
4255
  case $host_os in
4225
 
  cygwin* | mingw* | pw32*)
 
4256
  cygwin* | mingw* | pw32* | cegcc*)
4226
4257
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4227
4258
    # When not using gcc, we currently assume that we are using
4228
4259
    # Microsoft Visual C++.
4309
4340
      fi
4310
4341
      ;;
4311
4342
 
4312
 
    cygwin* | mingw* | pw32*)
 
4343
    cygwin* | mingw* | pw32* | cegcc*)
4313
4344
      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4314
4345
      # as there is no search path for DLLs.
4315
4346
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4375
4406
          tmp_addflag=' -i_dynamic -nofor_main' ;;
4376
4407
        ifc* | ifort*)                  # Intel Fortran compiler
4377
4408
          tmp_addflag=' -nofor_main' ;;
 
4409
        lf95*)                          # Lahey Fortran 8.1
 
4410
          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
4411
          tmp_sharedflag='--shared' ;;
4378
4412
        xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
4379
4413
          tmp_sharedflag='-qmkshrobj'
4380
4414
          tmp_addflag= ;;
4607
4641
        fi
4608
4642
      fi
4609
4643
 
 
4644
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
4610
4645
      # It seems that -bexpall does not export symbols beginning with
4611
4646
      # underscore (_), so it is better to generate a list of symbols to export.
4612
4647
      _LT_TAGVAR(always_export_symbols, $1)=yes
4661
4696
      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
4662
4697
      ;;
4663
4698
 
4664
 
    cygwin* | mingw* | pw32*)
 
4699
    cygwin* | mingw* | pw32* | cegcc*)
4665
4700
      # When not using gcc, we currently assume that we are using
4666
4701
      # Microsoft Visual C++.
4667
4702
      # hardcode_libdir_flag_spec is actually meaningless, as there is
4765
4800
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
4766
4801
          ;;
4767
4802
        ia64*)
4768
 
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
4803
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
4769
4804
          ;;
4770
4805
        *)
4771
4806
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5546
5581
          fi
5547
5582
        fi
5548
5583
 
 
5584
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
5549
5585
        # It seems that -bexpall does not export symbols beginning with
5550
5586
        # underscore (_), so it is better to generate a list of symbols to
5551
5587
        # export.
5604
5640
        esac
5605
5641
        ;;
5606
5642
 
5607
 
      cygwin* | mingw* | pw32*)
 
5643
      cygwin* | mingw* | pw32* | cegcc*)
5608
5644
        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5609
5645
        # as there is no search path for DLLs.
5610
5646
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6985
7021
])
6986
7022
 
6987
7023
 
 
7024
# _LT_DECL_OBJDUMP
 
7025
# --------------
 
7026
# If we don't have a new enough Autoconf to choose the best objdump
 
7027
# available, choose the one first in the user's PATH.
 
7028
m4_defun([_LT_DECL_OBJDUMP],
 
7029
[AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
7030
test -z "$OBJDUMP" && OBJDUMP=objdump
 
7031
_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
 
7032
AC_SUBST([OBJDUMP])
 
7033
])
 
7034
 
 
7035
 
6988
7036
# _LT_DECL_SED
6989
7037
# ------------
6990
7038
# Check for a fully-functional sed program, that truncates
7445
7493
[enable_win32_dll=yes
7446
7494
 
7447
7495
case $host in
7448
 
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
7496
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
7449
7497
  AC_CHECK_TOOL(AS, as, false)
7450
7498
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
7451
7499
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
7686
7734
 
7687
7735
# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
7688
7736
#
7689
 
#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
7690
 
#   Written by Gary V. Vaughan, 2004
 
7737
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
7738
# Written by Gary V. Vaughan, 2004
7691
7739
#
7692
7740
# This file is free software; the Free Software Foundation gives
7693
7741
# unlimited permission to copy and/or distribute it, with or without
7694
7742
# modifications, as long as this notice is preserved.
7695
7743
 
7696
 
# serial 5 ltsugar.m4
 
7744
# serial 6 ltsugar.m4
7697
7745
 
7698
7746
# This is to help aclocal find these macros, as it can't see m4_define.
7699
7747
AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
7749
7797
# Produce a SEP delimited list of all paired combinations of elements of
7750
7798
# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
7751
7799
# has the form PREFIXmINFIXSUFFIXn.
 
7800
# Needed until we can rely on m4_combine added in Autoconf 2.62.
7752
7801
m4_define([lt_combine],
7753
 
[m4_if([$2], [], [],
7754
 
  [m4_if([$4], [], [],
7755
 
    [lt_join(m4_quote(m4_default([$1], [[, ]])),
7756
 
      lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
7757
 
                   [m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
7758
 
                               [_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
7759
 
])
 
7802
[m4_if(m4_eval([$# > 3]), [1],
 
7803
       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
 
7804
[[m4_foreach([_Lt_prefix], [$2],
 
7805
             [m4_foreach([_Lt_suffix],
 
7806
                ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
 
7807
        [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
7760
7808
 
7761
7809
 
7762
7810
# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
7819
7867
 
7820
7868
# Generated from ltversion.in.
7821
7869
 
7822
 
# serial 2976 ltversion.m4
 
7870
# serial 3012 ltversion.m4
7823
7871
# This file is part of GNU Libtool
7824
7872
 
7825
 
m4_define([LT_PACKAGE_VERSION], [2.2.4])
7826
 
m4_define([LT_PACKAGE_REVISION], [1.2976])
 
7873
m4_define([LT_PACKAGE_VERSION], [2.2.6])
 
7874
m4_define([LT_PACKAGE_REVISION], [1.3012])
7827
7875
 
7828
7876
AC_DEFUN([LTVERSION_VERSION],
7829
 
[macro_version='2.2.4'
7830
 
macro_revision='1.2976'
 
7877
[macro_version='2.2.6'
 
7878
macro_revision='1.3012'
7831
7879
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
7832
7880
_LT_DECL(, macro_revision, 0)
7833
7881
])