This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

[PATCH] installation of _G_config.h


Current sources aren't installing _G_config.h.  That's, um, bad.  :-)

2000-07-02  Chip Salzenberg  <chip@valinux.com>

	* Makefile.am (libio_headers): _G_config.h is found in srcdir,
	not builddir.
	* Makefile.in: Regenerate.

Index: Makefile.am
diff -u -2 -p -r1.19 Makefile.am
--- Makefile.am	2000/07/02 02:15:26	1.19
+++ Makefile.am	2000/07/03 05:21:56
@@ -176,5 +176,5 @@ std_headers = \
 if GLIBCPP_NEED_LIBIO 
 libio_headers = \
-	$(top_builddir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
+	$(top_srcdir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
 else
 libio_headers =

Index: Makefile.in
diff -u -2 -p -r1.26 Makefile.in
--- Makefile.in	2000/07/02 02:15:26	1.26
+++ Makefile.in	2000/07/03 05:21:56
@@ -256,5 +256,5 @@ std_headers = \
 
 @GLIBCPP_NEED_LIBIO_TRUE@libio_headers = @GLIBCPP_NEED_LIBIO_TRUE@\
-@GLIBCPP_NEED_LIBIO_TRUE@	$(top_builddir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
+@GLIBCPP_NEED_LIBIO_TRUE@	$(top_srcdir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
 @GLIBCPP_NEED_LIBIO_FALSE@libio_headers = 
 

-- 
Chip Salzenberg              - a.k.a. -              <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

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