* AC_C_ATTRIBUTE: check for __attribute__ (required at least by mipspro)
[cacao.git] / configure.in
index 27e7f0236f64a89b0f567b64d79eff130212c7ee..6a6f3af2f2b391a5a8c8ab59a6507b093e1a4947 100644 (file)
@@ -14,7 +14,7 @@ AC_PREFIX_DEFAULT(/usr/local/cacao)
 
 dnl system type
 case "$host_cpu" in
-alpha | alphaev56 )
+alpha | alphaev56 | alphapca56 )
        ARCH_DIR="alpha"
        CFLAGS="-mieee -D__ALPHA__"
        ;;
@@ -125,6 +125,7 @@ AC_CHECK_HEADERS([sys/ioctl.h])
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_C_INLINE
+AC_C_ATTRIBUTE
 AC_TYPE_OFF_T
 AC_TYPE_SIZE_T
 AC_HEADER_TIME
@@ -484,6 +485,7 @@ AC_CONFIG_SUBDIRS(src/boehm-gc src/classpath src/libltdl)
 
 
 AC_CONFIG_FILES([Makefile]
+               [contrib/Makefile]
                [doc/Makefile]
                [doc/handbook/Makefile]
                [man/Makefile]
@@ -499,8 +501,8 @@ AC_CONFIG_FILES([Makefile]
                [src/scripts/Makefile]
                [src/scripts/cacao]
                [src/scripts/java]
+               [src/scripts/javac]
                [src/scripts/kjc]
-               [src/scripts/rmic]
                [src/scripts/rmiregistry]
                [src/threads/Makefile]
                [src/threads/green/Makefile]
@@ -525,7 +527,6 @@ AC_CONFIG_FILES([Makefile]
                [src/vm/jit/x86_64/Makefile]
                [tests/Makefile]
                [tests/codepatching/Makefile]
-               [tests/kaffe/Makefile]
                [tests/native/Makefile])
 
 AC_OUTPUT