From c0a2b0c24fdc5f0d0fd667025fdc5cba820da183 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Thu, 18 Oct 2012 03:11:44 +0400 Subject: [PATCH] Add m4 dir and ar check in configure.ac. --- Makefile.am | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) 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], [dotgnu-libjit@gnu.org]) 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 -- 2.47.3