X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=6c21ac736c3c81e123cc617a70c38cdaf1fe9895;hb=49365f4b706194cafe75d8b759554bf9de743c1d;hp=167cd880b59e8375b9e377fa646e896d93241ec0;hpb=6deab9b40d5b8d67b4e54674c14b9b08a5557753;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 167cd880..6c21ac73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.0.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.0.0-rc2],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -175,6 +175,7 @@ changequote([,])dnl fi ;; x86_64) LIBFORMAT="elf64-x86-64" ;; + amd64) LIBFORMAT="elf64-x86-64" ;; powerpc) LIBFORMAT="elf32-powerpc" ;; ppc64) LIBFORMAT="elf64-powerpc" ;; powerpc64) LIBFORMAT="elf64-powerpc" ;;