From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21260 invoked by alias); 19 Dec 2001 16:48:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20420 invoked from network); 19 Dec 2001 16:47:31 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 19 Dec 2001 16:47:31 -0000 Received: from porcupine.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA17452 for ; Wed, 19 Dec 2001 08:47:28 -0800 (PST) Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.11.6/8.11.6) with ESMTP id fBJGkvn21335; Wed, 19 Dec 2001 09:46:58 -0700 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 To: Tom Tromey Cc: Alexandre Oliva , gdb-patches@sources.redhat.com Reply-to: law@redhat.com From: law@redhat.com Subject: Re: configure patch for hpux Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Dec 2001 08:48:00 -0000 Message-ID: <21334.1008780417@porcupine.cygnus.com> X-SW-Source: 2001-12/txt/msg00463.txt.bz2 > Technically I maintain it. In practice Akim Demaille does. > > The current automake/m4/ccstdc.m4 says this: > > # HP-UX 10.20 and later -Ae > # HP-UX older versions -Aa -D_HPUX_SOURCE Yea, that wouldn't surprise me. I seem to recall that -Ae is a relatively new switch (circa 1996/1997). So, maybe the right thing to do (if we still care about anything pre-hpux10.20) is to try -Ae first, then fall back to -Aa -D_HPUX_SOURCE. > It would be good to upgrade our tree to automake 1.5. > However, 1.5 might not yet be stable enough for this :-(. I'm not really qualified to make that call. Tom