~ubuntu-branches/ubuntu/precise/iptables/precise-proposed

« back to all changes in this revision

Viewing changes to m4/ltversion.m4

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-14 15:59:54 UTC
  • mfrom: (5.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714155954-9039kro8cnh6lb1q
Tags: 1.4.4-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #399211
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
  - Added linuxdoc-tools to Build-Depends
  - Modified debian/iptables{,-dev}.install to match DM syntax
    (removed debian/tmp)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ltversion.m4 -- version numbers                       -*- Autoconf -*-
 
2
#
 
3
#   Copyright (C) 2004 Free Software Foundation, Inc.
 
4
#   Written by Scott James Remnant, 2004
 
5
#
 
6
# This file is free software; the Free Software Foundation gives
 
7
# unlimited permission to copy and/or distribute it, with or without
 
8
# modifications, as long as this notice is preserved.
 
9
 
 
10
# Generated from ltversion.in.
 
11
 
 
12
# serial 3012 ltversion.m4
 
13
# This file is part of GNU Libtool
 
14
 
 
15
m4_define([LT_PACKAGE_VERSION], [2.2.6])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
17
 
 
18
AC_DEFUN([LTVERSION_VERSION],
 
19
[macro_version='2.2.6'
 
20
macro_revision='1.3012'
 
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
22
_LT_DECL(, macro_revision, 0)
 
23
])