[NetworkManager-openvpn/lr/gtk4-dist-check: 6/11] build: enable errors on autogen.sh
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openvpn/lr/gtk4-dist-check: 6/11] build: enable errors on autogen.sh
- Date: Tue, 25 Jan 2022 14:32:33 +0000 (UTC)
commit 212f249ce66b6a9e031640c42bc3fbe7fe701ade
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Wed Nov 3 13:44:26 2021 +0100
build: enable errors on autogen.sh
Other VPN plugins do this and it makes it easier for maintainers to spot
potential problems.
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autogen.sh b/autogen.sh
index 09aacca..c0bcd42 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ PKG_NAME=NetworkManager-openvpn
autoreconf --install --symlink &&
intltoolize --force &&
autoreconf &&
- ./configure --enable-maintainer-mode $@
+ ./configure --enable-maintainer-mode --enable-more-warnings=error $@
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]