From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17925 invoked by alias); 30 Dec 2003 19:20:35 -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 17917 invoked from network); 30 Dec 2003 19:20:34 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sources.redhat.com with SMTP; 30 Dec 2003 19:20:34 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1AbPPs-0001QH-00; Tue, 30 Dec 2003 14:20:32 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id B0A434B35A; Tue, 30 Dec 2003 14:20:35 -0500 (EST) To: eliz@elta.co.il Subject: Re: [RFC] Fix compilation failure of remote-fileio.c Cc: gdb-patches@sources.redhat.com Message-Id: <20031230192035.B0A434B35A@berman.michael-chastain.com> Date: Tue, 30 Dec 2003 19:20:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00521.txt.bz2 eli> Okay, but how do you run autoconf to regenerate gdb/configure? I'm eli> used to have some Makefile rule to DTRT, but I cannot seem to find it eli> in the current CVS, or did I miss something? It's easy. You just run autoconf without any parameters: mv configure SAVE-configure /berman/migchain/install/host/autoconf-000227/bin/autoconf diff SAVE-configure configure You could mess with your $PATH, but I find it easier to just type in the long path name (using a lot of TAB autocompletion the first time, and "!/" after that). eli> Thanks, I suspected that AC_TRY_COMPILE is the only way to go, but I eli> wasn't sure, as my autoconf experience is virtually non-existent. My autoconf skills are only a little bit higher than yours, so if Nathanael or Daniel comes in and tells you to do it different, that's fine. Michael C