From 827f57d0e873fcd78338cd32d022e02a79156778 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Thu, 5 May 2022 14:37:28 +0100
Subject: [PATCH] autogen.sh: Fail if a command fails
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
autogen.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index c4ec5b4..7f4262e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,6 @@
#!/bin/sh
-#
+set -e
+
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf