From f38931a9f060a9ecb2ad544b1c2e2c80060f6724 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Mar 1998 17:27:47 +0000 Subject: Update. 1998-03-22 Andreas Jaeger * locales/ru_RU: Abbreviations must end with a consonant. Fix for Tuesday by Ilya Ovchinnikov . [PR libc/517] --- configure.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2a80a8b0aa..adc3381cba 100644 --- a/configure.in +++ b/configure.in @@ -468,6 +468,20 @@ LIBC_PROG_BINUTILS AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib, :) +# check if ar takes S +AC_CACHE_CHECK(for ar S, libc_cv_ar_S, [dnl +tmpo=$$.o +tmplib=lib$$.a +rm -f $tmpo $tmplib +touch $tmpo +if AC_TRY_COMMAND([${AR-ar} rcuS $tmplib $tmpo > /dev/null 2>&1]); then + libc_cv_ar_S=yes +else + libc_cv_ar_S=no +fi +rm -f $tmpo $tmplib]) +AC_SUBST(libc_cv_ar_S)dnl + # check for recent compiler AC_MSG_CHECKING(compiler version) changequote(,)dnl -- cgit v1.2.3