From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21888 invoked by alias); 1 Apr 2004 02:06:16 -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 21710 invoked from network); 1 Apr 2004 02:06:13 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 1 Apr 2004 02:06:13 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6A7C947D62; Wed, 31 Mar 2004 18:06:10 -0800 (PST) Date: Thu, 01 Apr 2004 02:06:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/testsuite/ada] Update configure.in and configure Message-ID: <20040401020610.GK888@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="t5C3/nrmPumNj5sH" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-04/txt/msg00010.txt.bz2 --t5C3/nrmPumNj5sH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 278 Forgot that bit... We need to generate gdb.ada/Makefile et al... 2004-03-31 Joel Brobecker * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr. * configure: Regenerate. Tested on x86-linux. OK to apply? Thanks, -- Joel --t5C3/nrmPumNj5sH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="configure.in.diff" Content-length: 714 Index: configure.in =================================================================== RCS file: /cvs/src/src/gdb/testsuite/configure.in,v retrieving revision 1.13 diff -u -p -r1.13 configure.in --- configure.in 22 Feb 2004 12:58:01 -0000 1.13 +++ configure.in 1 Apr 2004 02:00:03 -0000 @@ -112,6 +112,7 @@ AC_CHECK_HEADERS(pthread.h) AC_EXEEXT AC_CONFIG_SUBDIRS($configdirs) -AC_OUTPUT([Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ +AC_OUTPUT([Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ + gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile]) --t5C3/nrmPumNj5sH--