From: Braden M. <br...@us...> - 2006-09-28 05:42:29
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8456 Modified Files: Tag: OpenVRML-GtkPlug-BRANCH configure-gcc-dbg configure-gcc-opt Log Message: configure with --enable-gtk-doc so that gtkglext works with 'make dist'. Index: configure-gcc-dbg =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure-gcc-dbg,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** configure-gcc-dbg 29 Mar 2006 08:11:53 -0000 1.1 --- configure-gcc-dbg 28 Sep 2006 05:42:26 -0000 1.1.4.1 *************** *** 1,3 **** #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static CXXFLAGS='-g -O0 -Wall -Wextra -Wno-missing-braces' $* --- 1,3 ---- #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --enable-gtk-doc CXXFLAGS='-g -O0 -Wall -Wextra -Wno-missing-braces' $* Index: configure-gcc-opt =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure-gcc-opt,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** configure-gcc-opt 29 Mar 2006 08:11:53 -0000 1.1 --- configure-gcc-opt 28 Sep 2006 05:42:26 -0000 1.1.4.1 *************** *** 1,3 **** #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility=hidden' $* --- 1,3 ---- #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs --enable-gtk-doc CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility=hidden' $* |