From c7ce7d70fa945da27b4d96d05ce1ee68ad036edc Mon Sep 17 00:00:00 2001 From: max_10 Date: Mon, 7 Nov 2022 21:22:46 +0100 Subject: [PATCH] - configure.ac: fix message u modifier ignored since D is the default (see U) --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 8a615c467..b76b4e9f4 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,11 @@ AC_PROG_CXX AC_DISABLE_STATIC LT_INIT +# Set default for ARFLAGS, since autoconf does not have a macro for it. +# This allows people to set it when running configure or make +test -n "$ARFLAGS" || ARFLAGS="cr" +AC_SUBST(ARFLAGS) + # Add build information to local_build_config.h.tmp # ------------------------------------------------- rm -f local_build_config.h.tmp