diff options
author | Omair Majid <[email protected]> | 2010-12-07 11:03:42 -0500 |
---|---|---|
committer | Omair Majid <[email protected]> | 2010-12-07 11:03:42 -0500 |
commit | 6f34cafb3e820c3bf1354f4a6405f435aa977429 (patch) | |
tree | f598d4f1ac18f860d4993e9304514201abb1d579 /configure.ac | |
parent | 6ca1a9a369b10703da9af8f8a1ced0f3b02ae5c2 (diff) |
fix info shown in about:plugins in firefox
2010-12-07 Omair Majid <[email protected]>
* Makefile.am
(PLUGIN_VERSION): Change to IcedTea-Web
($(PLUGIN_DIR)/%.o): Define PLUGIN_NAME and PACKAGE_URL.
* configure.ac
(AC_INTIT): Add url.
* plugin/icedteanp/IcedTeaNPPlugin.cc
(PLUGIN_NAME): Removed.
(PLUGIN_FULL_NAME): New definition.
(PLUGIN_DESC): Add link to IcedTea-Web wiki page.
(NP_GetValue): Return PLUGIN_FULL_NAME instead of PLUGIN_NAME.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3e825e..be0c441 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([icedtea-web],[1.0pre],[[email protected]]) +AC_INIT([icedtea-web],[1.0pre],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile]) |