From f6766c0b69531ae9acfd4fd67169e39f2cfb2929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Gr=C3=A4fe?= Date: Wed, 21 Mar 2018 11:39:04 +0100 Subject: [PATCH] Rename source package and static name to "pidgin-znc-helper" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Konrad Gräfe --- configure.ac.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])