From 23eb9a9e8285310f394f3bd74311c5617c44b631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 29 Jun 2009 11:01:46 +0000 Subject: [PATCH] Set default ARFLAGS to cru instead of ru. No functionnal change, but it should suppress a warning about ar needing to create the archive. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31314 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4bd5ac61d3..d607b64d47 100755 --- a/configure +++ b/configure @@ -81,7 +81,7 @@ environment variables: HAIKU_CXXFLAGS The C++ flags. Defaults to "". HAIKU_LDFLAGS The linker flags. Defaults to "". HAIKU_ARFLAGS The flags passed to HAIKU_AR for archiving. - Defaults to "ru". + Defaults to "cru". HAIKU_UNARFLAGS The flags passed to HAIKU_AR for unarchiving. Defaults to "x". @@ -286,7 +286,7 @@ set_default_value HAIKU_CPPFLAGS "" set_default_value HAIKU_CCFLAGS "" set_default_value HAIKU_CXXFLAGS "" set_default_value HAIKU_LDFLAGS "" -set_default_value HAIKU_ARFLAGS ru +set_default_value HAIKU_ARFLAGS cru set_default_value HAIKU_UNARFLAGS x # parse parameters