From 8457d2248fc0cb456f6684f112027cffa9f36114 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 7 Aug 2023 09:44:03 +0200 Subject: [PATCH] bootstrap: remove forced m4 directory It's defined in configure.ac since e8df55c488938fa162c5074671a5262c694d23ca which is more recent than 77e5b00d8518d55317fa26dc6f0aeb2e7bcf6241 and 2799d36bc8abdc28df29a202acdb27223b25a7a7. --- Makefile.am | 1 - bootstrap | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index c9c4d268df..41575fe59f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --disable-fribidi \ --with-kde-solid='$${datadir}/kde4/apps' -ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = \ 1.11 \ -Wall \ diff --git a/bootstrap b/bootstrap index 168a8e7231..67fd8226b8 100755 --- a/bootstrap +++ b/bootstrap @@ -17,8 +17,6 @@ if test "$#" != "0"; then exit 1 fi -ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}" - # Check for tools directory if test -z ${VLC_TOOLS}; then VLC_TOOLS=extras/tools/build