> 
> I'd rather just get rid of the whole file, it is unused.
> 
> If not fixed that way it should be fixed by adding the appropriate DIR
> to the INCLUDES in the Makefile.ams in boost dirs. (that is how we
> solved this for other subdirs).
> 

Okay. This works for me too:

Index: boost/libs/filesystem/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/boost/libs/filesystem/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- boost/libs/filesystem/Makefile.am   2004/01/08 17:47:56     1.1
+++ boost/libs/filesystem/Makefile.am   2004/05/24 20:31:22
@@ -1,4 +1,8 @@
 include $(top_srcdir)/config/common.am
 
+if USE_INCLUDED_BOOST
+BOOST_INCLUDES += -I$(top_srcdir)/src
+endif
+
 SUBDIRS = src


-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Reply via email to