~ubuntu-branches/ubuntu/precise/libcap-ng/precise

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-07-20 10:03:49 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720100349-dzex7pirrlq8v7g7
Tags: 0.6.4-1
* Imported Upstream version 0.6.4
* Bump Standards version to 3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
7862
7862
 
7863
7863
# Generated from ltversion.in.
7864
7864
 
7865
 
# serial 3012 ltversion.m4
 
7865
# serial 3017 ltversion.m4
7866
7866
# This file is part of GNU Libtool
7867
7867
 
7868
 
m4_define([LT_PACKAGE_VERSION], [2.2.6])
7869
 
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
7868
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
7869
m4_define([LT_PACKAGE_REVISION], [1.3017])
7870
7870
 
7871
7871
AC_DEFUN([LTVERSION_VERSION],
7872
 
[macro_version='2.2.6'
7873
 
macro_revision='1.3012'
 
7872
[macro_version='2.2.6b'
 
7873
macro_revision='1.3017'
7874
7874
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
7875
7875
_LT_DECL(, macro_revision, 0)
7876
7876
])
7983
7983
[am__api_version='1.11'
7984
7984
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
7985
7985
dnl require some minimum version.  Point them to the right macro.
7986
 
m4_if([$1], [1.11], [],
 
7986
m4_if([$1], [1.11.1], [],
7987
7987
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
7988
7988
])
7989
7989
 
7999
7999
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8000
8000
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8001
8001
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8002
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
8002
[AM_AUTOMAKE_VERSION([1.11.1])dnl
8003
8003
m4_ifndef([AC_AUTOCONF_VERSION],
8004
8004
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8005
8005
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
8862
8862
       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
8863
8863
       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
8864
8864
       ;;
 
8865
     *)
 
8866
       case $am_py_prefix in
 
8867
         /usr|/System*) ;;
 
8868
         *)
 
8869
          am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
 
8870
          ;;
 
8871
       esac
 
8872
       ;;
8865
8873
     esac
8866
8874
    ])
8867
8875
  AC_SUBST([pythondir], [$am_cv_python_pythondir])
8892
8900
       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
8893
8901
       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
8894
8902
       ;;
 
8903
     *)
 
8904
       case $am_py_exec_prefix in
 
8905
         /usr|/System*) ;;
 
8906
         *)
 
8907
           am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
 
8908
           ;;
 
8909
       esac
 
8910
       ;;
8895
8911
     esac
8896
8912
    ])
8897
8913
  AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])