X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=10e1af443a4b61bdbf2786d9e458bbe366aecdd2;hb=38fae1d354502ffb37f471fbd0fef03412606cc0;hp=dbfdecdecaaf4f5ee3d4219ffc0200d175b975e8;hpb=2b6f8df951cb74149a9ab9c5146e6dd8498b9e87;p=ust.git diff --git a/configure.ac b/configure.ac index dbfdecd..10e1af4 100644 --- a/configure.ac +++ b/configure.ac @@ -101,11 +101,12 @@ changequote([,])dnl x86_64) LIBFORMAT="elf64-x86-64" ;; powerpc) LIBFORMAT="elf32-powerpc" ;; ppc64) LIBFORMAT="elf64-powerpc" ;; - s390) LIBFORMAT="elf32-s390" ;; - s390x) LIBFORMAT="elf64-s390" ;; + powerpc64) LIBFORMAT="elf64-powerpc" ;; + s390) LIBFORMAT="elf32-s390"; NO_UNALIGNED_ACCESS=1 ;; + s390x) LIBFORMAT="elf64-s390"; NO_UNALIGNED_ACCESS=1 ;; armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;; - arm) LIBFORMAT="elf32-littlearm" ;; - mips*) LIBFORMAT="" ;; + arm) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;; + mips*) LIBFORMAT=""; NO_UNALIGNED_ACCESS=1;; *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;; esac AC_SUBST(LIBFORMAT) @@ -160,7 +161,7 @@ fi if test "$with_jni_interface" = "yes"; then AC_CHECK_HEADERS([jni.h],,AC_MSG_ERROR([ missing jni.h -Make sure Sun Java, OpenJDK or GCJ is installed and that this header file exists in the system path. +Make sure Sun Java or OpenJDK or GCJ is installed and that this header file exists in the system path. Use --with-java-jdk=DIR flag to point to your java include files or desactivate the JNI interface.])) fi AM_CONDITIONAL(BUILD_JNI_INTERFACE, test "$with_jni_interface" = "yes") @@ -174,8 +175,11 @@ AC_CONFIG_FILES([ liblttng-ust-comm/Makefile libringbuffer/Makefile libust/Makefile + libustctl/Makefile tests/Makefile tests/hello/Makefile + tests/ust-basic-tracing/Makefile + tests/ust-multi-test/Makefile tests/hello2/Makefile tests/basic/Makefile tests/basic_long/Makefile @@ -197,6 +201,6 @@ AC_CONFIG_FILES([ snprintf/Makefile ust.pc include/ust/version.h - java/Makefile + libustjava/Makefile ]) AC_OUTPUT