Fix "ar: `u' modifier ignored since `D' is the default (see `U')" warnings.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 10 Aug 2021 10:07:59 +0000 (19:07 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 10 Aug 2021 10:14:32 +0000 (19:14 +0900)
commit17c9ce45e3c766816e4f2e98afc2a0726b612823
treec74228ddbc38dda44d6e48fcd34e52a6e676f02c
parentf1274fa2bff92b556f2a7c8a8c3438f5672fc34b
Fix "ar: `u' modifier ignored since `D' is the default (see `U')" warnings.

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.
configure.ac
src/watchdog/Makefile.am