Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove perl as a dependency
  • Loading branch information
richo committed Jan 16, 2015
1 parent 9ade482 commit 948dcaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,6 @@ documentation.
1. Make sure you have installed the dependencies:
* `g++` 4.7 or `clang++` 3.x
* `python` 2.6 or later (but not 3.x)
* `perl` 5.0 or later
* GNU `make` 3.81 or later
* `curl`
* `git`
Expand Down
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -617,7 +617,6 @@ putvar CFG_BOOTSTRAP_KEY

step_msg "looking for build programs"

probe_need CFG_PERL perl
probe_need CFG_CURLORWGET curl wget
probe_need CFG_PYTHON python2.7 python2.6 python2 python

Expand Down Expand Up @@ -1375,7 +1374,7 @@ do
done

# Munge any paths that appear in config.mk back to posix-y
perl -i.bak -p -e 's@ ([a-zA-Z]):[/\\]@ /\1/@go;' config.tmp
sed -i.bak -e 's@ \([a-zA-Z]\):[/\\]@ /\1/@g;' config.tmp
rm -f config.tmp.bak

msg
Expand Down

0 comments on commit 948dcaa

Please sign in to comment.