From 9270f0d69ec7096286c592a5543fecdf7bfbef11 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 31 Oct 2021 12:55:27 +0100 Subject: Invoke AC_PROG_SED before using ${SED} --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 27ddee379..19afd97de 100644 --- a/configure.ac +++ b/configure.ac @@ -111,13 +111,9 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_PROG_INSTALL +AC_PROG_SED AM_PROG_AR -dnl Something with the sequences is not quite alright yet. -dnl SED is supposed to be set in AC_LIBTOOL_SETUP, but the -dnl sequence seems to get mixed up. -SED=${SED-sed} - dnl If CXX is neither unset nor empty nor "no", presume we can compile dnl C++ sources. A C++ compiler is not required for libgphoto2 itself, -- cgit v1.2.1