Configure scripts in general need canonical host.

This commit is contained in:
steve 2006-09-22 22:13:07 +00:00
parent f49039a3d6
commit b4893dc16f
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