summaryrefslogtreecommitdiff
path: root/cpp/boost-1.32-support/main.patch
blob: e89ceeb6113bf096580e6f1f215ed83cb5a57e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: configure.ac
===================================================================
--- configure.ac	(revision 685281)
+++ configure.ac	(working copy)
@@ -64,7 +64,6 @@
 	# -Wunreachable-code -Wpadded -Winline
 	# -Wshadow - warns about boost headers.
 	if test "${enableval}" = yes; then
-	    gl_COMPILER_FLAGS(-Werror)
 	    gl_COMPILER_FLAGS(-pedantic)
 	    gl_COMPILER_FLAGS(-Wall)
 	    gl_COMPILER_FLAGS(-Wextra)
Index: src/Makefile.am
===================================================================
--- src/Makefile.am	(revision 685281)
+++ src/Makefile.am	(working copy)
@@ -1,6 +1,6 @@
 SUBDIRS = . tests
 
-EXTRA_DIST= $(platform_dist) $(rgen_srcs)
+EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(top_srcdir)/src/boost
 
 ## Generated code