From 1c7aa2ec9715abc29d62a956b1657dd26a6ac47c Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 29 Oct 2022 00:23:17 +0200 Subject: [PATCH] configure.ac: fix message u modifier ignored since D is the default (see U) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5f681dbbfc1a65d2e9c18d006878dd6d049d07e5 Author: max_10 Date: 2022-10-29 (Sat, 29 Oct 2022) Origin message was: ------------------ - configure.ac: fix message u modifier ignored since D is the default (see U) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index d5015fad5..f2a6422bd 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,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