summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGleb Popov <6yearold@gmail.com>2020-10-24 16:33:28 +0400
committerMichael Meeks <michael.meeks@collabora.com>2020-10-24 17:51:15 +0100
commit8aaebf9e170052fd55ccbe135ef98632edcd8c21 (patch)
treed322687a4652af55bae4ac57f663bb90248ef17a
parentCreated the cypress test for font-style attribute (diff)
downloadonline-private/kara/--help.tar.gz
online-private/kara/--help.zip
Add FreeBSD case to autogen.sh private/kara/masterprivate/kara/--help
Change-Id: Ib0e1cb3f34099a46e34e17a23e38d1c4bdb7dec9
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e1ba2d6642..252d6c6056 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ EOF
exit 1
}
-if test `uname -s` = Linux; then
+if test `uname -s` = Linux -o `uname -s` = FreeBSD; then
libtoolize || failed "libtool"
elif test `uname -s` = Darwin; then
libtoolize || glibtoolize || failed "Can't find libtoolize or glibtoolize. Use lode or install it yourself."