libtiff: Apply 1 suggestion(s) to 1 file(s)

From 7d5ad29ed0926d3591c19eac257e290a09e8c2eb Mon Sep 17 00:00:00 2001
From: Timothy Lyanguzov <[EMAIL REDACTED]>
Date: Thu, 20 Jan 2022 22:20:11 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 autogen.sh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 189f9f45..9d869d65 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,13 @@
 #!/bin/sh
 set -x
-case `uname` in Darwin*) glibtoolize --force --copy ;;
-  *) libtoolize --force --copy ;; esac
+case `uname` in
+  Darwin*)
+    glibtoolize --force --copy
+    ;;
+  *)
+    libtoolize --force --copy
+    ;;
+esac
 aclocal -I ./m4
 autoheader
 automake --foreign --add-missing --copy