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: GCC build of HEAD failed for native with your patch on 2004-05-24T21:15:02Z.



Paolo this blocking a huge amount of people from developer
any more code, can you fix this error?

I already did so, but note that --disable-nls would have fixed it. I did not update prerequisites.html because libcpp falls into the "default" cases (Automake 1.7.9 + Autoconf 2.59).


Paolo

2004-05-25  Paolo Bonzini  <bonzini@gnu.org>
	
	* Makefile.am: the correct directory for
	gettext include files is given by @INCINTL@.
	* Makefile.in: Regenerate.



===================================================================
RCS file: /cvs/gcc/gcc/libcpp/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc/libcpp/Makefile.am	2004/05/24 10:50:44	1.1
+++ gcc/libcpp/Makefile.am	2004/05/25 06:14:37	1.2
@@ -1,6 +1,6 @@
 localedir = $(datadir)/locale
 ACLOCAL_AMFLAGS = -I ../config
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) -I$(srcdir)/../intl \
+AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) @INCINTL@ \
 	-I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\""
 
 noinst_LIBRARIES = libcpp.a

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