summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-08-04 05:31:30 +0200
committerBehdad Esfahbod <behdad@behdad.org>2015-08-06 22:55:02 +0200
commitf6eb238ca23271511d7506583cff7bc1db5cf8d8 (patch)
tree61b4917bd43ccca8f4d2b68c81a7425af255cda3
parentab07dc9442bffb999bbcb5aee69e005227ffe9c9 (diff)
downloadfribidi-f6eb238ca23271511d7506583cff7bc1db5cf8d8.tar.gz
Fix misc autotools warnings
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 35d7721..66f4a4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,8 @@
## $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/Makefile.am,v $
##############################################################################
+ACLOCAL_AMFLAGS = -I m4
+
## The order of subdirs is important, don't change without a reason.
SUBDIRS = gen.tab charset lib bin doc test
diff --git a/configure.ac b/configure.ac
index c44a928..ea4fd91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,10 +46,13 @@ AC_INIT([GNU FriBidi],
AC_CONFIG_SRCDIR([fribidi.pc.in])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([1.11.1 gnits dist-bzip2 no-dist-gzip -Wall no-define])
AM_SILENT_RULES([yes])
+AM_PROG_AR
+
# Initialize libtool
LT_PREREQ([2.2])
LT_INIT([disable-static])