~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
 
45
45
# Expect to find configfsf.sub in the same directory as this config.sub
46
 
configfsf_sub="`echo \"$0\" | sed 's/config.sub$/configfsf.sub/'`"
 
46
configfsf_sub="`dirname "$0"`/configfsf.sub"
47
47
if test "$configfsf_sub" = "$0"; then
48
48
  echo "Cannot derive configfsf.sub from $0" 1>&2
49
49
  exit 1