From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: Re: [PATCH] dist target fixes Date: Mon, 30 Jul 2007 17:19:03 +0200 Message-ID: <46AE0167.7060208@redhat.com> References: <46ADF66C.4080805@redhat.com> <46ADFDA6.6040409@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: "John D. Ramsdell" Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com John D. Ramsdell napsal(a): > Miloslav Trmac writes: > >> Have you executed the new autogen.sh? > > Between changes, I've been performing: > > $ aclocal && autoconf && autoheader && automake > $ ./configure > $ make dist > > The first line is from audit.spec, so I assume it is correct. Use the top-level autogen.sh instead, please. The line in audit.spec only regenerates the "audit" files, not the files in system-config-audit. (It was added to the spec file to regenerate "audit" files after applying a patch.) Mirek