The warning can be eliminated by changing arguments of ar command from
"cru" to "cr". There were two places of the warnings: src/libs/pcp
and src/watchdog. For the former, we need to fix libtool, which is
generated by configure. So fix configure.ac. For the latter, just fix
src/watchdog/Makefile.am.
AM_MAINTAINER_MODE(disable)
# AC_PROG_RANLIB
+AR_FLAGS="cr"
+AC_SUBST(AR_FLAGS)
AC_PROG_LIBTOOL
AM_PROG_LEX
top_builddir = ../..
AM_CPPFLAGS = -D_GNU_SOURCE -I @PGSQL_INCLUDE_DIR@
+ARFLAGS = cr
WATCHDOG_DEBUG=0
noinst_LIBRARIES = lib-watchdog.a