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: [libbanshee] Update to standard autoconf/automake



On May 28, 2004, at 23:19, Kelley wrote:


I wrote:

Bootstrapped under powerpc-apple-darwin6.8. As expected, there is no change to any of libanshees object files or the three generated libraries (modulo the object files timestamp).

I forgot to ask, OK to install?

You forgot to update gcc_update also so updating with gcc_update causes it go into infinite loop.

Fix thusly and committed as obvious:

ChangeLog:
	* gcc_update (libbanshee/configure): Depend on
	libbanshee/configure.ac instead of libbanshee/configure.in


Index: gcc_update =================================================================== RCS file: /cvs/gcc/gcc/contrib/gcc_update,v retrieving revision 1.64 diff -u -p -r1.64 gcc_update --- gcc_update 18 May 2004 01:25:59 -0000 1.64 +++ gcc_update 29 May 2004 19:48:52 -0000 @@ -72,7 +72,7 @@ gcc/java/keyword.h: gcc/java/keyword.gpe # Without this, _Pragma3.c can have a false negative. gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h # And libraries, at last -libbanshee/configure: libbanshee/configure.in +libbanshee/configure: libbanshee/configure.ac libmudflap/configure: libmudflap/configure.in libobjc/configure: libobjc/configure.ac zlib/aclocal.m4: zlib/configure.ac zlib/acinclude.m4


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