summary refs log tree commit diff stats
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-06-01configure.ac: Use pkg-config's CFLAGS for libxml2 instead of guessing our own.Arnav Singh
2013-05-12Reduce GLib requirementBerke Viktor
2013-05-12g_slist_copy_deep() requires GLib 2.34Berke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor
2013-05-08stop using gconfTingPing
2013-05-09CONFIGURE: fix undefined reference to `g_type_init'hasufell
These two assignments have no place here and will overwrite the previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0". This can lead to build failure during linking stage depending on the chosen configure options.
2013-05-03Add python3 pluginTingPing
2013-04-28Install a pkgconfig .pc file. This allows external plugins to findChristoph J. Thompson
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-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c
2013-04-27Use regular canberra not gtkTingPing
2013-04-27Escape all the thingsTingPing
2013-04-27use libcanberra for beepsTingPing
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-22Fix Ubuntu build warnings by using gcc flag -Wno-unused-resultRichardHitt
2013-04-17g_file requires gioTingPing
2013-04-17Install sound file on unixTingPing
for #542
2013-04-14G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+Berke Viktor
2013-04-13Nuke last Tcl and SASL remnantsBerke Viktor
2013-04-02Enable cast checksBerke Viktor
2013-04-02Merge pull request #496 from bviktor/toplevel-includesTingPing
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
2013-04-02Set up CFLAGS on Unix tooBerke Viktor
2013-04-03gtk_show_uri() requires GTK+ 2.14Berke Viktor
2013-04-02Fix textfe with dbus disabledTingPing
2013-04-02Version bumpBerke Viktor
2013-04-01Fix detecting python3TingPing
2013-04-01add missing fiTingPing
2013-03-31CONFIGURE: allow to pass specific python versionhasufell
This is useful if distros support installing multiple python versions in parallel such as: 2.5, 2.6, 2.7. For python3.* we will get syntax error during the imports, so the checks will successfully disable it. It defaults to python2.
2013-03-31CONFIGURE: don't enable gconf schemas when gtk is disabledhasufell
This is nitpicky, since we could assume the user wants gconf schema if gconftool-2 is available. However this can be a wrong assumption.
2013-03-31CONFIGURE: fix configure when gtk+ is not installedhasufell
AM_PATH_GTK_2_0 would be an undefined macro then
2013-03-27Bump glib requirementTingPing
For gregex mentioned in #371
2013-03-03Use AC_CONFIG_FILESTingPing
2013-03-03Fix macro searchingTingPing
2012-12-26fix configure error related to Python headers on Ubuntu 13.04Bui
2012-12-16Install hicolor svg; move the files Makefile.am to their subdirectoriesRichardHitt
2012-12-05fix typoTingPing
2012-12-05enable ipv6 by defaultTingPing
closes #245
2012-11-12Get rid of the buggy, unmaintained and unused Lua and Tcl interfacesBerke Viktor
2012-11-10Version bumpBerke Viktor
2012-11-09Use AS_HELP_STRING to format textMikel Olasagasti Uranga
2012-11-09Silent buildMikel Olasagasti Uranga
2012-11-09Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg ↵Berke Viktor
1, so it's unnecessary
2012-11-05Get rid of XChat revisionBerke Viktor
2012-11-03Add missing Basque languageMikel Olasagasti Uranga
2012-10-27Add manual pageBerke Viktor
2012-10-27build: move automake "foreign" option to AM_INIT_AUTOMAKEJan Engelhardt
This works towards allowing using autoreconf(1) later.
2012-10-26Don't error out when libpci is not foundBerke Viktor
2012-10-25fix alignment (space is off by 1)Daniel Leining
2012-10-25Fix configure scriptBerke Viktor
2012-10-25Get rid of the SASL pluginBerke Viktor