summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
commit0f9dd9627aa9f5095164a73e84905bb4af4bfc8f (patch)
treef58c8ceac394c2e7ef05c6695596ed4151b2c905 /bootstrap.sh
parentb614af3f6fd2831303764966ad8b2be0f08300af (diff)
downloadlibgd-0f9dd9627aa9f5095164a73e84905bb4af4bfc8f.tar.gz
use current macOS naming style consistently
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 19beb36..bb169a2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -10,7 +10,7 @@ v() { echo "$@"; "$@"; }
v docs/naturaldocs/run_docs.sh --nonfatal
if uname | grep -qi '^darwin' ; then
- echo "Having trouble on OS X? Try: brew install autoconf libtool automake gettext pkg-config cmake"
+ echo "Having trouble on macOS? Try: brew install autoconf libtool automake gettext pkg-config cmake"
fi
if ! v autoreconf -f -i ; then