summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 3d04b82..42d1b4f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -71,3 +71,11 @@ AC_MSG_RESULT($ac_cv_prog_cc_cross)
AC_SUBST(cross_linkable)
cross_compiling=$ac_cv_prog_cc_cross
])
+
+AC_DEFUN(hurd_SYSTYPE,
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+case "$host_cpu" in
+i[[3456]]86) systype=i386 ;;
+*) systype="$host_cpu" ;;
+esac
+AC_SUBST(systype)])