[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Silence warning: ar: 'u' modifier ignored since 'D' is the default
noreply at xfce.org
noreply at xfce.org
Sat Nov 10 13:22:15 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit 46cc245c1c891f1076274daeb1ed30f65c09b362
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Nov 10 07:22:09 2018 -0500
Silence warning: ar: 'u' modifier ignored since 'D' is the default
---
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure.ac b/configure.ac
index f54f62f..173f48e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,10 @@ AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
+dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
+dnl SEE https://www.mail-archive.com/automake-patches@gnu.org/msg07705.html
+AC_SUBST(AR_FLAGS, [cr])
+
IT_PROG_INTLTOOL([0.50.1])
AC_PROG_CC
AM_PROG_CC_C_O
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list