diff --git a/configure.ac.in b/configure.ac.in index efa4928..053aab7 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(pidgin-znchelper, @@VERSION@@, konradgraefe@aol.com) +AC_INIT(pidgin-znc-helper, @@VERSION@@, konradgraefe@aol.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/znchelper.c]) AC_CONFIG_HEADER([config.h]) @@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["@@VERSION@@"], [Define the plugin version]) AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["https://github.com/kgraefe/pidgin-znc-helper"], [Define the plugin website]) AC_DEFINE_UNQUOTED(PLUGIN_ID, ["gtk-freakazoid-znchelper"], [Define the plugin ID]) -AC_DEFINE_UNQUOTED(PLUGIN_STATIC_NAME, ["znchelper"], [Define the plugin name]) +AC_DEFINE_UNQUOTED(PLUGIN_STATIC_NAME, ["znc-helper"], [Define the plugin name]) AC_DEFINE_UNQUOTED(PLUGIN_AUTHOR, ["Konrad Gräfe "], [Define the plugin author]) AC_DEFINE_UNQUOTED(PLUGIN_PREFS_PREFIX, ["/plugins/gtk/znchelper"], [Define the plugin preference path])