summaryrefslogtreecommitdiff
blob: 1c8e11fe883aebc2d1f6032161982fe59b80c0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 7d697fc4c5cac0f22809243144251167626b9dfb Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Wed, 13 Jan 2010 23:17:17 +0100
Subject: [PATCH] Drop inadequate variable from Makefile.am

Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=298813
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4294bbe..aa66c78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_FLAGS)
+ACLOCAL_AMFLAGS = -I m4
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libgsf-1.pc
-- 
1.6.6.rc3