Fix host type detection in some configure scripts.

This commit is contained in:
steve 2006-09-22 03:29:02 +00:00
parent 20cfe99457
commit 0fe45b5046
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
AC_INIT(Makefile.in)
AC_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB

View File

@ -1,5 +1,7 @@
AC_INIT(Makefile.in)
AC_CANONICAL_HOST
AC_PROG_CC
AC_CHECK_TOOL(STRIP, strip, true)
AC_PROG_INSTALL