This commit is contained in:
hyung-hwan 2008-02-16 04:36:55 +00:00
parent aa1b385e1c
commit 74caf670d8

View File

@ -10,9 +10,11 @@ AC_CONFIG_AUX_DIR(config)
# Checks for programs.
AC_PROG_CC
#AC_PROG_RANLIB
AC_PROG_LIBTOOL
AC_CHECK_TOOL(RANLIB, ranlib)
AC_CHECK_TOOL(AR, ar)
# native java compiler
AC_CHECK_TOOL(CJ, gcj)