summaryrefslogtreecommitdiff
path: root/build-aux/ar-lib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-09 14:01:03 -0800
committerKarl Berry <karl@freefriends.org>2022-02-09 14:01:03 -0800
commit3835f05f16134ad19dfc3b7d73d8f51c064a65bd (patch)
treece6d662d1254defe7f92bdec9dfdf39785e22d83 /build-aux/ar-lib
parenta5218207e5f92e152a34994cce4aa415b1eb25c8 (diff)
downloadgnulib-3835f05f16134ad19dfc3b7d73d8f51c064a65bd.tar.gz
autoupdate
Diffstat (limited to 'build-aux/ar-lib')
-rwxr-xr-xbuild-aux/ar-lib4
1 files changed, 4 insertions, 0 deletions
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