From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7497 invoked by alias); 19 Jul 2004 21:19:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7488 invoked from network); 19 Jul 2004 21:19:50 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 19 Jul 2004 21:19:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BmfXz-0006B0-00; Mon, 19 Jul 2004 17:19:43 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 838194B104; Mon, 19 Jul 2004 17:19:47 -0400 (EDT) To: drow@false.org, mec.gnu@mindspring.com Subject: Re: A.R. Index for GDB version 6.1.91_20040719 Cc: ac131313@redhat.com, brobecker@gnat.com, eliz@gnu.org, gdb@sources.redhat.com Message-Id: <20040719211947.838194B104@berman.michael-chastain.com> Date: Mon, 19 Jul 2004 22:13:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00252.txt.bz2 drow> If that's a correct analysis then it is not hard to rename the file; drow> autoconf is flexible in this regard. See config.h and config.in in gdb/. I see. I could do: AC_OUTPUT([... gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gpr_in ...]) The autoconf manual even says: "Doing this allows you to keep your filenames acceptable to MS-DOS, or to prepend and/or append boilerplate to the file." Looks good to me. I'll pursue this. Michael C