comparison m4/acinclude.m4 @ 23400:b5ee9b985a82

Silence compile warning about 'u' modifier to ar. * m4/acinclude.m4: Define AR_FLAGS so that libtool does not use 'cru' as default flags.
author Rik <rik@octave.org>
date Sat, 15 Apr 2017 10:25:53 -0700
parents 2613334bafb2
children 1fadf480a63b
comparison
equal deleted inserted replaced
23399:5e0350f5e2dd 23400:b5ee9b985a82
2296 2296
2297 if test -z "$ARFLAGS"; then 2297 if test -z "$ARFLAGS"; then
2298 ARFLAGS="rc" 2298 ARFLAGS="rc"
2299 fi 2299 fi
2300 AC_SUBST(ARFLAGS) 2300 AC_SUBST(ARFLAGS)
2301
2302 dnl FIXME: Remove when automake, autotools updated (placed 4/15/2017).
2303 dnl This silences the following unnecessary warning during compile:
2304 dnl ar: `u' modifier ignored since `D' is the default (see `U')
2305 if test -z "$AR_FLAGS"; then
2306 AR_FLAGS="rc"
2307 fi
2301 ]) 2308 ])
2302 dnl 2309 dnl
2303 dnl Check for bison. 2310 dnl Check for bison.
2304 dnl 2311 dnl
2305 AC_DEFUN([OCTAVE_PROG_BISON], [ 2312 AC_DEFUN([OCTAVE_PROG_BISON], [