~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#         compiler:             $LTCC
70
70
#         compiler flags:               $LTCFLAGS
71
71
#         linker:               $LD (gnu? $with_gnu_ld)
72
 
#         $progname:    (GNU libtool) 2.4 Debian-2.4-2
 
72
#         $progname:    (GNU libtool) 2.4 Debian-2.4-4
73
73
#         automake:     $automake_version
74
74
#         autoconf:     $autoconf_version
75
75
#
79
79
 
80
80
PROGRAM=libtool
81
81
PACKAGE=libtool
82
 
VERSION="2.4 Debian-2.4-2"
 
82
VERSION="2.4 Debian-2.4-4"
83
83
TIMESTAMP=""
84
84
package_revision=1.3293
85
85