~nik90/ubuntu/precise/eog/keywords

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-26 15:28:21 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: james.westby@ubuntu.com-20110726152821-g806mbptn727m1a5
Tags: upstream-3.1.4
ImportĀ upstreamĀ versionĀ 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
: ${CP="cp -f"}
138
138
test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
139
 
: ${EGREP="/bin/grep -E"}
140
 
: ${FGREP="/bin/grep -F"}
141
 
: ${GREP="/bin/grep"}
 
139
: ${EGREP="grep -E"}
 
140
: ${FGREP="grep -F"}
 
141
: ${GREP="grep"}
142
142
: ${LN_S="ln -s"}
143
143
: ${MAKE="make"}
144
144
: ${MKDIR="mkdir"}
145
145
: ${MV="mv -f"}
146
146
: ${RM="rm -f"}
147
 
: ${SED="/bin/sed"}
 
147
: ${SED="sed"}
148
148
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
149
149
: ${Xsed="$SED -e 1s/^X//"}
150
150