mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Update master
This commit is contained in:
parent
a19fc013a5
commit
8d643d376f
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
AC_INIT(@PLUGIN@-config.h.in)
|
AC_INIT(@PLUGIN@-config.h.in)
|
||||||
AM_CONFIG_HEADER(@PLUGIN@-config.h)
|
AM_CONFIG_HEADER(@PLUGIN@-config.h)
|
||||||
AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
|
AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
|
||||||
@ -12,8 +11,8 @@ AC_ARG_WITH(plugin-includes,
|
|||||||
|
|
||||||
AC_SUBST(PLUGIN_INCLUDES)
|
AC_SUBST(PLUGIN_INCLUDES)
|
||||||
|
|
||||||
xchatlibdir=${libdir}/xchat
|
hexchatlibdir=${libdir}/hexchat
|
||||||
AC_SUBST(xchatlibdir)
|
AC_SUBST(hexchatlibdir)
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user