This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (top level patch) Autoconfiscate. (Woo!)


On Dec 28, 2002, "Joseph S. Myers" <jsm28@cam.ac.uk> wrote:

> On Fri, 27 Dec 2002, Nathanael Nerode wrote:
>> * configure.in: Convert to autoconf script.  Blow away lots
>> of now-redundant Makefile fragment references.
>> * configure: Generate using Autoconf 2.13.

> contrib/gcc_update now needs to list the new dependency.

Thanks for catching this.  Fixed with the following patch.

Index: contrib/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* gcc_update (configure): Depend on configure.in.

Index: contrib/gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.38
diff -u -p -r1.38 gcc_update
--- contrib/gcc_update 24 Sep 2002 22:51:57 -0000 1.38
+++ contrib/gcc_update 28 Dec 2002 13:18:15 -0000
@@ -106,6 +106,7 @@ libjava/libltdl/configure: libjava/liblt
 libjava/libltdl/stamp-h.in: libjava/libltdl/configure.in libjava/libltdl/aclocal.m4 libjava/libltdl/acconfig.h
 # Top level
 Makefile.in: Makefile.tpl Makefile.def
+configure: configure.in
 EOF
 }
 
-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]