~cjwatson/ubiquity/new-partitioner

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Colin Watson
  • Date: 2006-04-21 11:39:15 UTC
  • Revision ID: colin.watson@canonical.com-20060421113915-7d2d711cd6afc4f5
* Rename from espresso to ubiquity, to better suggest an association with
  Ubuntu. Log output now written to /var/log/installer/syslog rather than
  using the package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
 
211
211
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
212
212
 
213
 
# serial 48 Debian 1.5.22-2 AC_PROG_LIBTOOL
 
213
# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
214
214
 
215
215
 
216
216
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
1594
1594
  dynamic_linker=no
1595
1595
  ;;
1596
1596
 
1597
 
kfreebsd*-gnu)
1598
 
  version_type=linux
1599
 
  need_lib_prefix=no
1600
 
  need_version=no
1601
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1602
 
  soname_spec='${libname}${release}${shared_ext}$major'
1603
 
  shlibpath_var=LD_LIBRARY_PATH
1604
 
  shlibpath_overrides_runpath=no
1605
 
  hardcode_into_libs=yes
1606
 
  dynamic_linker='GNU ld.so'
1607
 
  ;;
1608
 
 
1609
1597
freebsd* | dragonfly*)
1610
1598
  # DragonFly does not have aout.  When/if they implement a new
1611
1599
  # versioning mechanism, adjust this.
1761
1749
  ;;
1762
1750
 
1763
1751
# This must be Linux ELF.
1764
 
linux*)
 
1752
linux* | k*bsd*-gnu)
1765
1753
  version_type=linux
1766
1754
  need_lib_prefix=no
1767
1755
  need_version=no
1802
1790
  dynamic_linker='NetBSD ld.elf_so'
1803
1791
  ;;
1804
1792
 
1805
 
knetbsd*-gnu)
1806
 
  version_type=linux
1807
 
  need_lib_prefix=no
1808
 
  need_version=no
1809
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1810
 
  soname_spec='${libname}${release}${shared_ext}$major'
1811
 
  shlibpath_var=LD_LIBRARY_PATH
1812
 
  shlibpath_overrides_runpath=no
1813
 
  hardcode_into_libs=yes
1814
 
  dynamic_linker='GNU ld.so'
1815
 
  ;;
1816
 
 
1817
1793
netbsd*)
1818
1794
  version_type=sunos
1819
1795
  need_lib_prefix=no
2519
2495
  lt_cv_deplibs_check_method=pass_all
2520
2496
  ;;
2521
2497
 
2522
 
freebsd* | kfreebsd*-gnu | dragonfly*)
 
2498
freebsd* | dragonfly*)
2523
2499
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2524
2500
    case $host_cpu in
2525
2501
    i*86 )
2573
2549
  ;;
2574
2550
 
2575
2551
# This must be Linux ELF.
2576
 
linux*)
 
2552
linux* | k*bsd*-gnu)
2577
2553
  lt_cv_deplibs_check_method=pass_all
2578
2554
  ;;
2579
2555
 
2580
 
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
2556
netbsd* | netbsdelf*-gnu)
2581
2557
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2582
2558
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2583
2559
  else
3325
3301
  freebsd-elf*)
3326
3302
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3327
3303
    ;;
3328
 
  freebsd* | kfreebsd*-gnu | dragonfly*)
 
3304
  freebsd* | dragonfly*)
3329
3305
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3330
3306
    # conventions
3331
3307
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3484
3460
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3485
3461
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3486
3462
    ;;
3487
 
  linux*)
 
3463
  linux* | k*bsd*-gnu)
3488
3464
    case $cc_basename in
3489
3465
      KCC*)
3490
3466
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3586
3562
        ;;
3587
3563
    esac
3588
3564
    ;;
3589
 
  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
3565
  netbsd* | netbsdelf*-gnu)
3590
3566
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3591
3567
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3592
3568
      wlarc=
4851
4827
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4852
4828
  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'"
4853
4829
  ;;
4854
 
linux*)
 
4830
linux* | k*bsd*-gnu)
4855
4831
  if test "$host_cpu" = ia64; then
4856
4832
    symcode='[[ABCDGIRSTW]]'
4857
4833
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5124
5100
            ;;
5125
5101
        esac
5126
5102
        ;;
5127
 
      freebsd* | kfreebsd*-gnu | dragonfly*)
 
5103
      freebsd* | dragonfly*)
5128
5104
        # FreeBSD uses GNU C++
5129
5105
        ;;
5130
5106
      hpux9* | hpux10* | hpux11*)
5167
5143
            ;;
5168
5144
        esac
5169
5145
        ;;
5170
 
      linux*)
 
5146
      linux* | k*bsd*-gnu)
5171
5147
        case $cc_basename in
5172
5148
          KCC*)
5173
5149
            # KAI C++ Compiler
5210
5186
            ;;
5211
5187
        esac
5212
5188
        ;;
5213
 
      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
5189
      netbsd* | netbsdelf*-gnu)
5214
5190
        ;;
5215
5191
      osf3* | osf4* | osf5*)
5216
5192
        case $cc_basename in
5421
5397
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5422
5398
      ;;
5423
5399
 
5424
 
    linux*)
 
5400
    linux* | k*bsd*-gnu)
5425
5401
      case $cc_basename in
5426
5402
      icc* | ecc*)
5427
5403
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5562
5538
  cygwin* | mingw*)
5563
5539
    _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'
5564
5540
  ;;
5565
 
  kfreebsd*-gnu)
5566
 
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5567
 
  ;;
5568
 
  linux*)
 
5541
  linux* | k*bsd*-gnu)
5569
5542
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5570
5543
  ;;
5571
5544
  *)
5738
5711
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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'
5739
5712
      ;;
5740
5713
 
5741
 
    linux*)
 
5714
    linux* | k*bsd*-gnu)
5742
5715
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5743
5716
        tmp_addflag=
5744
5717
        case $cc_basename,$host_cpu in
5770
5743
      fi
5771
5744
      ;;
5772
5745
 
5773
 
    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
5746
    netbsd* | netbsdelf*-gnu)
5774
5747
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5775
5748
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5776
5749
        wlarc=
6106
6079
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6107
6080
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6108
6081
      ;;
6109
 
      
6110
 
    # GNU/kFreeBSD uses gcc -shared to do shared libraries.
6111
 
    kfreebsd*-gnu)
6112
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6113
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6114
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6115
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6116
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=no
6117
 
      ;;
6118
6082
 
6119
6083
    hpux9*)
6120
6084
      if test "$GCC" = yes; then
6211
6175
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6212
6176
      ;;
6213
6177
 
6214
 
    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
6178
    netbsd* | netbsdelf*-gnu)
6215
6179
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6216
6180
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6217
6181
      else