From: Karl Berry Date: Wed, 9 Feb 2022 22:01:03 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~2360 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3835f05f16134ad19dfc3b7d73d8f51c064a65bd;p=gnulib.git autoupdate --- diff --git a/build-aux/ar-lib b/build-aux/ar-lib index 9dc8ef6df0..54c6bdbf7f 100755 --- a/build-aux/ar-lib +++ b/build-aux/ar-lib @@ -135,6 +135,10 @@ do AR="$AR $1" shift ;; + -nologo | -NOLOGO) + # We always invoke AR with -nologo, so don't need to add it again. + shift + ;; *) action=$1 shift