configure.ac: fix message u modifier ignored since D is the default (see U)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f681dbbfc
Author: max_10 <max_10@gmx.de>
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
This commit is contained in:
max_10
2022-10-29 00:23:17 +02:00
committed by vanhofen
parent 56c4ac6e77
commit 1c7aa2ec97

View File

@@ -45,6 +45,11 @@ AC_PROG_CXX
AC_DISABLE_STATIC AC_DISABLE_STATIC
LT_INIT 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 # Add build information to local_build_config.h.tmp
# ------------------------------------------------- # -------------------------------------------------
rm -f local_build_config.h.tmp rm -f local_build_config.h.tmp