~ubuntu-branches/ubuntu/saucy/gnutls26/saucy-security

« back to all changes in this revision

Viewing changes to libextra/build-aux/ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-03-07 12:47:58 UTC
  • mfrom: (12.4.33 experimental)
  • Revision ID: package-import@ubuntu.com-20130307124758-wlp31d99bw5hi0tv
Tags: 2.12.23-1ubuntu1
* Merge from debian-experimental, remaining changes:
  - Build gnutls-bin from this source package rather than from gnutls28:
    gnutls28's licensing is currently too strict for many of the free
    software packages built against it in Ubuntu main and we only want to
    support a single version.  Bump its version to achieve this.
* Drop gnulib-gets.diff: upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
#         compiler:             $LTCC
71
71
#         compiler flags:               $LTCFLAGS
72
72
#         linker:               $LD (gnu? $with_gnu_ld)
73
 
#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1
 
73
#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1.1
74
74
#         automake:     $automake_version
75
75
#         autoconf:     $autoconf_version
76
76
#
80
80
 
81
81
PROGRAM=libtool
82
82
PACKAGE=libtool
83
 
VERSION="2.4.2 Debian-2.4.2-1"
 
83
VERSION="2.4.2 Debian-2.4.2-1.1"
84
84
TIMESTAMP=""
85
85
package_revision=1.3337
86
86