summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorTim D. Smith <github@tim-smith.us>2018-01-24 16:46:46 -0800
committerMike Frysinger <vapier@gmail.com>2018-01-24 19:58:51 -0500
commit03d23738bc185da29b45c0de492b68d02ce8f1bc (patch)
tree6e7ba2b10771df275010ff53de92788c34ac8e09 /bootstrap.sh
parentdd76e8fcf2a2d7e122110444695ad20f2549420e (diff)
downloadlibgd-03d23738bc185da29b45c0de492b68d02ce8f1bc.tar.gz
Remove apple-gcc42 from bootstrap advice
The package doesn't exist anymore (and Xcode clang is good now).
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ffd978c..4b49b61 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -11,7 +11,7 @@ v() { echo "$@"; "$@"; }
v docs/naturaldocs/run_docs.sh --nonfatal
if echo "${OSTYPE:-$(uname)}" | grep -q '^darwin' ; then
- echo "Having trouble on OS X? Try: brew install autoconf libtool automake gettext apple-gcc42 pkg-config cmake"
+ echo "Having trouble on OS X? Try: brew install autoconf libtool automake gettext pkg-config cmake"
fi
if ! v autoreconf -f -i ; then