~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 15:38:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090727153800-2z0i3y6vpmywwhe5
Tags: 1:3.27.5-0ubuntu1
New upstream version:
Bug Fixes:
Bug #584243Crash when replacing a mispelled word (lp: #397957)
Other Fixes:
Fix some build tool warnings. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
: ${CP="cp -f"}
118
118
: ${ECHO="echo"}
119
 
: ${EGREP="/usr/bin/grep -E"}
120
 
: ${FGREP="/usr/bin/grep -F"}
121
 
: ${GREP="/usr/bin/grep"}
 
119
: ${EGREP="/bin/grep -E"}
 
120
: ${FGREP="/bin/grep -F"}
 
121
: ${GREP="/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="/opt/local/bin/gsed"}
 
127
: ${SED="/bin/sed"}
128
128
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
129
129
: ${Xsed="$SED -e 1s/^X//"}
130
130