ICU-1748 location of AR and RANLIB, non multithreaded build on AIX

X-SVN-Rev: 8046
This commit is contained in:
Steven R. Loomis 2002-03-15 02:15:54 +00:00
parent 63673a298a
commit ccbc720154

View File

@ -44,6 +44,9 @@ PACKAGE=@PACKAGE@
VERSION=@VERSION@
CC=@CC@
CXX=@CXX@
AIX_SHLIB = @AIX_SHLIB@
AR = @AR@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@