CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/17 08:21:07
Modified files: . : ChangeLog macros : firefox.m4 Log message: make --with-npapi-plugindir switch work (thanks brad0 and dli) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5420&r2=1.5421 http://cvs.savannah.gnu.org/viewcvs/gnash/macros/firefox.m4?cvsroot=gnash&r1=1.29&r2=1.30 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5420 retrieving revision 1.5421 diff -u -b -r1.5420 -r1.5421 --- ChangeLog 17 Jan 2008 00:18:50 -0000 1.5420 +++ ChangeLog 17 Jan 2008 08:21:06 -0000 1.5421 @@ -1,3 +1,7 @@ +2008-01-17 Sandro Santilli <[EMAIL PROTECTED]> + + * macros/firefox.m4: make --with-npapi-plugindir switch work. + 2008-01-16 Rob Savoye <[EMAIL PROTECTED]> * configure.ac: Don't use AX_GCC_ARCHFLAG anymore. Index: macros/firefox.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/firefox.m4,v retrieving revision 1.29 retrieving revision 1.30 diff -u -b -r1.29 -r1.30 --- macros/firefox.m4 11 Jan 2008 18:10:11 -0000 1.29 +++ macros/firefox.m4 17 Jan 2008 08:21:07 -0000 1.30 @@ -34,7 +34,7 @@ AC_ARG_WITH(plugindir, [], [ AC_MSG_WARN([--with-plugindir is obsoleted, use --with-npapi-plugindir instead]); FIREFOX_PLUGINS=$withval]) - AC_ARG_WITH(plugindir, + AC_ARG_WITH(npapi-plugindir, AC_HELP_STRING([--with-npapi-plugindir=DIR], [Directory to install NPAPI plugin in]), [FIREFOX_PLUGINS=$withval] ) _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit