From 680be84eeb4a4f1f493ba5de4481632d88ca2e5a Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 11 Oct 2022 16:35:48 +0200 Subject: bs: forbid unexapanded LT_ macros in configure --- libgphoto2_port/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgphoto2_port') diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac index bef877baf..26a4bcc00 100644 --- a/libgphoto2_port/configure.ac +++ b/libgphoto2_port/configure.ac @@ -79,8 +79,10 @@ AM_PROG_AR dnl check for/set up libtool and libltdl +m4_pattern_forbid([^LT_PREREQ])dnl LT_PREREQ([2.4.2]) dnl Disable building static library, as no one uses it anyway. +m4_pattern_forbid([^LT_INIT])dnl LT_INIT([ disable-static dlopen -- cgit v1.2.1