dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (l


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, cache-refactoring, updated. c0a2b0c24fdc5f0d0fd667025fdc5cba820da183
Date: Wed, 17 Oct 2012 23:12:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET Just In Time compiler (libjit)".

The branch, cache-refactoring has been updated
       via  c0a2b0c24fdc5f0d0fd667025fdc5cba820da183 (commit)
      from  adb07727736e4c061f2bf4e2072af00f9a45acf2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/libjit.git/commit/?id=c0a2b0c24fdc5f0d0fd667025fdc5cba820da183

commit c0a2b0c24fdc5f0d0fd667025fdc5cba820da183
Author: Aleksey Demakov <address@hidden>
Date:   Thu Oct 18 03:11:44 2012 +0400

    Add m4 dir and ar check in configure.ac.

diff --git a/Makefile.am b/Makefile.am
index 16987e8..e22ba09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = config tools include jit jitdynamic jitplus dpas tutorial tests doc
+
diff --git a/configure.ac b/configure.ac
index 58bac76..a3c2065 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_PREREQ(2.61)
 AC_INIT([libjit], [0.1.3], address@hidden)
 AC_CONFIG_SRCDIR([include/jit/jit.h])
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 
 dnl Determine the host system type.
 AC_CANONICAL_HOST
@@ -103,6 +104,7 @@ dnl Checks for programs.
 AC_PROG_AWK
 AC_PROG_CC
 AC_PROG_CXX
+AM_PROG_AR
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am  |    2 ++
 configure.ac |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]