~ubuntu-branches/ubuntu/natty/evolution-exchange/natty

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-26 09:04:55 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: james.westby@ubuntu.com-20101126090455-3mpgxw5phbpwkqjg
Tags: 2.32.1-0ubuntu1
* New upstream release
* debian/control:
  - Remove Debian Vcs fields, they confuse debcheckout
  - Bump evolution depends to 2.32.1
  - Use standards-version 3.9.1
* debian/evolution-exchange.install:
  - Install libraries from new location
* debian/rules:
  - Drop simple-patchsys.mk, not required in source version 3.0
* debian/source:
  - Use source version 3.0
* debian/patches/00git_gtk_2_23.patch:
  - Compile with GTK 2.23
* debian/patches/02_libexchange_libxntlm_link.patch:
  - Link libexchange.so to libxntlm.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated from ltmain.m4sh.
2
2
 
3
 
# ltmain.sh (GNU libtool) 2.2.6b
 
3
# ltmain.sh (GNU libtool) 2.2.6
4
4
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5
5
 
6
6
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
65
65
#       compiler:               $LTCC
66
66
#       compiler flags:         $LTCFLAGS
67
67
#       linker:         $LD (gnu? $with_gnu_ld)
68
 
#       $progname:              (GNU libtool) 2.2.6b
 
68
#       $progname:              (GNU libtool) 2.2.6
69
69
#       automake:               $automake_version
70
70
#       autoconf:               $autoconf_version
71
71
#
73
73
 
74
74
PROGRAM=ltmain.sh
75
75
PACKAGE=libtool
76
 
VERSION=2.2.6b
 
76
VERSION=2.2.6
77
77
TIMESTAMP=""
78
 
package_revision=1.3017
 
78
package_revision=1.3012
79
79
 
80
80
# Be Bourne compatible
81
81
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
116
116
 
117
117
: ${CP="cp -f"}
118
118
: ${ECHO="echo"}
119
 
: ${EGREP="/bin/grep -E"}
120
 
: ${FGREP="/bin/grep -F"}
121
 
: ${GREP="/bin/grep"}
 
119
: ${EGREP="/usr/bin/grep -E"}
 
120
: ${FGREP="/usr/bin/grep -F"}
 
121
: ${GREP="/usr/bin/grep"}
122
122
: ${LN_S="ln -s"}
123
123
: ${MAKE="make"}
124
124
: ${MKDIR="mkdir"}
125
125
: ${MV="mv -f"}
126
126
: ${RM="rm -f"}
127
 
: ${SED="/bin/sed"}
 
127
: ${SED="/opt/local/bin/gsed"}
128
128
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
129
129
: ${Xsed="$SED -e 1s/^X//"}
130
130