2004-07-11  Roland McGrath  <roland@redhat.com>

	* configure.ac: Add I386 as AM_CONDITIONAL.
	* Makefile.am [LINUX]: Add maintainer-mode rules to regenerate
	the ioctlent.h file.
diff --git a/configure.ac b/configure.ac
index d0f962c..d7e1761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,7 @@
 AC_SUBST(arch)
 
 AM_CONDITIONAL([LINUX], [test x$opsys = xlinux])
+AM_CONDITIONAL([I386], [test x$arch = xi386])
 AM_CONDITIONAL([X86_64], [test x$arch = xx86_64])
 AM_CONDITIONAL([SUNOS4], [test x$opsys = xsunos4])
 AM_CONDITIONAL([SVR4], [test x$opsys = xsvr4])