Fresco/Fresco-C++/config local.mk.in,1.13,1.14

Tobias Hunger <[email protected]> Wed, 14 May 2003 17:42:43 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-C++/config
In directory purcel:/tmp/cvs-serv20833/Fresco-C++/config

Modified Files:
	local.mk.in 
Log Message:
A couple of buildsystem fixes:
 * Reactivated some old code from Havard: --enable-optimization and
     --enable-debugging should work again (closes bug45)
 * --enable-c++-demos renamed to --enable-cxx-demos: Looks like
      autoconf does not like + in options (closes bug173)
 * Toplevel Makefile should check for "Makefile" in the subproject's dirs:
      --disable-sdl should now work, even if builddir == srcdir       
      (closes bug209)
 * Remove -rdynamic flag: We need gcc > 3.0 now and I can't find any 
      documentation on this flag anymore (closes bug79)
 * Various small cleanups like replacing macros that are getting obsolete)


Index: local.mk.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-C++/config/local.mk.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- local.mk.in	10 Dec 2002 05:46:14 -0000	1.13
+++ local.mk.in	14 May 2003 22:42:10 -0000	1.14
@@ -52,3 +52,4 @@
 LIBS		:= @LIBS@
 SO_CXXFLAGS     := @SO_CXXFLAGS@
 SO_LDFLAGS      := @SO_LDFLAGS@
+CXXFLAGS	:= @CXXFLAGS@