From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27472 invoked by alias); 8 Aug 2006 12:00:13 -0000 Received: (qmail 27459 invoked by uid 22791); 8 Aug 2006 12:00:11 -0000 X-Spam-Check-By: sourceware.org Received: from bender.bawue.de (HELO bender.bawue.de) (193.7.176.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 12:00:08 +0000 Received: from lagash (mipsfw.mips-uk.com [194.74.144.146]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id 679EC45C0E for ; Tue, 8 Aug 2006 14:00:06 +0200 (MEST) Received: from ths by lagash with local (Exim 4.62) (envelope-from ) id 1GAQEW-0007Is-B3 for sid@sources.redhat.com; Tue, 08 Aug 2006 12:58:52 +0100 Date: Tue, 08 Aug 2006 12:00:00 -0000 To: sid@sources.redhat.com Subject: [PATCH] Add aclocal include for samples Message-ID: <20060808115852.GG29989@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 From: Thiemo Seufer Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00026.txt.bz2 Hello All, the appended patch adds ACLOCAL_AMFLAGS to samples/Makefile.am like it is done in the other subdirectories. Thiemo 2006-08-08 Thiemo Seufer * Makefile.am (ACLOCAL_AMFLAGS): Add $(srcdir)/config include path. Index: sid/samples/Makefile.am =================================================================== RCS file: /cvs/src/src/sid/samples/Makefile.am,v retrieving revision 1.1 diff -u -p -r1.1 Makefile.am --- sid/samples/Makefile.am 7 Dec 2000 19:31:10 -0000 1.1 +++ sid/samples/Makefile.am 8 Aug 2006 10:06:08 -0000 @@ -1,6 +1,7 @@ ## Process this with automake to create Makefile.in AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I $(srcdir)/config pkglib_LTLIBRARIES = libexample.la pkgdata_DATA = $(libexample_la_SOURCES)