summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg/remove-ACLOCAL_AMFLAGS-I-shave-I-m4.patch
blob: 8bde02af0d8ba138b8244eecfaf22dea0473b501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From d480d837ff57e855d1cf0b63054d6b1ad7aaf2ee Mon Sep 17 00:00:00 2001
From: Robert Yang <liezhi.yang@windriver.com>
Date: Tue, 6 Jan 2015 17:54:43 -0800
Subject: [PATCH] Makefile.am: remove ACLOCAL_AMFLAGS = -I shave -I m4

Fixed:
libtoolize:   error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I shave.

They are already included by configure.ac:
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([shave])

Upstream-Status: Pending

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 Makefile.am |    2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 8baa62c..6679f77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-ACLOCAL_AMFLAGS = -I shave -I m4
-
 SUBDIRS = libbb libopkg src tests utils man
 
 
-- 
1.7.9.5