1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 17:22:18 -05:00
Go to file
Christoph J. Thompson 5b8567919d Install a pkgconfig .pc file. This allows external plugins to find
where the header file is located, where Hexchat expects to find
plugins so it can load them at startup and which version of
Hexchat is installed. The path where pkgconfig files are stored
is determined by a macro available in newer versions of pkgconfig
which can be overridden by the --with-pkgconfig= configure switch.
However, if this macro is unavailable (older versions of
pkgconfig) then m4ifdef will make it fallback to simply use
${libdir}/pkgconfig (which is the default).

	modified:   configure.ac
	modified:   share/Makefile.am
	new file:   share/pkgconfig/Makefile.am
	new file:   share/pkgconfig/hexchat-plugin.pc.in
2013-04-28 16:48:32 +02:00
.tx Update template generation instructions 2013-03-29 00:00:18 +01:00
man Fix manpage EOL 2013-04-05 06:38:12 +02:00
plugins Don't hardcode "plugins" as the subdirectory for plugins in many 2013-04-28 16:42:48 +02:00
po Pull from Transifex 2013-04-01 23:38:04 +02:00
share Install a pkgconfig .pc file. This allows external plugins to find 2013-04-28 16:48:32 +02:00
src Don't hardcode "plugins" as the subdirectory for plugins in many 2013-04-28 16:42:48 +02:00
win32 Update gtkrc 2013-04-28 05:47:20 +03:00
.gitignore Add Perl build notes and installers 2012-11-12 08:12:38 +01:00
.travis.yml Update .travis.yml 2013-04-27 21:29:33 -03:00
acinclude.m4 On my system (openSUSE 12.2 / GNU bash, version 4.2.24(1)-release (x86_64-suse-linux-gnu) ), the shell doesn't like that the '=' character in 'if test...' doesn't have spaces around it. This causes the test to always be true, and thus the AS_AC_EXPAND macro only expands once. This led to two #define's in config.h containing broken values: HEXCHATSHAREDIR and DBUS_SERVICES_DIR. 2012-09-20 22:04:14 +08:00
autogen.sh build: move automake "foreign" option to AM_INIT_AUTOMAKE 2012-10-27 17:42:40 +02:00
config-win32.h Don't hardcode "plugins" as the subdirectory for plugins in many 2013-04-28 16:42:48 +02:00
config.rpath Update config.rpath by running gettextize 2012-10-27 01:05:41 +02:00
configure.ac Install a pkgconfig .pc file. This allows external plugins to find 2013-04-28 16:48:32 +02:00
Makefile.am Fix macro searching 2013-03-03 15:19:33 -05:00