Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Rename source package and static name to "pidgin-znc-helper"
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Gräfe <[email protected]>
  • Loading branch information
kgraefe committed Mar 21, 2018
1 parent 98dfb41 commit f6766c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(pidgin-znchelper, @@VERSION@@, [email protected])
AC_INIT(pidgin-znc-helper, @@VERSION@@, [email protected])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/znchelper.c])
AC_CONFIG_HEADER([config.h])
Expand All @@ -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 <[email protected]>"], [Define the plugin author])
AC_DEFINE_UNQUOTED(PLUGIN_PREFS_PREFIX, ["/plugins/gtk/znchelper"], [Define the plugin preference path])

Expand Down

0 comments on commit f6766c0

Please sign in to comment.