From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: Re: [PATCH] dist target fixes Date: Mon, 30 Jul 2007 19:12:04 +0200 Message-ID: <46AE1BE4.8010506@redhat.com> References: <46ADF66C.4080805@redhat.com> <46ADFDA6.6040409@redhat.com> <46AE0167.7060208@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: >> Use the top-level autogen.sh instead, please. > > This worked, and I notice that with the changes to > system-config-audit/autogen.sh you suggested earlier, fewer M4 files > are placed in the distribution. That is expected. > I also notice quite a few warning messages. Most are caused by the macros supplied by gettext and libtool, which use obsolete constructs to be compatible with older autotools. I'm afraid there is no way to avoid them, they can only be surpressed using -Wnone. Mirek