Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / lib / intl / Makefile.in
index c5245d4..00fdb61 100644 (file)
@@ -49,13 +49,15 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
 
 l = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
-AR = ar
+AR = @AR@
 CC = @CC@
 LIBTOOL = @LIBTOOL@
 RANLIB = @RANLIB@
 YACC = @INTLBISON@ -y -d
 YFLAGS = --name-prefix=__gettext
 
+ARFLAGS = @ARFLAGS@
+
 LOCAL_DEFS = @LOCAL_DEFS@
 
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
@@ -146,7 +148,7 @@ all-no-no:
 
 libintl.a libgnuintl.a: $(OBJECTS)
        rm -f $@
-       $(AR) cru $@ $(OBJECTS)
+       $(AR) $(ARFLAGS) $@ $(OBJECTS)
        $(RANLIB) $@
 
 libintl.la libgnuintl.la: $(OBJECTS)