~ubuntu-branches/ubuntu/vivid/libpam-tacplus/vivid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Jeroen Nijhof
  • Date: 2012-05-19 19:25:00 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120519192500-n8ymcwdck1lv2401
Tags: 1.3.7-1
* New upstream release.
* Changed compat level to 9 for hardening
* Fixed license link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
2526
2526
  esac
2527
2527
  ;;
2528
2528
 
2529
 
gnu*)
2530
 
  version_type=linux # correct to gnu/linux during the next big refactor
2531
 
  need_lib_prefix=no
2532
 
  need_version=no
2533
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2534
 
  soname_spec='${libname}${release}${shared_ext}$major'
2535
 
  shlibpath_var=LD_LIBRARY_PATH
2536
 
  shlibpath_overrides_runpath=no
2537
 
  hardcode_into_libs=yes
2538
 
  ;;
2539
 
 
2540
2529
haiku*)
2541
2530
  version_type=linux # correct to gnu/linux during the next big refactor
2542
2531
  need_lib_prefix=no
2653
2642
  ;;
2654
2643
 
2655
2644
# This must be glibc/ELF.
2656
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
2645
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
2657
2646
  version_type=linux # correct to gnu/linux during the next big refactor
2658
2647
  need_lib_prefix=no
2659
2648
  need_version=no
3269
3258
  fi
3270
3259
  ;;
3271
3260
 
3272
 
gnu*)
3273
 
  lt_cv_deplibs_check_method=pass_all
3274
 
  ;;
3275
 
 
3276
3261
haiku*)
3277
3262
  lt_cv_deplibs_check_method=pass_all
3278
3263
  ;;
3311
3296
  ;;
3312
3297
 
3313
3298
# This must be glibc/ELF.
3314
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
3299
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
3315
3300
  lt_cv_deplibs_check_method=pass_all
3316
3301
  ;;
3317
3302
 
4063
4048
            ;;
4064
4049
        esac
4065
4050
        ;;
4066
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
4051
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4067
4052
        case $cc_basename in
4068
4053
          KCC*)
4069
4054
            # KAI C++ Compiler
4362
4347
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4363
4348
      ;;
4364
4349
 
4365
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
4350
    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4366
4351
      case $cc_basename in
4367
4352
      # old Intel for x86_64 which still supported -KPIC.
4368
4353
      ecc*)
6251
6236
        _LT_TAGVAR(ld_shlibs, $1)=yes
6252
6237
        ;;
6253
6238
 
6254
 
      gnu*)
6255
 
        ;;
6256
 
 
6257
6239
      haiku*)
6258
6240
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6259
6241
        _LT_TAGVAR(link_all_deplibs, $1)=yes
6415
6397
        _LT_TAGVAR(inherit_rpath, $1)=yes
6416
6398
        ;;
6417
6399
 
6418
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
6400
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6419
6401
        case $cc_basename in
6420
6402
          KCC*)
6421
6403
            # Kuck and Associates, Inc. (KAI) C++ Compiler
8644
8626
[am__api_version='1.11'
8645
8627
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8646
8628
dnl require some minimum version.  Point them to the right macro.
8647
 
m4_if([$1], [1.11.5], [],
 
8629
m4_if([$1], [1.11.6], [],
8648
8630
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8649
8631
])
8650
8632
 
8660
8642
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8661
8643
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8662
8644
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8663
 
[AM_AUTOMAKE_VERSION([1.11.5])dnl
 
8645
[AM_AUTOMAKE_VERSION([1.11.6])dnl
8664
8646
m4_ifndef([AC_AUTOCONF_VERSION],
8665
8647
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8666
8648
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])