Skip to content

Commit

Permalink
Configure scripts in general need canonical host.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Sep 22, 2006
1 parent f49039a commit b4893dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libveriuser/configure.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions vpip/configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
AC_INIT(Makefile.in)

AC_CANONICAL_HOST

AC_PROG_CC
AC_CHECK_TOOL(STRIP, strip, true)
AC_PROG_INSTALL
Expand Down

0 comments on commit b4893dc

Please sign in to comment.