/[hurd]/hurd-l4/configure.ac
ViewVC logotype

Diff of /hurd-l4/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by marcus, Tue Sep 9 21:43:12 2003 UTC revision 1.7 by marcus, Fri Sep 12 18:45:56 2003 UTC
# Line 60  AC_C_VOLATILE Line 60  AC_C_VOLATILE
60  case $host_cpu in  case $host_cpu in
61    i386 | i486 | i586 | i686)    i386 | i486 | i586 | i686)
62      AM_CONDITIONAL([ARCH_IA32], true)      AM_CONDITIONAL([ARCH_IA32], true)
63        m4_include([libl4/headers-ia32.m4])
64      ;;      ;;
65    *)    *)
66      AC_MSG_ERROR([unsupported architecture])      AC_MSG_ERROR([unsupported architecture])
# Line 67  case $host_cpu in Line 68  case $host_cpu in
68  esac  esac
69    
70  # Create links for header file.  # Create links for header file.
71  m4_include([libhurd-slab/headers.m4])  m4_include([libl4/headers.m4])
72  m4_include([libhurd-ihash/headers.m4])  m4_include([libhurd-ihash/headers.m4])
73    m4_include([libhurd-slab/headers.m4])
74    
75  if test "x$missing_progs" != "x"; then  if test "x$missing_progs" != "x"; then
76    AC_MSG_ERROR([The following programs were not found:$missing_progs])    AC_MSG_ERROR([The following programs were not found:$missing_progs])

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26