~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 14:41:53 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20120417144153-tuyvgt9jp2fr738k
Tags: 3.4.1-0ubuntu1
* New upstream release:
  - Translation updates

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
 
8050
8050
            elif test -n "$runpath_var"; then
8051
8051
              case "$perm_rpath " in
8052
8052
              *" $libdir "*) ;;
8053
 
              *) func_append perm_rpath " $libdir" ;;
 
8053
              *) func_apped perm_rpath " $libdir" ;;
8054
8054
              esac
8055
8055
            fi
8056
8056
          done