CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/23 16:41:31
Modified files: . : ChangeLog configure.ac Log message: * configure.ac: Fix help strings: --with-{gui,renderer} => --enable-{gui,renderer} CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3792&r2=1.3793 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.362&r2=1.363 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3792 retrieving revision 1.3793 diff -u -b -r1.3792 -r1.3793 --- ChangeLog 23 Jul 2007 15:44:36 -0000 1.3792 +++ ChangeLog 23 Jul 2007 16:41:30 -0000 1.3793 @@ -1,5 +1,6 @@ 2007-07-23 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: Fix help strings: --with-{gui,renderer} => --enable-{gui,renderer} * plugin/klash/klash_part.cpp: invoke "klash", not "gnash". Allow KLASH_PLAYER environment variable to change what's invoked. The plan is that "klash" would be an alias for Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.362 retrieving revision 1.363 diff -u -b -r1.362 -r1.363 --- configure.ac 20 Jul 2007 14:28:34 -0000 1.362 +++ configure.ac 23 Jul 2007 16:41:31 -0000 1.363 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.362 2007/07/20 14:28:34 strk Exp $ +dnl $Id: configure.ac,v 1.363 2007/07/23 16:41:31 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -550,14 +550,14 @@ build_gtk=yes build_kde=no addgui=gtk - AC_MSG_NOTICE([Defaulting to GTK as the GUI, use --with-gui= to change]) + AC_MSG_NOTICE([Defaulting to GTK as the GUI, use --enable-gui= to change]) fi dnl If statically linking, and no renderer is specified, force opengl if test x$add_renderer = xnone; then build_agg=no build_ogl=yes add_renderer=ogl - AC_MSG_NOTICE([Defaulting to OpenGL as the renderer, use --with-renderer= to change]) + AC_MSG_NOTICE([Defaulting to OpenGL as the renderer, use --enable-renderer= to change]) fi else dnl building a dynamically linked executable without loadable GUI plugins dnl If not dynamic loading, and no gui is specified, force gtk @@ -566,14 +566,14 @@ build_gtk=yes build_kde=no addgui=gtk - AC_MSG_NOTICE([Defaulting to GTK as the GUI, use --with-gui= to change]) + AC_MSG_NOTICE([Defaulting to GTK as the GUI, use --enable-gui= to change]) fi dnl If not dynamic loading, and no renderer is specified, force opengl if test x$add_renderer = xnone; then build_agg=no build_ogl=yes add_renderer=ogl - AC_MSG_NOTICE([Defaulting to OpenGL as the renderer, use --with-renderer= to change]) + AC_MSG_NOTICE([Defaulting to OpenGL as the renderer, use --enable-renderer= to change]) fi else dnl If dynamically loading and no gui is specified, force gtk and kde @@ -581,14 +581,14 @@ build_gtk=yes build_kde=yes addgui="gtk,kde" - AC_MSG_NOTICE([Defaulting to GTK and KDE as the GUIs, use --with-gui= to change]) + AC_MSG_NOTICE([Defaulting to GTK and KDE as the GUIs, use --enable-gui= to change]) fi dnl If dynamically loading and no renderer is specified, force opengl and agg if test x$add_renderer = xnone; then build_ogl=yes build_agg=yes add_renderer="ogl,agg" - AC_MSG_NOTICE([Defaulting to OpenGL and AGG as the renderers, use --with-renderer= to change]) + AC_MSG_NOTICE([Defaulting to OpenGL and AGG as the renderers, use --enable-renderer= to change]) fi fi fi @@ -1486,7 +1486,7 @@ echo " or reconfigure with --disable-klash" fi if test x$build_kde = xyes; then - echo " or change to a different gui with --with-gui=..." + echo " or change to a different gui with --enable-gui=..." fi fi nogo=true _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit