From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 827 invoked by alias); 9 Dec 2004 15:45:38 -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 805 invoked from network); 9 Dec 2004 15:45:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Dec 2004 15:45:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB9FjSeO016734; Thu, 9 Dec 2004 10:45:28 -0500 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB9FjQr24334; Thu, 9 Dec 2004 10:45:27 -0500 To: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: 'depcomp' missing from CVSROOT/modules From: Jim Blandy Date: Thu, 09 Dec 2004 16:00:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00249.txt.bz2 Any objections to the following? I gather from the comments in the top-level ChangeLog that depcomp is supposed to be included. In 'CVSROOT': *** modules.~1.57.~ 2004-12-09 10:37:40.000000000 -0500 --- modules 2004-12-09 10:39:59.000000000 -0500 *************** src-support -a \ *** 45,50 **** --- 45,51 ---- src/configure \ src/configure.in \ src/contrib \ + src/depcomp \ src/etc \ src/gettext.m4 \ src/install-sh \ And in 'src': *** MAINTAINERS.~1.27.~ 2004-12-07 13:53:35.000000000 -0500 --- MAINTAINERS 2004-12-09 10:43:26.000000000 -0500 *************** dejagnu/ *** 36,41 **** --- 36,44 ---- dejagnu: http://www.gnu.org/software/dejagnu/ Patches to bug-dejagnu@gnu.org + depcomp/ + Send bug reports and patches to bug-automake@gnu.org. + gdb/; mmalloc/; readline/; sim/; GDB's part of include/ & dejagnu/ gdb: http://sources.redhat.com/gdb/ Patches to gdb-patches@sources.redhat.com.