Ticket #4459: 0001-configure-add-explicit-sed-detection.patch

File 0001-configure-add-explicit-sed-detection.patch, 863 bytes (added by karlson2k, 12 months ago)
  • configure.ac

    From 7e1814df1fab11f7b901713ef06702f4a85abbb5 Mon Sep 17 00:00:00 2001
    From: Evgeny Grin <k2k@narod.ru>
    Date: Fri, 19 May 2023 17:49:55 +0300
    Subject: [PATCH 1/3] configure: add explicit sed detection
    
    Actually SED variable is set automatically by LT_INIT currently.
    Having explicit check should help avoiding problems if/when LT_INIT
    changed.
    
    Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
    ---
     configure.ac | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/configure.ac b/configure.ac
    index 9199d7193..07c987e00 100644
    a b dnl ############################################################################ 
    7171dnl Check for programs 
    7272dnl ############################################################################ 
    7373 
     74AC_PROG_SED 
    7475PKG_PROG_PKG_CONFIG 
    7576AC_PROG_INSTALL 
    7677AC_PROG_LN_S