summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* build: Use modern introspectionEmmanuele Bassi2017-05-241-94/+0
| | | | | Do not copy an older version of the introspection.m4 macro, and depend on a recent version of gobject-introspection.
* Added introspection.m4Mike Gorse2011-01-111-0/+94
|
* The m4 directory needs to exist.Patrick Welche2010-08-171-0/+0
|
* Build fixesPatrick Welche2010-08-171-49/+0
| | | | | | | | | | | | | | | | | | | | | | | * Don't use complicated and frail gnome-autogen (eg Bug 537772) when autoreconf suffices. * Add prerequisits to configure.ac. * Modernise to LT_INIT and AS_HELP. * Don't throw away X_LIBS information from AC_PATH_XTRA. * Various desktop Makefile rules: $< is not defined in explicit rules. (GNU make extension?) * Make recursively expands variables, so use it rather than AS_AC_EXPAND. This also conforms to the GNU coding standards which mandate that a user must be able to "make prefix=/somewhere/else install" * Check installed glib has g_ptr_array_new_with_free_func which we use. * Xtst test and following failed because glib-2.0 ended up in LIBS thanks to pkg-config, hence save_LIBS dance. * Fix help message as --disable-relocate is the default. * Look for dbus-daemon rather than fallback to the bindir we are installing to, and remove the DBUS_DAEMONDIR define inherited from "dbus". * Make use of bus/Makefile.am, and actually install at-spi-dbus-bus and the desktop file. * Tested with make distcheck on NetBSD-current/i386 and ubuntu 10.04.1/i386
* Add a configure variable for the location of the dbus-daemonAT_SPI2_CORE_0_1_4Mark Doffman2009-12-211-0/+49
| | | | in the at-spi-dbus-bus script.
* Remove the dbind and droute libraries.Mark Doffman2009-11-071-43/+0
| | | | DBind and DRoute are now only used by at-spi2-atk so have become static libraries.
* 2009-06-20 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-06-111-0/+43
Remove unneccessary code from spi-common. Move M4 macros to the m4 directory.