From 14a435371d9218f4c05028e85870a2ec7750695c Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Sep 2022 21:15:25 +0200 Subject: [PATCH] Have autoreconf fail if LT_INIT is not defined --- configure.ac | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index f170159..71041fd 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,9 @@ esac AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "true") AM_CONDITIONAL(OS_QNX, test "$os_qnx" = "true") +m4_pattern_forbid([^LT_INIT])dnl LT_INIT([disable-static win32-dll pic-only]) + AC_CHECK_HEADERS([ \ arpa/inet.h \ byteswap.h \ -- libgit2 0.21.4